Searched refs:SHN_XINDEX (Results 1 – 21 of 21) sorted by relevance
57 else if ((section < SHN_LORESERVE || section == SHN_XINDEX) in ebl_section_name()60 int idx = section != SHN_XINDEX ? section : xsection; in ebl_section_name()73 if (section == SHN_XINDEX) in ebl_section_name()
4 symbol that has st_shndx == SHN_XINDEX. To print the section name llvm-objdump
103 if (sym->st_shndx != SHN_XINDEX) in __libdwfl_getsym()109 && (sym->st_shndx == SHN_XINDEX in __libdwfl_getsym()
179 if (sym->st_shndx != SHN_XINDEX) in relocate_getsym()271 if (sym->st_shndx != SHN_XINDEX) in resolve_symbol()
266 ndx = SHN_XINDEX; in binary_end()441 || unlikely (shstrscnndx == SHN_XINDEX)) in binary_end()457 ehdr->e_shstrndx = SHN_XINDEX; in binary_end()
867 && scnidx != SHN_XINDEX) in handle_elf()872 else if (scnidx == SHN_XINDEX) in handle_elf()1311 && sym->st_shndx != SHN_XINDEX)) in handle_elf()1336 if (sym->st_shndx != SHN_XINDEX) in handle_elf()1358 nshndx = SHN_XINDEX; in handle_elf()1389 size_t sidx = (sym->st_shndx != SHN_XINDEX in handle_elf()1831 Elf32_Word sec = (sym->st_shndx == SHN_XINDEX in handle_elf()2053 if (likely (idx < SHN_HIRESERVE) && likely (idx != SHN_XINDEX)) in handle_elf()2066 newehdr->e_shstrndx = SHN_XINDEX; in handle_elf()
384 sym->st_shndx == SHN_XINDEX in show_relocs_x()391 (long int) (sym->st_shndx == SHN_XINDEX in show_relocs_x()
389 if (sym->st_shndx != SHN_XINDEX) in symtab_count_leading_section_symbols()396 if (sym->st_shndx != SHN_XINDEX) in symtab_count_leading_section_symbols()636 .st_shndx = i < SHN_LORESERVE ? i : SHN_XINDEX in add_new_section_symbols()804 if (sym->st_shndx != SHN_XINDEX) in collect_symbols()1611 if (sym->st_shndx != SHN_XINDEX) in copy_elided_sections()1627 sym->st_shndx = SHN_XINDEX; in copy_elided_sections()
1408 if (likely (shndx != SHN_XINDEX)) in add_relocatable_file()1476 if (likely (shndx != SHN_XINDEX)) in add_relocatable_file()4721 sym->st_shndx = SHN_XINDEX; in ld_generic_create_outfile()5231 if (sym->st_shndx != SHN_XINDEX) in ld_generic_create_outfile()5259 || sym->st_shndx == SHN_XINDEX)) in ld_generic_create_outfile()5278 if (sym->st_shndx != SHN_XINDEX) in ld_generic_create_outfile()5294 sym->st_shndx = SHN_XINDEX; in ld_generic_create_outfile()5841 if (sym->st_shndx == SHN_XINDEX) in ld_generic_create_outfile()6510 if (sym->st_shndx != SHN_XINDEX) in ld_generic_create_outfile()6903 && likely (shstrtab_ndx != SHN_XINDEX)) in ld_generic_create_outfile()[all …]
139 if (sym->st_shndx != SHN_XINDEX) in elf_i386_relocate_section()
182 ehdr->e_shstrndx = SHN_XINDEX; in setshdrstrndx()
459 if (ehdr->e_shstrndx == SHN_XINDEX) in check_elf_header()702 if (sym->st_shndx == SHN_XINDEX) in check_symtab()1992 if (sym->st_shndx != SHN_XINDEX) in check_symtab_shndx()3685 if (shdr->sh_link != 0 && ehdr->e_shstrndx != SHN_XINDEX) in check_sections()
1054 if (unlikely (ehdr->e_shstrndx == SHN_XINDEX)) in print_ehdr()1989 sym->st_shndx == SHN_XINDEX in handle_relocs_rel()2003 (long int) (sym->st_shndx == SHN_XINDEX in handle_relocs_rel()2183 sym->st_shndx == SHN_XINDEX in handle_relocs_rela()2197 (long int) (sym->st_shndx == SHN_XINDEX in handle_relocs_rela()2346 if (likely (sym->st_shndx != SHN_XINDEX)) in handle_symtab()2375 if (xndx < SHN_LORESERVE || sym->st_shndx == SHN_XINDEX) in handle_symtab()
87 if (unlikely (num == SHN_XINDEX)) in elf_getshdrstrndx()
315 #define SHN_XINDEX 0xffff /* Index is in extra table. */ macro
388 handling SHN_XINDEX.
228 assert(Sym->st_shndx == ELF::SHN_XINDEX); in getExtendedSymbolTableIndex()240 if (Index == ELF::SHN_XINDEX) in getSection()
407 newehdr.e_shstrndx = SHN_XINDEX; in main()
637 SHN_XINDEX = 0xffff, // Mark that the index is >= SHN_LORESERVE enumerator
480 else if (Symbol->isReserved() && SectionIndex != SHN_XINDEX) in getSectionNameIndex()483 if (SectionIndex == SHN_XINDEX) in getSectionNameIndex()
277 uint16_t Index = LargeIndex ? uint16_t(ELF::SHN_XINDEX) : shndx; in writeSymbol()