Home
last modified time | relevance | path

Searched refs:SHT_SYMTAB_SHNDX (Results 1 – 21 of 21) sorted by relevance

/freebsd/contrib/elftoolchain/libelf/
H A Dlibelf_data.c72 case SHT_SYMTAB_SHNDX: in _libelf_xlate_shtype()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DELFObjectWriter.cpp606 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 DELFLinkGraphBuilder.h296 if (Sec.sh_type == ELF::SHT_SYMTAB_SHNDX) { in prepare()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDynamicTags.def81 DYNAMIC_TAG(SYMTAB_SHNDX, 34) // Address of the SHT_SYMTAB_SHNDX section.
H A DELF.h1083 SHT_SYMTAB_SHNDX = 18, // Indices for SHN_XINDEX entries. enumerator
/freebsd/sys/sys/
H A Delf_common.h448 #define SHT_SYMTAB_SHNDX 18 /* Section indexes (see SHN_XINDEX). */ macro
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DELF.cpp304 STRINGIFY_ENUM_CASE(ELF, SHT_SYMTAB_SHNDX); in getELFSectionTypeName()
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h98 case ELF::SHT_SYMTAB_SHNDX: in LLVM_YAML_STRONG_TYPEDEF()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFYAML.cpp689 ECase(SHT_SYMTAB_SHNDX); in enumeration()
1676 case ELF::SHT_SYMTAB_SHNDX: in mapping()
/freebsd/usr.bin/elfdump/
H A Delfdump.c349 case SHT_SYMTAB_SHNDX: return "SHT_SYMTAB_SHNDX"; in sh_types()
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.h803 Type = OriginalType = ELF::SHT_SYMTAB_SHNDX; in SectionIndexSection()
H A DELFObject.cpp1762 case SHT_SYMTAB_SHNDX: { in makeSection()
/freebsd/contrib/elftoolchain/elfcopy/
H A Dsections.c916 case SHT_SYMTAB_SHNDX: in section_type_alignment()
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DELF.h1254 assert(Section.sh_type == ELF::SHT_SYMTAB_SHNDX); in getSHNDXTable()
H A DELFObjectFile.h541 case ELF::SHT_SYMTAB_SHNDX: { in initContent()
/freebsd/contrib/llvm-project/lld/ELF/
H A DInputFiles.cpp828 case SHT_SYMTAB_SHNDX: in initializeSections()
H A DSyntheticSections.cpp2321 : SyntheticSection(0, SHT_SYMTAB_SHNDX, 4, ".symtab_shndx") { in SymtabShndxSection()
/freebsd/contrib/elftoolchain/common/
H A Delfdefinitions.h1147 _ELF_DEFINE_SHT(SHT_SYMTAB_SHNDX, 18, \
/freebsd/contrib/elftoolchain/elfdump/
H A Delfdump.c412 case SHT_SYMTAB_SHNDX: return "SHT_SYMTAB_SHNDX"; in sh_types()
/freebsd/contrib/elftoolchain/readelf/
H A Dreadelf.c801 case SHT_SYMTAB_SHNDX: return "SYMTAB_SHNDX"; in section_type()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp1949 case ELF::SHT_SYMTAB_SHNDX: { in ELFDumper()