Home
last modified time | relevance | path

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

12

/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-project/llvm/test/tools/llvm-objdump/
Drelocation-xindex-symbol.test1 ## Test that llvm-objdump can handle SHN_XINDEX. The relocation points to a section
2 ## symbol that has st_shndx == SHN_XINDEX. To print the section name llvm-objdump
37 Index: SHN_XINDEX
/external/llvm-project/llvm/test/tools/llvm-readobj/ELF/
Dmany-sections.s6 ## should have the value of SHN_XINDEX and sh_link of the section header
25 EShStrNdx: 0xffff ## SHN_XINDEX
45 # GNU2-NEXT: warning: '[[FILE]]': e_shstrndx == SHN_XINDEX, but the section header table is empty
63 EShStrNdx: 0xffff ## SHN_XINDEX
Dsection-symbols.test124 Index: SHN_XINDEX
128 Index: SHN_XINDEX
132 Index: SHN_XINDEX
136 Index: SHN_XINDEX
163 Index: SHN_XINDEX
Dsymbol-shndx.test88 Index: SHN_XINDEX
217 Index: SHN_XINDEX
219 Index: SHN_XINDEX
221 Index: SHN_XINDEX
224 ## indexes of SHN_XINDEX print as Reserved symbols.
254 Index: SHN_XINDEX
256 Index: SHN_XINDEX
313 - Index: SHN_XINDEX
Dmany-sections2.s1 # Tests that symbols whose section index is SHN_XINDEX are displayed
Dfile-headers.test228 ## Check what we print when e_shnum == 0, e_shstrndx == SHN_XINDEX and the section header table can…
Dmips-plt.test255 Index: SHN_XINDEX
/external/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
DELFHeader.cpp87 result |= e_shstrndx_hdr == SHN_XINDEX; in HasHeaderExtension()
109 if (e_shstrndx_hdr == SHN_XINDEX) in ParseHeaderExtension()
297 ENUM_TO_CSTR(SHN_XINDEX); in sectionIndexToCString()
/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.c107 if (sym->st_shndx != SHN_XINDEX) in __libdwfl_getsym()
113 && (sym->st_shndx == SHN_XINDEX in __libdwfl_getsym()
Drelocate.c184 if (sym->st_shndx != SHN_XINDEX) in relocate_getsym()
276 if (sym->st_shndx != SHN_XINDEX) in resolve_symbol()
/external/elfutils/libasm/
Dasm_end.c266 ndx = SHN_XINDEX; in binary_end()
442 || unlikely (shstrscnndx == SHN_XINDEX)) in binary_end()
458 ehdr->e_shstrndx = SHN_XINDEX; in binary_end()
/external/elfutils/libelf/
Delf_getshdrstrndx.c87 if (unlikely (num == SHN_XINDEX)) in elf_getshdrstrndx()
/external/elfutils/src/
Dstrip.c427 ehdr.e_shstrndx = SHN_XINDEX; in update_shdrstrndx()
690 Elf32_Word sec = (sym->st_shndx == SHN_XINDEX in remove_debug_relocations()
1507 && scnidx != SHN_XINDEX) in handle_elf()
1512 else if (scnidx == SHN_XINDEX) in handle_elf()
1999 && sym->st_shndx != SHN_XINDEX)) in handle_elf()
2024 if (sym->st_shndx == SHN_XINDEX) in handle_elf()
2027 size_t sidx = (sym->st_shndx != SHN_XINDEX in handle_elf()
2044 nshndx = SHN_XINDEX; in handle_elf()
Dunstrip.c249 ehdr->e_shstrndx = SHN_XINDEX; in copy_elf()
399 if (sym->st_shndx != SHN_XINDEX) in symtab_count_leading_section_symbols()
406 if (sym->st_shndx != SHN_XINDEX) in symtab_count_leading_section_symbols()
674 .st_shndx = i < SHN_LORESERVE ? i : SHN_XINDEX in add_new_section_symbols()
858 if (sym->st_shndx != SHN_XINDEX) in collect_symbols()
1750 if (sym->st_shndx != SHN_XINDEX) in copy_elided_sections()
1766 sym->st_shndx = SHN_XINDEX; in copy_elided_sections()
Dobjdump.c372 sym->st_shndx == SHN_XINDEX in show_relocs_x()
379 (long int) (sym->st_shndx == SHN_XINDEX in show_relocs_x()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DELF.h322 assert(Sym->st_shndx == ELF::SHN_XINDEX); in getExtendedSymbolTableIndex()
339 if (Index == ELF::SHN_XINDEX) { in getSectionIndex()
487 if (Index == ELF::SHN_XINDEX) in getSectionStringTable()
/external/elfutils/tests/
Daddsections.c53 ehdr->e_shstrndx = SHN_XINDEX; in setshstrndx()
Delfcopy.c53 ehdr->e_shstrndx = SHN_XINDEX; in setshstrndx()
Delfstrmerge.c408 newehdr.e_shstrndx = SHN_XINDEX; in main()
/external/llvm/include/llvm/Object/
DELF.h222 assert(Sym->st_shndx == ELF::SHN_XINDEX); in getExtendedSymbolTableIndex()
234 if (Index == ELF::SHN_XINDEX) in getSection()
/external/llvm-project/llvm/include/llvm/Object/
DELF.h341 assert(Sym.st_shndx == ELF::SHN_XINDEX); in getExtendedSymbolTableIndex()
357 if (Index == ELF::SHN_XINDEX) { in getSectionIndex()
525 if (Index == ELF::SHN_XINDEX) { in getSectionStringTable()
/external/llvm/include/llvm/Support/
DELF.h659 SHN_XINDEX = 0xffff, // Mark that the index is >= SHN_LORESERVE enumerator
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DELF.h660 SHN_XINDEX = 0xffff, // Mark that the index is >= SHN_LORESERVE enumerator

12