/third_party/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()
|
/third_party/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 | 186 if (sym->st_shndx != SHN_XINDEX) in relocate_getsym() 278 if (sym->st_shndx != SHN_XINDEX) in resolve_symbol()
|
/third_party/elfutils/libasm/ |
D | asm_end.c | 263 ndx = SHN_XINDEX; in binary_end() 439 || unlikely (shstrscnndx == SHN_XINDEX)) in binary_end() 455 ehdr->e_shstrndx = SHN_XINDEX; in binary_end()
|
/third_party/elfutils/src/ |
D | strip.c | 424 ehdr.e_shstrndx = SHN_XINDEX; in update_shdrstrndx() 695 Elf32_Word sec = (sym->st_shndx == SHN_XINDEX in remove_debug_relocations() 1515 && scnidx != SHN_XINDEX) in handle_elf() 1520 else if (scnidx == SHN_XINDEX) in handle_elf() 2002 && sym->st_shndx != SHN_XINDEX)) in handle_elf() 2027 if (sym->st_shndx == SHN_XINDEX) in handle_elf() 2030 size_t sidx = (sym->st_shndx != SHN_XINDEX in handle_elf() 2047 nshndx = SHN_XINDEX; in handle_elf()
|
D | unstrip.c | 248 ehdr->e_shstrndx = SHN_XINDEX; in copy_elf() 398 if (sym->st_shndx != SHN_XINDEX) in symtab_count_leading_section_symbols() 405 if (sym->st_shndx != SHN_XINDEX) in symtab_count_leading_section_symbols() 676 .st_shndx = i < SHN_LORESERVE ? i : SHN_XINDEX in add_new_section_symbols() 860 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 | 371 sym->st_shndx == SHN_XINDEX in show_relocs_x() 378 (long int) (sym->st_shndx == SHN_XINDEX in show_relocs_x()
|
D | elfcompress.c | 181 ehdr->e_shstrndx = SHN_XINDEX; in setshdrstrndx()
|
D | elflint.c | 444 if (ehdr->e_shstrndx == SHN_XINDEX) in check_elf_header() 722 if (sym->st_shndx == SHN_XINDEX) in check_symtab() 2013 if (sym->st_shndx != SHN_XINDEX) in check_symtab_shndx() 3737 if (shdr->sh_link != 0 && ehdr->e_shstrndx != SHN_XINDEX) in check_sections()
|
D | readelf.c | 1189 if (unlikely (ehdr->e_shstrndx == SHN_XINDEX)) in print_ehdr() 2200 sym->st_shndx == SHN_XINDEX in handle_relocs_rel() 2214 (long int) (sym->st_shndx == SHN_XINDEX in handle_relocs_rel() 2393 sym->st_shndx == SHN_XINDEX in handle_relocs_rela() 2407 (long int) (sym->st_shndx == SHN_XINDEX in handle_relocs_rela() 2572 if (likely (sym->st_shndx != SHN_XINDEX)) in handle_symtab() 2601 if (xndx < SHN_LORESERVE || sym->st_shndx == SHN_XINDEX) in handle_symtab()
|
/third_party/elfutils/libelf/ |
D | elf_getshdrstrndx.c | 85 if (unlikely (num == SHN_XINDEX)) in elf_getshdrstrndx()
|
/third_party/skia/third_party/externals/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()
|
/third_party/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 | 426 newehdr.e_shstrndx = SHN_XINDEX; in main()
|
/third_party/libunwind/include/win/ |
D | freebsd-elf_common.h | 188 #define SHN_XINDEX 0xffff /* Escape -- index stored elsewhere. */ macro
|
/third_party/libunwind/include/mingw/ |
D | freebsd-elf_common.h | 188 #define SHN_XINDEX 0xffff /* Escape -- index stored elsewhere. */ macro
|
/third_party/elfio/c_wrapper/ |
D | elf_types_c_wrapper.hpp | 462 #define SHN_XINDEX 0xFFFF macro
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | ELF.h | 660 SHN_XINDEX = 0xffff, // Mark that the index is >= SHN_LORESERVE enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
D | ELF.h | 810 SHN_XINDEX = 0xffff, // Mark that the index is >= SHN_LORESERVE enumerator
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | elf.h | 366 #define SHN_XINDEX 0xffff macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | elf.h | 366 #define SHN_XINDEX 0xffff macro
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
D | ELFObjectWriter.cpp | 379 uint16_t Index = LargeIndex ? uint16_t(ELF::SHN_XINDEX) : shndx; in writeSymbol()
|
/third_party/musl/ndk_musl_include/ |
D | elf.h | 366 #define SHN_XINDEX 0xffff macro
|
/third_party/musl/include/ |
D | elf.h | 366 #define SHN_XINDEX 0xffff macro
|