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

/external/elfutils/libdwfl/
H A Ddwfl_module_getdwarf.c404 Elf32_Word symndx; member in struct:__anon5926
415 Elf32_Word symndx = header->symndx; local
424 if (data != NULL && symndx < nbuckets)
427 Elf32_Word maxndx = symndx;
434 hasharr_at += (maxndx - symndx) * sizeof (Elf32_Word);
H A Drelocate.c123 int symndx, GElf_Sym *sym, GElf_Word *shndx)
180 symndx, sym, shndx) == NULL))
307 int rtype, int symndx)
318 if (symndx == STN_UNDEF)
331 symndx, &sym, &shndx);
121 relocate_getsym(Dwfl_Module *mod, Elf *relocated, struct reloc_symtab_cache *cache, int symndx, GElf_Sym *sym, GElf_Word *shndx) argument
306 relocate(GElf_Addr offset, const GElf_Sxword *addend, int rtype, int symndx) argument
/external/elfutils/src/
H A Delfcmp.c50 static bool search_for_copy_reloc (Ebl *ebl, size_t scnndx, int symndx);
591 search_for_copy_reloc (Ebl *ebl, size_t scnndx, int symndx) argument
623 if ((int) GELF_R_SYM (rel->r_info) == symndx
637 if ((int) GELF_R_SYM (rela->r_info) == symndx
H A Delflint.c2551 has_copy_reloc (Ebl *ebl, unsigned int symscnndx, unsigned int symndx) argument
2582 if (GELF_R_SYM (rel->r_info) == symndx
2594 if (GELF_R_SYM (rela->r_info) == symndx

Completed in 51 milliseconds