Home
last modified time | relevance | path

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

12

/third_party/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()
/third_party/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.c186 if (sym->st_shndx != SHN_XINDEX) in relocate_getsym()
278 if (sym->st_shndx != SHN_XINDEX) in resolve_symbol()
/third_party/elfutils/libasm/
Dasm_end.c263 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/
Dstrip.c424 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()
Dunstrip.c248 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()
Dobjdump.c371 sym->st_shndx == SHN_XINDEX in show_relocs_x()
378 (long int) (sym->st_shndx == SHN_XINDEX in show_relocs_x()
Delfcompress.c181 ehdr->e_shstrndx = SHN_XINDEX; in setshdrstrndx()
Delflint.c444 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()
Dreadelf.c1189 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/
Delf_getshdrstrndx.c85 if (unlikely (num == SHN_XINDEX)) in elf_getshdrstrndx()
/third_party/skia/third_party/externals/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()
/third_party/elfutils/tests/
Daddsections.c53 ehdr->e_shstrndx = SHN_XINDEX; in setshstrndx()
Delfcopy.c53 ehdr->e_shstrndx = SHN_XINDEX; in setshstrndx()
Delfstrmerge.c426 newehdr.e_shstrndx = SHN_XINDEX; in main()
/third_party/libunwind/include/win/
Dfreebsd-elf_common.h188 #define SHN_XINDEX 0xffff /* Escape -- index stored elsewhere. */ macro
/third_party/libunwind/include/mingw/
Dfreebsd-elf_common.h188 #define SHN_XINDEX 0xffff /* Escape -- index stored elsewhere. */ macro
/third_party/elfio/c_wrapper/
Delf_types_c_wrapper.hpp462 #define SHN_XINDEX 0xFFFF macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DELF.h660 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/
DELF.h810 SHN_XINDEX = 0xffff, // Mark that the index is >= SHN_LORESERVE enumerator
/third_party/musl/porting/uniproton/kernel/include/
Delf.h366 #define SHN_XINDEX 0xffff macro
/third_party/musl/porting/liteos_m/kernel/include/
Delf.h366 #define SHN_XINDEX 0xffff macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DELFObjectWriter.cpp379 uint16_t Index = LargeIndex ? uint16_t(ELF::SHN_XINDEX) : shndx; in writeSymbol()
/third_party/musl/ndk_musl_include/
Delf.h366 #define SHN_XINDEX 0xffff macro
/third_party/musl/include/
Delf.h366 #define SHN_XINDEX 0xffff macro

12