Home
last modified time | relevance | path

Searched refs:symndx (Results 1 - 6 of 6) sorted by relevance

/third_party/elfutils/libdwfl/
H A Drelocate.c117 int symndx, GElf_Sym *sym, GElf_Word *shndx) in relocate_getsym()
183 symndx, sym, shndx) == NULL)) in relocate_getsym()
331 int symndx) in relocate()
352 if (symndx == STN_UNDEF) in relocate()
365 symndx, &sym, &shndx); in relocate()
115 relocate_getsym(Dwfl_Module *mod, Elf *relocated, struct reloc_symtab_cache *cache, int symndx, GElf_Sym *sym, GElf_Word *shndx) relocate_getsym() argument
323 relocate(Dwfl_Module * const mod, Elf * const relocated, struct reloc_symtab_cache * const reloc_symtab, Elf_Data * const tdata, const GElf_Ehdr * const ehdr, GElf_Addr offset, const GElf_Sxword *addend, int rtype, int symndx) relocate() argument
H A Ddwfl_module_getdwarf.c732 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/
H A Delfcmp.c41 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()
H A Dstrip.c650 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()
H A Delflint.c2831 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/
H A DELFTypes.h529 Elf_Word symndx;
544 return ArrayRef<Elf_Word>(buckets().end(), DynamicSymCount - symndx);

Completed in 14 milliseconds