Home
last modified time | relevance | path

Searched refs:core_note (Results 1 – 17 of 17) sorted by relevance

/external/elfutils/backends/
Dx86_64_init.c42 extern __typeof (EBLHOOK (core_note)) x32_core_note attribute_hidden;
59 eh->core_note = x32_core_note; in x86_64_init()
61 HOOK (eh, core_note); in x86_64_init()
Dsparc_init.c45 extern __typeof (EBLHOOK (core_note)) sparc64_core_note attribute_hidden;
72 eh->core_note = sparc64_core_note; in sparc_init()
74 HOOK (eh, core_note); in sparc_init()
Ds390_init.c60 eh->core_note = s390x_core_note; in s390_init()
62 HOOK (eh, core_note); in s390_init()
Dtilegx_init.c56 HOOK (eh, core_note); in tilegx_init()
Dsh_init.c58 HOOK (eh, core_note); in sh_init()
Daarch64_init.c55 HOOK (eh, core_note); in aarch64_init()
Dalpha_init.c64 HOOK (eh, core_note); in alpha_init()
Di386_init.c56 HOOK (eh, core_note); in i386_init()
Dppc_init.c63 HOOK (eh, core_note); in ppc_init()
Darm_init.c60 HOOK (eh, core_note); in arm_init()
Dppc64_init.c68 HOOK (eh, core_note); in ppc64_init()
DChangeLog116 (x86_64_init): Set eh->core_note to x32_core_note for x32.
516 (EBLHOOK(core_note)): Update arguments for new protocol.
566 * arm_init.c (arm_init): Initialize core_note, register_info,
686 * sparc_init.c (sparc_init): Initialize core_note hook.
736 * alpha_init.c (alpha_init): Initialize core_note hook.
741 * ppc_init.c (ppc_init): Initialize core_note hook.
Dlinux-core-note.c207 EBLHOOK(core_note) (const GElf_Nhdr *nhdr, const char *name, in EBLHOOK() argument
/external/elfutils/libebl/
Deblcorenote.c48 int result = ebl->core_note (nhdr, name, in ebl_core_note()
Debl-hooks.h97 int EBLHOOK(core_note) (const GElf_Nhdr *, const char *,
Deblopenbackend.c233 result->core_note = default_core_note; in fill_defaults()
DChangeLog209 * ebl-hooks.h: Update core_note hook signature.