Searched refs:GElf_Nhdr (Results 1 - 16 of 16) sorted by relevance

/external/elfutils/libelf/
H A Dgelf_getnote.c40 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;
H A Dgelf.h117 typedef Elf64_Nhdr GElf_Nhdr; typedef
327 GElf_Nhdr *__result,
/external/elfutils/libebl/
H A Deblcorenote.c43 ebl_core_note (Ebl *ebl, const GElf_Nhdr *nhdr, const char *name,
H A Debl-hooks.h97 int EBLHOOK(core_note) (const GElf_Nhdr *, const char *,
H A Dlibebl.h393 extern int ebl_core_note (Ebl *ebl, const GElf_Nhdr *nhdr, const char *name,
H A Deblopenbackend.c172 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/
H A Ddwelf_elf_gnu_build_id.c44 GElf_Nhdr nhdr;
/external/elfutils/libdwfl/
H A Dlinux-core-attach.c104 GElf_Nhdr nhdr;
173 GElf_Nhdr nhdr;
366 GElf_Nhdr nhdr;
H A Dlinux-kernel-modules.c521 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;
H A Dcore-file.c504 GElf_Nhdr nhdr;
H A Ddwfl_segment_report_module.c479 const GElf_Nhdr *nh = notes;
/external/elfutils/backends/
H A Dlinux-core-note.c207 EBLHOOK(core_note) (const GElf_Nhdr *nhdr, const char *name,
/external/elfutils/src/
H A Delfcmp.c412 GElf_Nhdr note1;
413 GElf_Nhdr note2;
H A Dldgeneric.c4112 d->d_size = sizeof (GElf_Nhdr);
4206 GElf_Nhdr *hdr = d->d_buf;
H A Dreadelf.c9304 handle_core_note (Ebl *ebl, const GElf_Nhdr *nhdr,
9343 GElf_Nhdr nhdr;
H A Delflint.c4251 GElf_Nhdr nhdr;

Completed in 402 milliseconds