Home
last modified time | relevance | path

Searched refs:SHN_XINDEX (Results 1 - 25 of 27) sorted by relevance

12

/third_party/elfutils/libebl/
H A 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/
H A Ddwfl_module_getsym.c107 if (sym->st_shndx != SHN_XINDEX) in __libdwfl_getsym()
113 && (sym->st_shndx == SHN_XINDEX in __libdwfl_getsym()
H A 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/
H A 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/libelf/
H A Delf_getshdrstrndx.c85 if (unlikely (num == SHN_XINDEX)) in elf_getshdrstrndx()
93 /* Cannot use SHN_XINDEX without section headers. */ in elf_getshdrstrndx()
158 /* Cannot use SHN_XINDEX without section headers. */ in elf_getshdrstrndx()
/third_party/elfutils/src/
H A 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()
H A 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()
677 .st_shndx = i < SHN_LORESERVE ? i : SHN_XINDEX in add_new_section_symbols()
862 if (sym->st_shndx != SHN_XINDEX) in collect_symbols()
1752 if (sym->st_shndx != SHN_XINDEX) in copy_elided_sections()
1768 sym->st_shndx = SHN_XINDEX; in copy_elided_sections()
H A Dobjdump.c371 sym->st_shndx == SHN_XINDEX in show_relocs_x()
378 (long int) (sym->st_shndx == SHN_XINDEX in show_relocs_x()
H A Delfcompress.c181 ehdr->e_shstrndx = SHN_XINDEX; in setshdrstrndx()
H A 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()
H A 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/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
H A 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/
H A Daddsections.c53 ehdr->e_shstrndx = SHN_XINDEX; in setshstrndx()
H A Delfcopy.c53 ehdr->e_shstrndx = SHN_XINDEX; in setshstrndx()
H A Delfstrmerge.c426 newehdr.e_shstrndx = SHN_XINDEX; in main()
576 SHN_XINDEX. */ in main()
/third_party/elfio/c_wrapper/
H A Delf_types_c_wrapper.hpp462 #define SHN_XINDEX 0xFFFF macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DELF.h660 SHN_XINDEX = 0xffff, // Mark that the index is >= SHN_LORESERVE enumerator
682 SHT_SYMTAB_SHNDX = 18, // Indices for SHN_XINDEX entries.
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
H A DELF.h810 SHN_XINDEX = 0xffff, // Mark that the index is >= SHN_LORESERVE enumerator
832 SHT_SYMTAB_SHNDX = 18, // Indices for SHN_XINDEX entries.
/third_party/elfio/elfio/
H A Delf_types.hpp490 constexpr Elf_Word SHN_XINDEX = 0xFFFF; member
/third_party/musl/porting/linux/user/include/
H A Delf.h367 #define SHN_XINDEX 0xffff macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Delf.h366 #define SHN_XINDEX 0xffff macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Delf.h366 #define SHN_XINDEX 0xffff macro
/third_party/musl/porting/uniproton/kernel/include/
H A Delf.h366 #define SHN_XINDEX 0xffff macro
/third_party/musl/include/
H A Delf.h367 #define SHN_XINDEX 0xffff macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
H A DELFObjectWriter.cpp379 uint16_t Index = LargeIndex ? uint16_t(ELF::SHN_XINDEX) : shndx; in writeSymbol()

Completed in 99 milliseconds

12