Home
last modified time | relevance | path

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

/external/elfutils/libebl/
Deblsectionname.c57 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()
/external/llvm/test/Object/
Dobjdump-shndx.test4 symbol that has st_shndx == SHN_XINDEX. To print the section name llvm-objdump
/external/elfutils/libdwfl/
Ddwfl_module_getsym.c103 if (sym->st_shndx != SHN_XINDEX) in __libdwfl_getsym()
109 && (sym->st_shndx == SHN_XINDEX in __libdwfl_getsym()
Drelocate.c179 if (sym->st_shndx != SHN_XINDEX) in relocate_getsym()
271 if (sym->st_shndx != SHN_XINDEX) in resolve_symbol()
/external/elfutils/libasm/
Dasm_end.c266 ndx = SHN_XINDEX; in binary_end()
441 || unlikely (shstrscnndx == SHN_XINDEX)) in binary_end()
457 ehdr->e_shstrndx = SHN_XINDEX; in binary_end()
/external/elfutils/src/
Dstrip.c867 && 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()
Dobjdump.c384 sym->st_shndx == SHN_XINDEX in show_relocs_x()
391 (long int) (sym->st_shndx == SHN_XINDEX in show_relocs_x()
Dunstrip.c389 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()
Dldgeneric.c1408 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 …]
Di386_ld.c139 if (sym->st_shndx != SHN_XINDEX) in elf_i386_relocate_section()
Delfcompress.c182 ehdr->e_shstrndx = SHN_XINDEX; in setshdrstrndx()
Delflint.c459 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()
Dreadelf.c1054 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()
/external/elfutils/libelf/
Delf_getshdrstrndx.c87 if (unlikely (num == SHN_XINDEX)) in elf_getshdrstrndx()
Delf.h315 #define SHN_XINDEX 0xffff /* Index is in extra table. */ macro
DChangeLog388 handling SHN_XINDEX.
/external/llvm/include/llvm/Object/
DELF.h228 assert(Sym->st_shndx == ELF::SHN_XINDEX); in getExtendedSymbolTableIndex()
240 if (Index == ELF::SHN_XINDEX) in getSection()
/external/elfutils/tests/
Delfstrmerge.c407 newehdr.e_shstrndx = SHN_XINDEX; in main()
/external/llvm/include/llvm/Support/
DELF.h637 SHN_XINDEX = 0xffff, // Mark that the index is >= SHN_LORESERVE enumerator
/external/llvm/tools/llvm-readobj/
DELFDumper.cpp480 else if (Symbol->isReserved() && SectionIndex != SHN_XINDEX) in getSectionNameIndex()
483 if (SectionIndex == SHN_XINDEX) in getSectionNameIndex()
/external/llvm/lib/MC/
DELFObjectWriter.cpp277 uint16_t Index = LargeIndex ? uint16_t(ELF::SHN_XINDEX) : shndx; in writeSymbol()