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

  /external/elfutils/backends/
x86_64_init.c 42 extern __typeof (EBLHOOK (core_note)) x32_core_note attribute_hidden;
59 eh->core_note = x32_core_note;
61 HOOK (eh, core_note);
s390_init.c 60 eh->core_note = s390x_core_note;
62 HOOK (eh, core_note);
tilegx_init.c 56 HOOK (eh, core_note);
sparc_init.c 45 extern __typeof (EBLHOOK (core_note)) sparc64_core_note attribute_hidden;
72 eh->core_note = sparc64_core_note;
74 HOOK (eh, core_note);
aarch64_init.c 55 HOOK (eh, core_note);
sh_init.c 58 HOOK (eh, core_note);
alpha_init.c 64 HOOK (eh, core_note);
arm_init.c 60 HOOK (eh, core_note);
i386_init.c 56 HOOK (eh, core_note);
ppc_init.c 63 HOOK (eh, core_note);
ppc64_init.c 68 HOOK (eh, core_note);
linux-core-note.c 207 EBLHOOK(core_note) (const GElf_Nhdr *nhdr, const char *name, function
  /external/elfutils/libebl/
eblcorenote.c 48 int result = ebl->core_note (nhdr, name,
ebl-hooks.h 97 int EBLHOOK(core_note) (const GElf_Nhdr *, const char *,
eblopenbackend.c 233 result->core_note = default_core_note;

Completed in 355 milliseconds