Searched refs:GElf_Nhdr (Results 1 - 16 of 16) sorted by relevance
/third_party/elfutils/libelf/ |
H A 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()
|
H A D | gelf.h | 117 typedef Elf64_Nhdr GElf_Nhdr; typedef 331 GElf_Nhdr *__result,
|
/third_party/elfutils/libebl/ |
H A D | eblcorenote.c | 44 ebl_core_note (Ebl *ebl, const GElf_Nhdr *nhdr, const char *name, in ebl_core_note()
|
H A D | libebl.h | 310 extern int ebl_core_note (Ebl *ebl, const GElf_Nhdr *nhdr,
|
H A D | eblopenbackend.c | 187 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()
|
/third_party/elfutils/libdwfl/ |
H A 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()
|
H A 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()
|
H A D | core-file.c | 525 GElf_Nhdr nhdr; in dwfl_core_file_report()
|
H A D | dwfl_segment_report_module.c | 595 const GElf_Nhdr *nh = notes; in dwfl_segment_report_module()
|
/third_party/elfutils/libdwelf/ |
H A D | dwelf_elf_gnu_build_id.c | 44 GElf_Nhdr nhdr; in check_notes()
|
/third_party/elfutils/tests/ |
H A D | xlate_notes.c | 101 GElf_Nhdr nhdr; in main()
|
/third_party/elfutils/backends/ |
H A D | linux-core-note.c | 213 EBLHOOK(core_note) (const GElf_Nhdr *nhdr, const char *name, in core_note()
|
/third_party/libbpf/src/ |
H A D | usdt.c | 572 static int parse_usdt_note(Elf *elf, const char *path, GElf_Nhdr *nhdr, 589 GElf_Nhdr nhdr; in collect_usdt_targets() 1133 static int parse_usdt_note(Elf *elf, const char *path, GElf_Nhdr *nhdr, in parse_usdt_note()
|
/third_party/elfutils/src/ |
H A D | elfcmp.c | 425 GElf_Nhdr note1; in main() 426 GElf_Nhdr note2; in main()
|
H A D | elflint.c | 4310 GElf_Nhdr nhdr; in check_note_data()
|
H A D | readelf.c | 12645 handle_core_note (Ebl *ebl, const GElf_Nhdr *nhdr, in handle_core_note() 12684 GElf_Nhdr nhdr; in handle_notes_data()
|
Completed in 31 milliseconds