/external/elfutils/0.153/libdwfl/ |
relocate.c | 127 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);
|
dwfl_module_getdwarf.c | 750 Elf32_Word symndx; member in struct:__anon25813 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/ |
elfcmp.c | 51 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) 780 if ((int) GELF_R_SYM (rel->r_info) == symndx 794 if ((int) GELF_R_SYM (rela->r_info) == symndx
|
strip.c | [all...] |
elflint.c | [all...] |