HomeSort by relevance Sort by last modified time
    Searched refs:symndx (Results 1 - 4 of 4) sorted by null

  /external/elfutils/libdwfl/
dwfl_module_getdwarf.c 404 Elf32_Word symndx; member in struct:__anon20820
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);
relocate.c 123 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);
  /external/elfutils/src/
elfcmp.c 50 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)
623 if ((int) GELF_R_SYM (rel->r_info) == symndx
637 if ((int) GELF_R_SYM (rela->r_info) == symndx
elflint.c     [all...]

Completed in 681 milliseconds