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

/external/elfutils/0.153/libdwfl/
H A Drelocate.c127 int symndx, GElf_Sym *sym, GElf_Word *shndx)
184 symndx, sym, shndx) == NULL))
324 int rtype, int symndx)
344 if (symndx == STN_UNDEF)
357 symndx, &sym, &shndx);
125 relocate_getsym(Dwfl_Module *mod, Elf *relocated, struct reloc_symtab_cache *cache, int symndx, GElf_Sym *sym, GElf_Word *shndx) argument
323 relocate(GElf_Addr offset, const GElf_Sxword *addend, int rtype, int symndx) argument
H A Ddwfl_module_getdwarf.c750 Elf32_Word symndx; member in struct:__anon21195
761 Elf32_Word symndx = header->symndx; local
770 if (data != NULL && symndx < nbuckets)
773 Elf32_Word maxndx = symndx;
780 hasharr_at += (maxndx - symndx) * sizeof (Elf32_Word);
/external/elfutils/0.153/src/
H A Delfcmp.c51 static bool search_for_copy_reloc (Ebl *ebl, size_t scnndx, int symndx);
748 search_for_copy_reloc (Ebl *ebl, size_t scnndx, int symndx) argument
780 if ((int) GELF_R_SYM (rel->r_info) == symndx
794 if ((int) GELF_R_SYM (rela->r_info) == symndx
H A Dstrip.c1685 bool is_rela, int rtype, int symndx)
1705 symndx, &sym_mem,
1684 relocate(GElf_Addr offset, const GElf_Sxword addend, bool is_rela, int rtype, int symndx) argument
H A Delflint.c2576 has_copy_reloc (Ebl *ebl, unsigned int symscnndx, unsigned int symndx) argument
2607 if (GELF_R_SYM (rel->r_info) == symndx
2619 if (GELF_R_SYM (rela->r_info) == symndx

Completed in 130 milliseconds