Searched refs:SHT_SYMTAB_SHNDX (Results 1 – 13 of 13) sorted by relevance
208 #define SHT_SYMTAB_SHNDX 18 /* Section indexes (see SHN_XINDEX). */ macro
287 #define SHT_SYMTAB_SHNDX 18 /* Extended section indeces */ macro
247 STRINGIFY_ENUM_CASE(ELF, SHT_SYMTAB_SHNDX); in getELFSectionTypeName()
682 SHT_SYMTAB_SHNDX = 18, // Indices for SHN_XINDEX entries. enumerator
76 DYNAMIC_TAG(SYMTAB_SHNDX, 34) // Address of the SHT_SYMTAB_SHNDX section.
832 SHT_SYMTAB_SHNDX = 18, // Indices for SHN_XINDEX entries. enumerator
714 Ctx.getELFSection(".symtab_shndx", ELF::SHT_SYMTAB_SHNDX, 0, 4, ""); in computeSymbolTable()1014 case ELF::SHT_SYMTAB_SHNDX: in writeSection()
633 assert(Section.sh_type == ELF::SHT_SYMTAB_SHNDX); in getSHNDXTable()
973 case ELF::SHT_SYMTAB_SHNDX: { in create()
460 ECase(SHT_SYMTAB_SHNDX); in enumeration()1259 case ELF::SHT_SYMTAB_SHNDX: in mapping()
387 #define SHT_SYMTAB_SHNDX 18 macro