Home
last modified time | relevance | path

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

/third_party/elfutils/backends/
Dx86_64_init.c42 extern __typeof (EBLHOOK (core_note)) x32_core_note attribute_hidden;
54 eh->core_note = x32_core_note; in x86_64_init()
56 HOOK (eh, core_note); in x86_64_init()
Dsparc_init.c45 extern __typeof (EBLHOOK (core_note)) sparc64_core_note attribute_hidden;
61 eh->core_note = sparc64_core_note; in sparc_init()
63 HOOK (eh, core_note); in sparc_init()
Driscv_init.c50 extern __typeof (EBLHOOK (core_note)) riscv64_core_note attribute_hidden;
73 eh->core_note = riscv64_core_note; in riscv_init()
75 HOOK (eh, core_note); in riscv_init()
Ds390_init.c55 eh->core_note = s390x_core_note; in s390_init()
57 HOOK (eh, core_note); in s390_init()
Dsh_init.c52 HOOK (eh, core_note); in sh_init()
Dm68k_init.c51 HOOK (eh, core_note); in m68k_init()
Dcsky_init.c48 HOOK (eh, core_note); in csky_init()
Daarch64_init.c49 HOOK (eh, core_note); in aarch64_init()
Di386_init.c50 HOOK (eh, core_note); in i386_init()
Dalpha_init.c58 HOOK (eh, core_note); in alpha_init()
Dppc_init.c57 HOOK (eh, core_note); in ppc_init()
Darm_init.c54 HOOK (eh, core_note); in arm_init()
Dppc64_init.c61 HOOK (eh, core_note); in ppc64_init()
DChangeLog240 * riscv_init.c (riscv_init): Hook core_note.
297 * linux-core-note.c (core_note): Likewise.
404 * linux-core-note.c (core_note): Adjust fallthrough comment.
583 (x86_64_init): Set eh->core_note to x32_core_note for x32.
983 (EBLHOOK(core_note)): Update arguments for new protocol.
1033 * arm_init.c (arm_init): Initialize core_note, register_info,
1153 * sparc_init.c (sparc_init): Initialize core_note hook.
1203 * alpha_init.c (alpha_init): Initialize core_note hook.
1208 * ppc_init.c (ppc_init): Initialize core_note hook.
Dlinux-core-note.c213 EBLHOOK(core_note) (const GElf_Nhdr *nhdr, const char *name, in EBLHOOK() argument
/third_party/elfutils/libebl/
Deblcorenote.c50 int result = ebl->core_note (nhdr, name, in ebl_core_note()
Debl-hooks.h91 int EBLHOOK(core_note) (const GElf_Nhdr *, const char *,
Deblopenbackend.c245 result->core_note = default_core_note; in fill_defaults()
DChangeLog520 * ebl-hooks.h: Update core_note hook signature.