reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/llvm-objcopy/ELF/ELFObjcopy.cpp
  106   if (Sec.Type == SHT_NOBITS &&
  109     Sec.Type = SHT_PROGBITS;
  467       switch (Sec.Type) {
  515       if (Sec.Type == SHT_LLVM_PART_EHDR || Sec.Type == SHT_LLVM_PART_PHDR)
  515       if (Sec.Type == SHT_LLVM_PART_EHDR || Sec.Type == SHT_LLVM_PART_PHDR)
  648           switch (Sec.Type) {
  706       NewSection.Type = SHT_NOTE;
tools/llvm-objcopy/ELF/Object.cpp
   73   Shdr.sh_type = Sec.Type;
  105   Sec.EntrySize = Sec.Type == SHT_REL ? sizeof(Elf_Rel) : sizeof(Elf_Rela);
  146   if (Sec.Type != SHT_NOBITS)
  879   if (Sec.Type == SHT_REL)
  994   if (LinkSection->Type == ELF::SHT_SYMTAB)
 1009   Type = ELF::SHT_PROGBITS;
 1065   if (Sec.Type == SHT_NOBITS) {
 1153   DataSection.Type = ELF::SHT_PROGBITS;
 1259     if (Sec.Type == SHT_LLVM_PART_EHDR && Sec.Name == *ExtractPartition) {
 1513     Sec.Type = Shdr.sh_type;
 1547       if (Sec.Type == ELF::SHT_STRTAB && !(Sec.Flags & SHF_ALLOC)) {
 1575       if (RelSec->Type == SHT_REL)
 1797     if (Parent == nullptr || Sec.Type == SHT_NOBITS || Sec.Size == 0)
 1874     if (A->Type != B->Type &&
 1874     if (A->Type != B->Type &&
 1875         (A->Type == ELF::SHT_GROUP || B->Type == ELF::SHT_GROUP))
 1875         (A->Type == ELF::SHT_GROUP || B->Type == ELF::SHT_GROUP))
 1876       return A->Type == ELF::SHT_GROUP;
 1941       if (Sec.Type != SHT_NOBITS)
 2189     if (Sec.Type != SHT_NOBITS)
 2259     return (Sec.Flags & ELF::SHF_ALLOC) && (Sec.Type != ELF::SHT_NOBITS);
tools/llvm-objcopy/ELF/Object.h
  493     Type = ELF::SHT_PROGBITS;
  501     Type = ELF::SHT_PROGBITS;
  570     Type = ELF::SHT_STRTAB;
  582     return S->Type == ELF::SHT_STRTAB;
  651     Type = ELF::SHT_SYMTAB_SHNDX;
  669   SymbolTableSection() { Type = ELF::SHT_SYMTAB; }
  698     return S->Type == ELF::SHT_SYMTAB;
  727     return S->Type == ELF::SHT_REL || S->Type == ELF::SHT_RELA;
  727     return S->Type == ELF::SHT_REL || S->Type == ELF::SHT_RELA;
  767     return S->Type == ELF::SHT_REL || S->Type == ELF::SHT_RELA;
  767     return S->Type == ELF::SHT_REL || S->Type == ELF::SHT_RELA;
  802     return S->Type == ELF::SHT_GROUP;
  811     return S->Type == ELF::SHT_DYNSYM;
  820     return S->Type == ELF::SHT_DYNAMIC;
  843     return S->Type == ELF::SHT_REL || S->Type == ELF::SHT_RELA;
  843     return S->Type == ELF::SHT_REL || S->Type == ELF::SHT_RELA;