Home
last modified time | relevance | path

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

/external/elfutils/libelf/
Dgelf_getnote.c40 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()
Dgelf.h117 typedef Elf64_Nhdr GElf_Nhdr; typedef
327 GElf_Nhdr *__result,
/external/perf_data_converter/src/quipper/
Ddso.cc80 GElf_Nhdr note_header; in GetBuildID()
145 GElf_Nhdr note_header; in ReadBuildIdNote()
Ddso_test.cc104 const GElf_Nhdr note_header = { in TEST()
Ddso_test_utils.cc119 GElf_Nhdr note_header; in WriteElfWithMultipleBuildids()
/external/elfutils/libdwfl/
Dlinux-core-attach.c104 GElf_Nhdr nhdr; in core_next_thread()
173 GElf_Nhdr nhdr; in core_set_initial_registers()
366 GElf_Nhdr nhdr; in dwfl_core_file_attach()
Dlinux-kernel-modules.c521 assert (sizeof (Elf32_Nhdr) == sizeof (GElf_Nhdr)); in check_notes()
522 assert (sizeof (Elf64_Nhdr) == sizeof (GElf_Nhdr)); in check_notes()
525 GElf_Nhdr nhdr; in check_notes()
539 GElf_Nhdr *nhdr = (void *) p; in check_notes()
Dcore-file.c504 GElf_Nhdr nhdr; in dwfl_core_file_report()
Ddwfl_segment_report_module.c479 const GElf_Nhdr *nh = notes; in dwfl_segment_report_module()
/external/elfutils/libebl/
Deblcorenote.c43 ebl_core_note (Ebl *ebl, const GElf_Nhdr *nhdr, const char *name, in ebl_core_note()
Debl-hooks.h97 int EBLHOOK(core_note) (const GElf_Nhdr *, const char *,
Deblopenbackend.c172 static int default_core_note (const GElf_Nhdr *nhdr, const char *name,
593 default_core_note (const GElf_Nhdr *nhdr __attribute__ ((unused)), in default_core_note()
Dlibebl.h393 extern int ebl_core_note (Ebl *ebl, const GElf_Nhdr *nhdr, const char *name,
DChangeLog206 * eblcorenote.c (ebl_core_note): Take GElf_Nhdr * and name data
/external/elfutils/libdwelf/
Ddwelf_elf_gnu_build_id.c44 GElf_Nhdr nhdr; in check_notes()
/external/elfutils/backends/
Dlinux-core-note.c207 EBLHOOK(core_note) (const GElf_Nhdr *nhdr, const char *name, in EBLHOOK()
/external/elfutils/src/
Delfcmp.c412 GElf_Nhdr note1; in main()
413 GElf_Nhdr note2; in main()
Dldgeneric.c4112 d->d_size = sizeof (GElf_Nhdr); in create_build_id_section()
4206 GElf_Nhdr *hdr = d->d_buf; in compute_build_id()
Dreadelf.c9304 handle_core_note (Ebl *ebl, const GElf_Nhdr *nhdr, in handle_core_note()
9343 GElf_Nhdr nhdr; in handle_notes_data()
Delflint.c4251 GElf_Nhdr nhdr; in check_note_data()