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

/external/elfutils/libdwfl/
H A Drelocate.c110 int symndx, GElf_Sym *sym, GElf_Word *shndx)
176 symndx, sym, shndx) == NULL))
324 int symndx)
344 if (symndx == STN_UNDEF)
357 symndx, &sym, &shndx);
108 relocate_getsym(Dwfl_Module *mod, Elf *relocated, struct reloc_symtab_cache *cache, int symndx, GElf_Sym *sym, GElf_Word *shndx) argument
316 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) argument
H A Ddwfl_module_getdwarf.c726 Elf32_Word symndx; member in struct:__anon6086
737 Elf32_Word symndx = header->symndx; local
753 if (data != NULL && symndx < nbuckets)
756 Elf32_Word maxndx = symndx;
763 hasharr_at += (maxndx - symndx) * sizeof (Elf32_Word);
/external/elfutils/src/
H A 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) argument
782 if ((int) GELF_R_SYM (rel->r_info) == symndx
796 if ((int) GELF_R_SYM (rela->r_info) == symndx
H A Dstrip.c1809 bool is_rela, int rtype, int symndx)
1829 symndx, &sym_mem,
1808 relocate(GElf_Addr offset, const GElf_Sxword addend, bool is_rela, int rtype, int symndx) argument
H A Delflint.c2789 has_copy_reloc (Ebl *ebl, unsigned int symscnndx, unsigned int symndx) argument
2820 if (GELF_R_SYM (rel->r_info) == symndx
2832 if (GELF_R_SYM (rela->r_info) == symndx

Completed in 1016 milliseconds