Home
last modified time | relevance | path

Searched refs:EBLHOOK (Results 1 - 24 of 24) sorted by relevance

/third_party/elfutils/backends/
H A Dcommon-reloc.c46 static const struct EBLHOOK(reloc_nametable) in EBLHOOK() function
53 } EBLHOOK(reloc_nametable) = in EBLHOOK()
60 #define reloc_namestr (&EBLHOOK(reloc_nametable).zero)
62 static const uint_fast16_t EBLHOOK(reloc_nameidx)[] =
65 [R_TYPE (type)] = offsetof (struct EBLHOOK(reloc_nametable), name_##type),
70 ((int) (sizeof EBLHOOK(reloc_nameidx) / sizeof EBLHOOK(reloc_nameidx)[0]))
75 static const uint8_t EBLHOOK(reloc_valid)[] =
86 EBLHOOK(reloc_type_name) (int reloc, in reloc_type_name()
94 if (reloc >= 0 && reloc < nreloc && EBLHOOK(reloc_nameid in reloc_type_name()
[all...]
H A Dlinux-core-note.c67 struct EBLHOOK(siginfo) in EBLHOOK() function
74 struct EBLHOOK(timeval) in EBLHOOK() function
89 struct EBLHOOK(prstatus) in EBLHOOK() function
91 struct EBLHOOK(siginfo) pr_info; in EBLHOOK()
99 struct EBLHOOK(timeval) pr_utime; in EBLHOOK()
100 struct EBLHOOK(timeval) pr_stime; in EBLHOOK()
101 struct EBLHOOK(timeval) pr_cutime; in EBLHOOK()
102 struct EBLHOOK(timeval) pr_cstime; in EBLHOOK()
121 struct EBLHOOK(prpsinfo) in EBLHOOK() function
144 .offset = offsetof (struct EBLHOOK(prstatu
[all...]
H A Driscv_init.c41 extern __typeof (EBLHOOK (return_value_location))
44 extern __typeof (EBLHOOK (return_value_location))
47 extern __typeof (EBLHOOK (return_value_location))
50 extern __typeof (EBLHOOK (core_note)) riscv64_core_note attribute_hidden;
H A Dlibebl_CPU.h35 #define EBLHOOK(name) EBLHOOK_1(BACKEND, name) macro
40 extern Ebl *EBLHOOK(init) (Elf *elf, GElf_Half machine, Ebl *eh);
44 #define HOOK(eh, name) eh->name = EBLHOOK(name)
H A Dppc_corenote.c136 .offset = offsetof (struct EBLHOOK(prstatus), pr_reg[32]), \
141 .offset = offsetof (struct EBLHOOK(prstatus), pr_reg[34]), \
H A Daarch64_corenote.c65 .offset = (offsetof (struct EBLHOOK(prstatus), pr_reg) \
72 .offset = (offsetof (struct EBLHOOK(prstatus), pr_reg) \
H A Dalpha_auxv.c37 EBLHOOK(auxv_info) (GElf_Xword a_type, const char **name, const char **format) in auxv_info()
H A Dsparc_auxv.c37 EBLHOOK(auxv_info) (GElf_Xword a_type, const char **name, const char **format) in auxv_info()
H A Darm_auxv.c37 EBLHOOK(auxv_info) (GElf_Xword a_type, const char **name, const char **format) in auxv_info()
H A Dppc_auxv.c37 EBLHOOK(auxv_info) (GElf_Xword a_type, const char **name, const char **format) in auxv_info()
H A Di386_auxv.c37 EBLHOOK(auxv_info) (GElf_Xword a_type, const char **name, const char **format) in auxv_info()
H A Dx86_64_init.c42 extern __typeof (EBLHOOK (core_note)) x32_core_note attribute_hidden;
H A Dppc64_unwind.c47 EBLHOOK(unwind) (Ebl *ebl __attribute__ ((unused)), in unwind()
H A Driscv_corenote.c84 .offset = offsetof (struct EBLHOOK(prstatus), pr_reg[0]), \
H A Dsparc_init.c45 extern __typeof (EBLHOOK (core_note)) sparc64_core_note attribute_hidden;
H A Daarch64_unwind.c46 EBLHOOK(unwind) (Ebl *ebl __attribute__ ((unused)), Dwarf_Addr pc __attribute__ ((unused)), in unwind()
H A Dsparc_corenote.c116 .offset = offsetof (struct EBLHOOK(prstatus), pr_reg[33]), \
H A Dsparc_initreg.c44 EBLHOOK (set_initial_registers_tid) (pid_t tid __attribute__ ((unused)), in set_initial_registers_tid()
H A Darm_corenote.c53 .offset = offsetof (struct EBLHOOK(prstatus), pr_reg) + (4 * 17), \
H A Dsh_corenote.c75 .offset = offsetof (struct EBLHOOK(prstatus), pr_reg[22]), \
H A Dx86_64_corenote.c123 .offset = offsetof (struct EBLHOOK(prstatus), pr_reg) + (8 * 15), \
H A Ds390_corenote.c135 .offset = offsetof (struct EBLHOOK(prstatus), \
H A Di386_corenote.c87 .offset = offsetof (struct EBLHOOK(prstatus), pr_reg) + (4 * 11), \
/third_party/elfutils/libebl/
H A DlibeblP.h52 # define EBLHOOK(name) (*name) macro
54 # undef EBLHOOK macro

Completed in 6 milliseconds