Home
last modified time | relevance | path

Searched refs:SHN_XINDEX (Results 1 – 25 of 37) 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/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/llvm/test/Object/
Dobjdump-shndx.test4 symbol that has st_shndx == SHN_XINDEX. To print the section name llvm-objdump
/external/swiftshader/third_party/llvm-7.0/llvm/test/Object/
Dobjdump-shndx.test4 symbol that has st_shndx == SHN_XINDEX. To print the section name llvm-objdump
/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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
DELF.h286 assert(Sym->st_shndx == ELF::SHN_XINDEX); in getExtendedSymbolTableIndex()
300 if (Index == ELF::SHN_XINDEX) { in getSectionIndex()
436 if (Index == ELF::SHN_XINDEX) in getSectionStringTable()
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-readobj/
Dmany-sections.s7 ## should have the value of SHN_XINDEX and sh_link of the section header
/external/elfutils/src/
Dstrip.c427 ehdr.e_shstrndx = SHN_XINDEX; in update_shdrstrndx()
546 Elf32_Word sec = (sym->st_shndx == SHN_XINDEX in remove_debug_relocations()
1461 && scnidx != SHN_XINDEX) in handle_elf()
1466 else if (scnidx == SHN_XINDEX) in handle_elf()
1948 && sym->st_shndx != SHN_XINDEX)) in handle_elf()
1973 if (sym->st_shndx == SHN_XINDEX) in handle_elf()
1976 size_t sidx = (sym->st_shndx != SHN_XINDEX in handle_elf()
1992 nshndx = SHN_XINDEX; in handle_elf()
Dunstrip.c253 ehdr->e_shstrndx = SHN_XINDEX; in copy_elf()
397 if (sym->st_shndx != SHN_XINDEX) in symtab_count_leading_section_symbols()
404 if (sym->st_shndx != SHN_XINDEX) in symtab_count_leading_section_symbols()
665 .st_shndx = i < SHN_LORESERVE ? i : SHN_XINDEX in add_new_section_symbols()
846 if (sym->st_shndx != SHN_XINDEX) in collect_symbols()
1703 if (sym->st_shndx != SHN_XINDEX) in copy_elided_sections()
1719 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/elfutils/libelf/
Delf_getshdrstrndx.c87 if (unlikely (num == SHN_XINDEX)) in elf_getshdrstrndx()
/external/elfutils/tests/
Delfcopy.c53 ehdr->e_shstrndx = SHN_XINDEX; in setshstrndx()
Daddsections.c53 ehdr->e_shstrndx = SHN_XINDEX; in setshstrndx()
Delfstrmerge.c408 newehdr.e_shstrndx = SHN_XINDEX; in main()
/external/llvm/include/llvm/Object/
DELF.h226 assert(Sym->st_shndx == ELF::SHN_XINDEX); in getExtendedSymbolTableIndex()
238 if (Index == ELF::SHN_XINDEX) in getSection()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objcopy/
DObject.cpp209 return SHN_XINDEX; in getShndx()
712 if (Sym.st_shndx == SHN_XINDEX) { in initSymbolTable()
908 if (ShstrIndex == SHN_XINDEX) in build()
997 Ehdr.e_shstrndx = SHN_XINDEX; in writeEhdr()
DObject.h381 SYMBOL_XINDEX = ELF::SHN_XINDEX,
/external/u-boot/include/
Delf.h267 #define SHN_XINDEX 0xffff /* Index is an extra table */ macro
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DELF.h696 SHN_XINDEX = 0xffff, // Mark that the index is >= SHN_LORESERVE enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
DELFYAML.cpp543 ECase(SHN_XINDEX); in enumeration()
796 if (Symbol.Index && *Symbol.Index == ELFYAML::ELF_SHN(ELF::SHN_XINDEX)) { in validate()
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DELF.h660 SHN_XINDEX = 0xffff, // Mark that the index is >= SHN_LORESERVE enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/
DELF.h768 SHN_XINDEX = 0xffff, // Mark that the index is >= SHN_LORESERVE enumerator
/external/llvm/include/llvm/Support/
DELF.h659 SHN_XINDEX = 0xffff, // Mark that the index is >= SHN_LORESERVE enumerator
/external/swiftshader/third_party/LLVM/lib/Object/
DELFObjectFile.cpp438 if (symb->st_shndx == ELF::SHN_XINDEX) in getSymbolTableIndex()
447 if (symb->st_shndx == ELF::SHN_XINDEX) in getSection()

12