Searched refs:core_note (Results 1 – 19 of 19) sorted by relevance
/third_party/elfutils/backends/ |
D | x86_64_init.c | 42 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()
|
D | sparc_init.c | 45 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()
|
D | riscv_init.c | 50 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()
|
D | s390_init.c | 55 eh->core_note = s390x_core_note; in s390_init() 57 HOOK (eh, core_note); in s390_init()
|
D | sh_init.c | 52 HOOK (eh, core_note); in sh_init()
|
D | m68k_init.c | 51 HOOK (eh, core_note); in m68k_init()
|
D | csky_init.c | 48 HOOK (eh, core_note); in csky_init()
|
D | aarch64_init.c | 49 HOOK (eh, core_note); in aarch64_init()
|
D | i386_init.c | 50 HOOK (eh, core_note); in i386_init()
|
D | alpha_init.c | 58 HOOK (eh, core_note); in alpha_init()
|
D | ppc_init.c | 57 HOOK (eh, core_note); in ppc_init()
|
D | arm_init.c | 54 HOOK (eh, core_note); in arm_init()
|
D | ppc64_init.c | 61 HOOK (eh, core_note); in ppc64_init()
|
D | ChangeLog | 240 * 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.
|
D | linux-core-note.c | 213 EBLHOOK(core_note) (const GElf_Nhdr *nhdr, const char *name, in EBLHOOK() argument
|
/third_party/elfutils/libebl/ |
D | eblcorenote.c | 50 int result = ebl->core_note (nhdr, name, in ebl_core_note()
|
D | ebl-hooks.h | 91 int EBLHOOK(core_note) (const GElf_Nhdr *, const char *,
|
D | eblopenbackend.c | 245 result->core_note = default_core_note; in fill_defaults()
|
D | ChangeLog | 520 * ebl-hooks.h: Update core_note hook signature.
|