Searched refs:symndx (Results 1 – 6 of 6) sorted by relevance
/third_party/elfutils/libdwfl/ |
D | relocate.c | 117 int symndx, GElf_Sym *sym, GElf_Word *shndx) in relocate_getsym() argument 183 symndx, sym, shndx) == NULL)) in relocate_getsym() 331 int symndx) in relocate() argument 352 if (symndx == STN_UNDEF) in relocate() 365 symndx, &sym, &shndx); in relocate()
|
D | dwfl_module_getdwarf.c | 732 Elf32_Word symndx; in translate_offs() member 743 Elf32_Word symndx = header->symndx; in translate_offs() local 759 if (data != NULL && symndx < nbuckets) in translate_offs() 762 Elf32_Word maxndx = symndx; in translate_offs() 769 hasharr_at += (maxndx - symndx) * sizeof (Elf32_Word); in translate_offs()
|
/third_party/elfutils/src/ |
D | elfcmp.c | 41 static bool search_for_copy_reloc (Ebl *ebl, size_t scnndx, int symndx); 751 search_for_copy_reloc (Ebl *ebl, size_t scnndx, int symndx) in search_for_copy_reloc() argument 783 if ((int) GELF_R_SYM (rel->r_info) == symndx in search_for_copy_reloc() 797 if ((int) GELF_R_SYM (rela->r_info) == symndx in search_for_copy_reloc()
|
D | strip.c | 650 int rtype, symndx, offset, addend; in remove_debug_relocations() local 662 symndx = GELF_R_SYM (r->r_info); in remove_debug_relocations() 673 symndx = GELF_R_SYM (r->r_info); in remove_debug_relocations() 691 symndx, &sym_mem, in remove_debug_relocations()
|
D | elflint.c | 2831 has_copy_reloc (Ebl *ebl, unsigned int symscnndx, unsigned int symndx) in has_copy_reloc() argument 2862 if (GELF_R_SYM (rel->r_info) == symndx in has_copy_reloc() 2874 if (GELF_R_SYM (rela->r_info) == symndx in has_copy_reloc()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/ |
D | ELFTypes.h | 529 Elf_Word symndx; 544 return ArrayRef<Elf_Word>(buckets().end(), DynamicSymCount - symndx);
|