Home
last modified time | relevance | path

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

/external/elfutils/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/libdwfl/
Dlinux-kernel-modules.c439 assert (sizeof (Elf32_Nhdr) == sizeof (GElf_Nhdr)); in check_notes()
440 assert (sizeof (Elf64_Nhdr) == sizeof (GElf_Nhdr)); in check_notes()
443 GElf_Nhdr nhdr; in check_notes()
457 GElf_Nhdr *nhdr = (void *) p; in check_notes()
Ddwfl_module_build_id.c82 GElf_Nhdr nhdr; in check_notes()
Dcore-file.c434 GElf_Nhdr nhdr; in dwfl_core_file_report()
Ddwfl_segment_report_module.c311 const GElf_Nhdr *nh = notes; in dwfl_segment_report_module()
/external/linux-tools-perf/util/
Dsymbol.c1372 GElf_Nhdr *nhdr = ptr; in elf_read_build_id()
1435 GElf_Nhdr nhdr; in sysfs__read_build_id()
/external/elfutils/src/
Dreadelf.c6063 handle_core_note (Ebl *ebl, const GElf_Nhdr *nhdr, const void *desc) in handle_core_note()
6101 GElf_Nhdr nhdr; in handle_notes_data()
Dldgeneric.c4122 d->d_size = sizeof (GElf_Nhdr); in create_build_id_section()
4216 GElf_Nhdr *hdr = d->d_buf; in compute_build_id()
Delflint.c3891 GElf_Nhdr nhdr; in check_note_data()