Searched refs:GElf_Nhdr (Results 1 - 16 of 16) sorted by relevance
/external/elfutils/libelf/ |
H A D | 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;
|
H A D | gelf.h | 117 typedef Elf64_Nhdr GElf_Nhdr; typedef 327 GElf_Nhdr *__result,
|
/external/elfutils/libebl/ |
H A D | eblcorenote.c | 43 ebl_core_note (Ebl *ebl, const GElf_Nhdr *nhdr, const char *name,
|
H A D | ebl-hooks.h | 97 int EBLHOOK(core_note) (const GElf_Nhdr *, const char *,
|
H A D | libebl.h | 393 extern int ebl_core_note (Ebl *ebl, const GElf_Nhdr *nhdr, const char *name,
|
H A D | 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/ |
H A D | dwelf_elf_gnu_build_id.c | 44 GElf_Nhdr nhdr;
|
/external/elfutils/libdwfl/ |
H A D | linux-core-attach.c | 104 GElf_Nhdr nhdr; 173 GElf_Nhdr nhdr; 366 GElf_Nhdr nhdr;
|
H A D | 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;
|
H A D | core-file.c | 504 GElf_Nhdr nhdr;
|
H A D | dwfl_segment_report_module.c | 479 const GElf_Nhdr *nh = notes;
|
/external/elfutils/backends/ |
H A D | linux-core-note.c | 207 EBLHOOK(core_note) (const GElf_Nhdr *nhdr, const char *name,
|
/external/elfutils/src/ |
H A D | elfcmp.c | 412 GElf_Nhdr note1; 413 GElf_Nhdr note2;
|
H A D | ldgeneric.c | 4112 d->d_size = sizeof (GElf_Nhdr); 4206 GElf_Nhdr *hdr = d->d_buf;
|
H A D | readelf.c | 9304 handle_core_note (Ebl *ebl, const GElf_Nhdr *nhdr, 9343 GElf_Nhdr nhdr;
|
H A D | elflint.c | 4251 GElf_Nhdr nhdr;
|
Completed in 402 milliseconds