Searched refs:core_note (Results 1 - 16 of 16) sorted by relevance
/third_party/elfutils/backends/ |
H A D | x86_64_init.c | 42 extern __typeof (EBLHOOK (core_note)) x32_core_note attribute_hidden; 54 eh->core_note = x32_core_note; 56 HOOK (eh, core_note);
|
H A D | sparc_init.c | 45 extern __typeof (EBLHOOK (core_note)) sparc64_core_note attribute_hidden; 61 eh->core_note = sparc64_core_note; 63 HOOK (eh, core_note);
|
H A D | riscv_init.c | 50 extern __typeof (EBLHOOK (core_note)) riscv64_core_note attribute_hidden; 73 eh->core_note = riscv64_core_note; 75 HOOK (eh, core_note);
|
H A D | s390_init.c | 55 eh->core_note = s390x_core_note; in s390_init() 57 HOOK (eh, core_note); in s390_init()
|
H A D | sh_init.c | 52 HOOK (eh, core_note); in sh_init()
|
H A D | aarch64_init.c | 49 HOOK (eh, core_note); in aarch64_init()
|
H A D | m68k_init.c | 51 HOOK (eh, core_note); in m68k_init()
|
H A D | alpha_init.c | 58 HOOK (eh, core_note); in alpha_init()
|
H A D | csky_init.c | 48 HOOK (eh, core_note); in csky_init()
|
H A D | i386_init.c | 50 HOOK (eh, core_note); in i386_init()
|
H A D | ppc_init.c | 57 HOOK (eh, core_note); in ppc_init()
|
H A D | arm_init.c | 54 HOOK (eh, core_note); in arm_init()
|
H A D | ppc64_init.c | 61 HOOK (eh, core_note); in ppc64_init()
|
H A D | linux-core-note.c | 213 EBLHOOK(core_note) (const GElf_Nhdr *nhdr, const char *name, in core_note() function
|
/third_party/elfutils/libebl/ |
H A D | eblcorenote.c | 50 int result = ebl->core_note (nhdr, name, in ebl_core_note()
|
H A D | eblopenbackend.c | 245 result->core_note = default_core_note; in fill_defaults()
|
Completed in 4 milliseconds