Searched refs:SHT_SYMTAB_SHNDX (Results 1 – 17 of 17) sorted by relevance
71 case SHT_SYMTAB_SHNDX: in _libelf_xlate_shtype()
341 #define SHT_SYMTAB_SHNDX 18 /* Indicies for SHN_XINDEX entries */ macro
776 (SHT_SYMTAB_SHNDX): New section type.
260 ECase(SHT_SYMTAB_SHNDX) in enumeration()
69 case SHT_SYMTAB_SHNDX: in get_sht_desc()
613 Section.getType() == ELF::SHT_SYMTAB_SHNDX) in WriteSymbolTable()1169 Ctx.getELFSection(".symtab_shndx", ELF::SHT_SYMTAB_SHNDX, 0, in CreateMetadataSections()1335 case ELF::SHT_SYMTAB_SHNDX: in WriteSection()
394 #define SHT_SYMTAB_SHNDX 18 /* Section indexes (see SHN_XINDEX). */ macro
1238 SHT_SYMTAB_SHNDX = 18, // Indices for SHN_XINDEX entries. in LLVM_ENUM_INT_TYPE()
647 case ELF::SHT_SYMTAB_SHNDX: in ELFFile()
367 LLVM_READOBJ_ENUM_CASE(ELF, SHT_SYMTAB_SHNDX ); in getElfSectionType()
339 case SHT_SYMTAB_SHNDX: return "SHT_SYMTAB_SHNDX"; in sh_types()
1942 if (hdr2->sh_type == SHT_SYMTAB_SHNDX in bfd_section_from_shdr()1950 if (hdr2->sh_type == SHT_SYMTAB_SHNDX in bfd_section_from_shdr()1975 case SHT_SYMTAB_SHNDX: /* Symbol section indices when >64k sections */ in bfd_section_from_shdr()6302 symtab_shndx_hdr->sh_type = SHT_SYMTAB_SHNDX; in swap_out_syms()
10025 symtab_shndx_hdr->sh_type = SHT_SYMTAB_SHNDX; in bfd_elf_final_link()
234 (bfd_section_from_shdr): Likewise. Handle SHT_SYMTAB_SHNDX.257 (swap_out_syms): Swap out SHT_SYMTAB_SHNDX section too.
56 use SHT_SYMTAB_SHNDX.1177 (get_section_type_name): Add SHT_GROUP and SHT_SYMTAB_SHNDX.
2666 case SHT_SYMTAB_SHNDX: return "SYMTAB SECTION INDICIES"; in get_section_type_name()4143 else if (section->sh_type == SHT_SYMTAB_SHNDX) in process_section_headers()
2222 msgid "%B symbol number %lu references nonexistent SHT_SYMTAB_SHNDX section"