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

  /external/elfutils/libelf/
gelf_getnote.c 40 gelf_getnote (Elf_Data *data, size_t offset, GElf_Nhdr *result,
54 assert (sizeof (GElf_Nhdr) == sizeof (Elf32_Nhdr));
55 assert (sizeof (GElf_Nhdr) == sizeof (Elf64_Nhdr));
62 || data->d_size - offset < sizeof (GElf_Nhdr)))
69 const GElf_Nhdr *n = data->d_buf + offset;
gelf.h 117 typedef Elf64_Nhdr GElf_Nhdr;
327 GElf_Nhdr *__result,
  /external/elfutils/libebl/
eblcorenote.c 43 ebl_core_note (Ebl *ebl, const GElf_Nhdr *nhdr, const char *name,
ebl-hooks.h 97 int EBLHOOK(core_note) (const GElf_Nhdr *, const char *,
libebl.h 393 extern int ebl_core_note (Ebl *ebl, const GElf_Nhdr *nhdr, const char *name,
eblopenbackend.c 172 static int default_core_note (const GElf_Nhdr *nhdr, const char *name,
593 default_core_note (const GElf_Nhdr *nhdr __attribute__ ((unused)),
  /external/elfutils/libdwelf/
dwelf_elf_gnu_build_id.c 44 GElf_Nhdr nhdr;
  /external/elfutils/libdwfl/
linux-core-attach.c 104 GElf_Nhdr nhdr;
173 GElf_Nhdr nhdr;
366 GElf_Nhdr nhdr;
linux-kernel-modules.c 521 assert (sizeof (Elf32_Nhdr) == sizeof (GElf_Nhdr));
522 assert (sizeof (Elf64_Nhdr) == sizeof (GElf_Nhdr));
525 GElf_Nhdr nhdr;
539 GElf_Nhdr *nhdr = (void *) p;
core-file.c 504 GElf_Nhdr nhdr;
dwfl_segment_report_module.c 479 const GElf_Nhdr *nh = notes;
  /external/elfutils/backends/
linux-core-note.c 207 EBLHOOK(core_note) (const GElf_Nhdr *nhdr, const char *name,
  /external/elfutils/src/
elfcmp.c 412 GElf_Nhdr note1;
413 GElf_Nhdr note2;
ldgeneric.c     [all...]
readelf.c     [all...]
elflint.c     [all...]

Completed in 4251 milliseconds