/external/elfutils/libebl/ |
D | eblsectionname.c | 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()
|
/external/llvm-project/llvm/test/tools/llvm-objdump/ |
D | relocation-xindex-symbol.test | 1 ## 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/ |
D | many-sections.s | 6 ## 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
|
D | section-symbols.test | 124 Index: SHN_XINDEX 128 Index: SHN_XINDEX 132 Index: SHN_XINDEX 136 Index: SHN_XINDEX 163 Index: SHN_XINDEX
|
D | symbol-shndx.test | 88 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
|
D | many-sections2.s | 1 # Tests that symbols whose section index is SHN_XINDEX are displayed
|
D | file-headers.test | 228 ## Check what we print when e_shnum == 0, e_shstrndx == SHN_XINDEX and the section header table can…
|
D | mips-plt.test | 255 Index: SHN_XINDEX
|
/external/llvm-project/lldb/source/Plugins/ObjectFile/ELF/ |
D | ELFHeader.cpp | 87 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/ |
D | objdump-shndx.test | 4 symbol that has st_shndx == SHN_XINDEX. To print the section name llvm-objdump
|
/external/elfutils/libdwfl/ |
D | dwfl_module_getsym.c | 107 if (sym->st_shndx != SHN_XINDEX) in __libdwfl_getsym() 113 && (sym->st_shndx == SHN_XINDEX in __libdwfl_getsym()
|
D | relocate.c | 184 if (sym->st_shndx != SHN_XINDEX) in relocate_getsym() 276 if (sym->st_shndx != SHN_XINDEX) in resolve_symbol()
|
/external/elfutils/libasm/ |
D | asm_end.c | 266 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/ |
D | elf_getshdrstrndx.c | 87 if (unlikely (num == SHN_XINDEX)) in elf_getshdrstrndx()
|
/external/elfutils/src/ |
D | strip.c | 427 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()
|
D | unstrip.c | 249 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()
|
D | objdump.c | 372 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/ |
D | ELF.h | 322 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/ |
D | addsections.c | 53 ehdr->e_shstrndx = SHN_XINDEX; in setshstrndx()
|
D | elfcopy.c | 53 ehdr->e_shstrndx = SHN_XINDEX; in setshstrndx()
|
D | elfstrmerge.c | 408 newehdr.e_shstrndx = SHN_XINDEX; in main()
|
/external/llvm/include/llvm/Object/ |
D | ELF.h | 222 assert(Sym->st_shndx == ELF::SHN_XINDEX); in getExtendedSymbolTableIndex() 234 if (Index == ELF::SHN_XINDEX) in getSection()
|
/external/llvm-project/llvm/include/llvm/Object/ |
D | ELF.h | 341 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/ |
D | ELF.h | 659 SHN_XINDEX = 0xffff, // Mark that the index is >= SHN_LORESERVE enumerator
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | ELF.h | 660 SHN_XINDEX = 0xffff, // Mark that the index is >= SHN_LORESERVE enumerator
|