Searched refs:GElf_Nhdr (Results 1 – 18 of 18) sorted by relevance
/external/elfutils/libelf/ |
D | gelf_getnote.c | 40 gelf_getnote (Elf_Data *data, size_t offset, GElf_Nhdr *result, in gelf_getnote() 54 assert (sizeof (GElf_Nhdr) == sizeof (Elf32_Nhdr)); in gelf_getnote() 55 assert (sizeof (GElf_Nhdr) == sizeof (Elf64_Nhdr)); in gelf_getnote() 62 || data->d_size - offset < sizeof (GElf_Nhdr))) in gelf_getnote() 69 const GElf_Nhdr *n = data->d_buf + offset; in gelf_getnote()
|
D | gelf.h | 117 typedef Elf64_Nhdr GElf_Nhdr; typedef 331 GElf_Nhdr *__result,
|
/external/elfutils/libebl/ |
D | eblcorenote.c | 44 ebl_core_note (Ebl *ebl, const GElf_Nhdr *nhdr, const char *name, in ebl_core_note()
|
D | ebl-hooks.h | 91 int EBLHOOK(core_note) (const GElf_Nhdr *, const char *,
|
D | libebl.h | 310 extern int ebl_core_note (Ebl *ebl, const GElf_Nhdr *nhdr,
|
D | eblopenbackend.c | 188 static int default_core_note (const GElf_Nhdr *nhdr, const char *name, 539 default_core_note (const GElf_Nhdr *nhdr __attribute__ ((unused)), in default_core_note()
|
D | ChangeLog | 483 * eblcorenote.c (ebl_core_note): Take GElf_Nhdr * and name data
|
/external/elfutils/libdwfl/ |
D | linux-core-attach.c | 104 GElf_Nhdr nhdr; in core_next_thread() 174 GElf_Nhdr nhdr; in core_set_initial_registers() 372 GElf_Nhdr nhdr; in dwfl_core_file_attach()
|
D | linux-kernel-modules.c | 580 assert (sizeof (Elf32_Nhdr) == sizeof (GElf_Nhdr)); in check_notes() 581 assert (sizeof (Elf64_Nhdr) == sizeof (GElf_Nhdr)); in check_notes() 584 GElf_Nhdr nhdr; in check_notes() 599 GElf_Nhdr *nhdr = (void *) p; in check_notes()
|
D | core-file.c | 520 GElf_Nhdr nhdr; in dwfl_core_file_report()
|
D | dwfl_segment_report_module.c | 544 const GElf_Nhdr *nh = notes; in dwfl_segment_report_module()
|
/external/elfutils/tests/ |
D | xlate_notes.c | 101 GElf_Nhdr nhdr; in main()
|
/external/elfutils/libdwelf/ |
D | dwelf_elf_gnu_build_id.c | 44 GElf_Nhdr nhdr; in check_notes()
|
/external/elfutils/backends/ |
D | linux-core-note.c | 213 EBLHOOK(core_note) (const GElf_Nhdr *nhdr, const char *name, in EBLHOOK()
|
/external/elfutils/src/ |
D | elfcmp.c | 426 GElf_Nhdr note1; in main() 427 GElf_Nhdr note2; in main()
|
D | elflint.c | 4309 GElf_Nhdr nhdr; in check_note_data()
|
D | readelf.c | 12394 handle_core_note (Ebl *ebl, const GElf_Nhdr *nhdr, in handle_core_note() 12433 GElf_Nhdr nhdr; in handle_notes_data()
|
/external/bcc/src/cc/ |
D | bcc_elf.c | 93 GElf_Nhdr hdr; in do_note_segment()
|