/freebsd/contrib/elftoolchain/libelf/ |
H A D | libelf_data.c | 72 case SHT_SYMTAB_SHNDX: in _libelf_xlate_shtype()
|
/freebsd/contrib/llvm-project/llvm/lib/MC/ |
H A D | ELFObjectWriter.cpp | 606 Ctx.getELFSection(".symtab_shndx", ELF::SHT_SYMTAB_SHNDX, 0, 4); in computeSymbolTable() 905 case ELF::SHT_SYMTAB_SHNDX: in writeSection()
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
H A D | ELFLinkGraphBuilder.h | 296 if (Sec.sh_type == ELF::SHT_SYMTAB_SHNDX) { in prepare()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
H A D | DynamicTags.def | 81 DYNAMIC_TAG(SYMTAB_SHNDX, 34) // Address of the SHT_SYMTAB_SHNDX section.
|
H A D | ELF.h | 1083 SHT_SYMTAB_SHNDX = 18, // Indices for SHN_XINDEX entries. enumerator
|
/freebsd/sys/sys/ |
H A D | elf_common.h | 448 #define SHT_SYMTAB_SHNDX 18 /* Section indexes (see SHN_XINDEX). */ macro
|
/freebsd/contrib/llvm-project/llvm/lib/Object/ |
H A D | ELF.cpp | 304 STRINGIFY_ENUM_CASE(ELF, SHT_SYMTAB_SHNDX); in getELFSectionTypeName()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/ |
H A D | ELFYAML.h | 98 case ELF::SHT_SYMTAB_SHNDX: in LLVM_YAML_STRONG_TYPEDEF()
|
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/ |
H A D | ELFYAML.cpp | 689 ECase(SHT_SYMTAB_SHNDX); in enumeration() 1676 case ELF::SHT_SYMTAB_SHNDX: in mapping()
|
/freebsd/usr.bin/elfdump/ |
H A D | elfdump.c | 349 case SHT_SYMTAB_SHNDX: return "SHT_SYMTAB_SHNDX"; in sh_types()
|
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/ |
H A D | ELFObject.h | 803 Type = OriginalType = ELF::SHT_SYMTAB_SHNDX; in SectionIndexSection()
|
H A D | ELFObject.cpp | 1762 case SHT_SYMTAB_SHNDX: { in makeSection()
|
/freebsd/contrib/elftoolchain/elfcopy/ |
H A D | sections.c | 916 case SHT_SYMTAB_SHNDX: in section_type_alignment()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/ |
H A D | ELF.h | 1254 assert(Section.sh_type == ELF::SHT_SYMTAB_SHNDX); in getSHNDXTable()
|
H A D | ELFObjectFile.h | 541 case ELF::SHT_SYMTAB_SHNDX: { in initContent()
|
/freebsd/contrib/llvm-project/lld/ELF/ |
H A D | InputFiles.cpp | 828 case SHT_SYMTAB_SHNDX: in initializeSections()
|
H A D | SyntheticSections.cpp | 2321 : SyntheticSection(0, SHT_SYMTAB_SHNDX, 4, ".symtab_shndx") { in SymtabShndxSection()
|
/freebsd/contrib/elftoolchain/common/ |
H A D | elfdefinitions.h | 1147 _ELF_DEFINE_SHT(SHT_SYMTAB_SHNDX, 18, \
|
/freebsd/contrib/elftoolchain/elfdump/ |
H A D | elfdump.c | 412 case SHT_SYMTAB_SHNDX: return "SHT_SYMTAB_SHNDX"; in sh_types()
|
/freebsd/contrib/elftoolchain/readelf/ |
H A D | readelf.c | 801 case SHT_SYMTAB_SHNDX: return "SYMTAB_SHNDX"; in section_type()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/ |
H A D | ELFDumper.cpp | 1949 case ELF::SHT_SYMTAB_SHNDX: { in ELFDumper()
|