Searched refs:core_note (Results 1 – 17 of 17) sorted by relevance
/external/elfutils/backends/ |
D | x86_64_init.c | 42 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()
|
D | sparc_init.c | 45 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()
|
D | s390_init.c | 60 eh->core_note = s390x_core_note; in s390_init() 62 HOOK (eh, core_note); in s390_init()
|
D | tilegx_init.c | 56 HOOK (eh, core_note); in tilegx_init()
|
D | sh_init.c | 58 HOOK (eh, core_note); in sh_init()
|
D | aarch64_init.c | 55 HOOK (eh, core_note); in aarch64_init()
|
D | alpha_init.c | 64 HOOK (eh, core_note); in alpha_init()
|
D | i386_init.c | 56 HOOK (eh, core_note); in i386_init()
|
D | ppc_init.c | 63 HOOK (eh, core_note); in ppc_init()
|
D | arm_init.c | 60 HOOK (eh, core_note); in arm_init()
|
D | ppc64_init.c | 68 HOOK (eh, core_note); in ppc64_init()
|
D | ChangeLog | 116 (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.
|
D | linux-core-note.c | 207 EBLHOOK(core_note) (const GElf_Nhdr *nhdr, const char *name, in EBLHOOK() argument
|
/external/elfutils/libebl/ |
D | eblcorenote.c | 48 int result = ebl->core_note (nhdr, name, in ebl_core_note()
|
D | ebl-hooks.h | 97 int EBLHOOK(core_note) (const GElf_Nhdr *, const char *,
|
D | eblopenbackend.c | 233 result->core_note = default_core_note; in fill_defaults()
|
D | ChangeLog | 209 * ebl-hooks.h: Update core_note hook signature.
|