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

  /external/elfutils/backends/
sparc_init.c 37 extern __typeof (EBLHOOK (core_note)) sparc64_core_note attribute_hidden;
65 eh->core_note = sparc64_core_note;
67 HOOK (eh, core_note);
x86_64_init.c 53 HOOK (eh, core_note);
alpha_init.c 60 HOOK (eh, core_note);
i386_init.c 54 HOOK (eh, core_note);
ppc64_init.c 62 HOOK (eh, core_note);
ppc_init.c 61 HOOK (eh, core_note);
linux-core-note.c 169 EBLHOOK(core_note) (n_type, descsz, function
  /external/elfutils/libebl/
eblcorenote.c 75 int result = ebl->core_note (n_type, descsz, regs_offset, nregloc, reglocs,
ebl-hooks.h 117 int EBLHOOK(core_note) (GElf_Word, GElf_Word, GElf_Word *, size_t *,
eblopenbackend.c 254 result->core_note = default_core_note;

Completed in 55 milliseconds