Home
last modified time | relevance | path

Searched refs:GElf_Nhdr (Results 1 – 17 of 17) sorted by relevance

/external/elfutils/0.153/libelf/
Dgelf_getnote.c64 GElf_Nhdr *result;
79 assert (sizeof (GElf_Nhdr) == sizeof (Elf32_Nhdr));
80 assert (sizeof (GElf_Nhdr) == sizeof (Elf64_Nhdr));
86 if (unlikely (offset + sizeof (GElf_Nhdr) > data->d_size))
93 const GElf_Nhdr *n = data->d_buf + offset;
Dgelf.h135 typedef Elf64_Nhdr GElf_Nhdr; typedef
342 GElf_Nhdr *__result,
/external/elfutils/0.153/libebl/
Deblcorenote.c67 const GElf_Nhdr *nhdr;
Debl-hooks.h118 int EBLHOOK(core_note) (const GElf_Nhdr *, const char *,
Dlibebl.h388 extern int ebl_core_note (Ebl *ebl, const GElf_Nhdr *nhdr, const char *name,
Deblopenbackend.c189 static int default_core_note (const GElf_Nhdr *nhdr, const char *name,
614 default_core_note (const GElf_Nhdr *nhdr __attribute__ ((unused)), in default_core_note()
DChangeLog33 * eblcorenote.c (ebl_core_note): Take GElf_Nhdr * and name data
/external/elfutils/0.153/libdwfl/
Dlinux-kernel-modules.c518 assert (sizeof (Elf32_Nhdr) == sizeof (GElf_Nhdr)); in check_notes()
519 assert (sizeof (Elf64_Nhdr) == sizeof (GElf_Nhdr)); in check_notes()
522 GElf_Nhdr nhdr; in check_notes()
536 GElf_Nhdr *nhdr = (void *) p; in check_notes()
Ddwfl_module_build_id.c82 GElf_Nhdr nhdr; in check_notes()
Dcore-file.c456 GElf_Nhdr nhdr; in dwfl_core_file_report()
Ddwfl_segment_report_module.c316 const GElf_Nhdr *nh = notes; in dwfl_segment_report_module()
/external/elfutils/0.153/backends/
Dlinux-core-note.c179 const GElf_Nhdr *nhdr;
/external/elfutils/0.153/src/
Delfcmp.c413 GElf_Nhdr note1; in main()
414 GElf_Nhdr note2; in main()
Dldgeneric.c4120 d->d_size = sizeof (GElf_Nhdr); in create_build_id_section()
4214 GElf_Nhdr *hdr = d->d_buf; in compute_build_id()
Dreadelf.c8112 handle_core_note (Ebl *ebl, const GElf_Nhdr *nhdr, in handle_core_note()
8151 GElf_Nhdr nhdr; in handle_notes_data()
Delflint.c3933 GElf_Nhdr nhdr; in check_note_data()
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
Dsymbol-elf.c370 GElf_Nhdr *nhdr = ptr; in elf_read_build_id()
435 GElf_Nhdr nhdr; in sysfs__read_build_id()