Home
last modified time | relevance | path

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

/external/elfutils/libdwfl/
Drelocate.c110 int symndx, GElf_Sym *sym, GElf_Word *shndx) in relocate_getsym() argument
176 symndx, sym, shndx) == NULL)) in relocate_getsym()
324 int symndx) in relocate() argument
344 if (symndx == STN_UNDEF) in relocate()
357 symndx, &sym, &shndx); in relocate()
Ddwfl_module_getdwarf.c726 Elf32_Word symndx; in translate_offs() member
737 Elf32_Word symndx = header->symndx; in translate_offs() local
753 if (data != NULL && symndx < nbuckets) in translate_offs()
756 Elf32_Word maxndx = symndx; in translate_offs()
763 hasharr_at += (maxndx - symndx) * sizeof (Elf32_Word); in translate_offs()
/external/elfutils/src/
Delfcmp.c43 static bool search_for_copy_reloc (Ebl *ebl, size_t scnndx, int symndx);
750 search_for_copy_reloc (Ebl *ebl, size_t scnndx, int symndx) in search_for_copy_reloc() argument
782 if ((int) GELF_R_SYM (rel->r_info) == symndx in search_for_copy_reloc()
796 if ((int) GELF_R_SYM (rela->r_info) == symndx in search_for_copy_reloc()
Dstrip.c1809 bool is_rela, int rtype, int symndx) in handle_elf()
1829 symndx, &sym_mem, in handle_elf()
Delflint.c2789 has_copy_reloc (Ebl *ebl, unsigned int symscnndx, unsigned int symndx) in has_copy_reloc() argument
2820 if (GELF_R_SYM (rel->r_info) == symndx in has_copy_reloc()
2832 if (GELF_R_SYM (rela->r_info) == symndx in has_copy_reloc()
/external/llvm/include/llvm/Object/
DELFTypes.h544 Elf_Word symndx;
559 return ArrayRef<Elf_Word>(buckets().end(), DynamicSymCount - symndx);
/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()