Home
last modified time | relevance | path

Searched refs:symndx (Results 1 – 12 of 12) sorted by relevance

/external/elfutils/libdwfl/
Drelocate.c115 int symndx, GElf_Sym *sym, GElf_Word *shndx) in relocate_getsym() argument
181 symndx, sym, shndx) == NULL)) in relocate_getsym()
329 int symndx) in relocate() argument
350 if (symndx == STN_UNDEF) in relocate()
363 symndx, &sym, &shndx); in relocate()
Ddwfl_module_getdwarf.c733 Elf32_Word symndx; in translate_offs() member
744 Elf32_Word symndx = header->symndx; in translate_offs() local
760 if (data != NULL && symndx < nbuckets) in translate_offs()
763 Elf32_Word maxndx = symndx; in translate_offs()
770 hasharr_at += (maxndx - symndx) * sizeof (Elf32_Word); in translate_offs()
/external/elfutils/src/
Delfcmp.c42 static bool search_for_copy_reloc (Ebl *ebl, size_t scnndx, int symndx);
752 search_for_copy_reloc (Ebl *ebl, size_t scnndx, int symndx) in search_for_copy_reloc() argument
784 if ((int) GELF_R_SYM (rel->r_info) == symndx in search_for_copy_reloc()
798 if ((int) GELF_R_SYM (rela->r_info) == symndx in search_for_copy_reloc()
Dstrip.c651 int rtype, symndx, offset, addend; in remove_debug_relocations() local
661 symndx = GELF_R_SYM (r->r_info); in remove_debug_relocations()
670 symndx = GELF_R_SYM (r->r_info); in remove_debug_relocations()
688 symndx, &sym_mem, in remove_debug_relocations()
Delflint.c2832 has_copy_reloc (Ebl *ebl, unsigned int symscnndx, unsigned int symndx) in has_copy_reloc() argument
2863 if (GELF_R_SYM (rel->r_info) == symndx in has_copy_reloc()
2875 if (GELF_R_SYM (rela->r_info) == symndx in has_copy_reloc()
/external/llvm-project/llvm/include/llvm/Object/
DELFTypes.h527 Elf_Word symndx;
542 assert(DynamicSymCount >= symndx);
543 return ArrayRef<Elf_Word>(buckets().end(), DynamicSymCount - symndx);
/external/llvm/include/llvm/Object/
DELFTypes.h544 Elf_Word symndx;
559 return ArrayRef<Elf_Word>(buckets().end(), DynamicSymCount - symndx);
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DELFTypes.h529 Elf_Word symndx;
544 return ArrayRef<Elf_Word>(buckets().end(), DynamicSymCount - symndx);
/external/llvm-project/llvm/lib/InterfaceStub/
DELFObjHandler.cpp449 return Table.symndx + 1; in getDynSymtabSize()
/external/llvm-project/llvm/test/tools/llvm-readobj/ELF/
Dhash-histogram.test319 ## Check the case when a 'symndx' index of the first symbol in the dynamic symbol
/external/llvm-project/llvm/tools/llvm-readobj/
DELFDumper.cpp2790 if (GnuHashTable->symndx < NumSyms) in getGnuHashTableChains()
2803 "the first hashed symbol index (" + Twine(GnuHashTable->symndx) + in getGnuHashTableChains()
2821 W.printNumber("First Hashed Symbol Index", GnuHashTable->symndx); in printGnuHashTable()
4192 if (SymIndex < GnuHash.symndx) { in printGnuHashTableSymbols()
4197 Twine(GnuHash.symndx) + ")"); in printGnuHashTableSymbols()
4202 if ((Values[SymIndex - GnuHash.symndx] & 1) == 1) in printGnuHashTableSymbols()
4910 size_t Symndx = GnuHashTable.symndx; in printGnuHashHistogram()
/external/llvm/tools/llvm-readobj/
DELFDumper.cpp1825 W.printNumber("First Hashed Symbol Index", GnuHashTable->symndx); in printGnuHashTable()
3120 size_t Symndx = GnuHashTable->symndx; in printHashHistogram()