HomeSort by relevance Sort by last modified time
    Searched refs:GElf_Nhdr (Results 1 - 16 of 16) sorted by null

  /external/elfutils/0.153/libelf/
gelf_getnote.c 64 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;
gelf.h 135 typedef Elf64_Nhdr GElf_Nhdr;
342 GElf_Nhdr *__result,
  /external/elfutils/0.153/libebl/
eblcorenote.c 67 const GElf_Nhdr *nhdr;
ebl-hooks.h 118 int EBLHOOK(core_note) (const GElf_Nhdr *, const char *,
libebl.h 388 extern int ebl_core_note (Ebl *ebl, const GElf_Nhdr *nhdr, const char *name,
eblopenbackend.c 189 static int default_core_note (const GElf_Nhdr *nhdr, const char *name,
614 default_core_note (const GElf_Nhdr *nhdr __attribute__ ((unused)),
  /external/elfutils/0.153/libdwfl/
dwfl_module_build_id.c 82 GElf_Nhdr nhdr;
linux-kernel-modules.c 518 assert (sizeof (Elf32_Nhdr) == sizeof (GElf_Nhdr));
519 assert (sizeof (Elf64_Nhdr) == sizeof (GElf_Nhdr));
522 GElf_Nhdr nhdr;
536 GElf_Nhdr *nhdr = (void *) p;
core-file.c 456 GElf_Nhdr nhdr;
dwfl_segment_report_module.c 316 const GElf_Nhdr *nh = notes;
  /external/elfutils/0.153/backends/
linux-core-note.c 179 const GElf_Nhdr *nhdr;
  /external/elfutils/0.153/src/
elfcmp.c 413 GElf_Nhdr note1;
414 GElf_Nhdr note2;
ldgeneric.c     [all...]
readelf.c     [all...]
elflint.c     [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
symbol-elf.c 370 GElf_Nhdr *nhdr = ptr;
435 GElf_Nhdr nhdr;

Completed in 118 milliseconds