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

/external/elfutils/0.153/libebl/
H A Debl-hooks.h51 const char *EBLHOOK(object_type_name) (int, char *, size_t);
54 const char *EBLHOOK(reloc_type_name) (int, char *, size_t);
57 bool EBLHOOK(reloc_type_check) (int);
60 Elf_Type EBLHOOK(reloc_simple_type) (Ebl *, int);
63 bool EBLHOOK(reloc_valid_use) (Elf *, int);
66 bool EBLHOOK(gotpc_reloc_check) (Elf *, int);
69 const char *EBLHOOK(segment_type_name) (int, char *, size_t);
72 const char *EBLHOOK(section_type_name) (int, char *, size_t);
75 const char *EBLHOOK(section_name) (int, int, char *, size_t);
78 const char *EBLHOOK(machine_flag_nam
[all...]
H A DlibeblP.h77 # define EBLHOOK(name) (*name) macro
79 # undef EBLHOOK macro
/external/elfutils/0.153/backends/
H A Dcommon-reloc.c43 static const struct EBLHOOK(reloc_nametable) function
50 } EBLHOOK(reloc_nametable) =
57 #define reloc_namestr (&EBLHOOK(reloc_nametable).zero)
59 static const uint_fast16_t EBLHOOK(reloc_nameidx)[] =
62 [R_TYPE (type)] = offsetof (struct EBLHOOK(reloc_nametable), name_##type),
67 ((int) (sizeof EBLHOOK(reloc_nameidx) / sizeof EBLHOOK(reloc_nameidx)[0]))
72 static const uint8_t EBLHOOK(reloc_valid)[] =
83 EBLHOOK(reloc_type_name) (int reloc,
87 if (reloc >= 0 && reloc < nreloc && EBLHOOK(reloc_nameid
[all...]
H A Dlibebl_CPU.h31 #define EBLHOOK(name) EBLHOOK_1(BACKEND, name) macro
36 extern const char *EBLHOOK(init) (Elf *elf, GElf_Half machine,
41 #define HOOK(eh, name) eh->name = EBLHOOK(name)
H A Dalpha_auxv.c34 EBLHOOK(auxv_info) (GElf_Xword a_type, const char **name, const char **format)
H A Darm_auxv.c34 EBLHOOK(auxv_info) (GElf_Xword a_type, const char **name, const char **format)
H A Di386_auxv.c34 EBLHOOK(auxv_info) (GElf_Xword a_type, const char **name, const char **format)
H A Dppc_auxv.c34 EBLHOOK(auxv_info) (GElf_Xword a_type, const char **name, const char **format)
H A Dsparc_auxv.c34 EBLHOOK(auxv_info) (GElf_Xword a_type, const char **name, const char **format)
H A Dlinux-core-note.c45 struct EBLHOOK(siginfo) function
52 struct EBLHOOK(timeval) function
67 struct EBLHOOK(prstatus) function
69 struct EBLHOOK(siginfo) pr_info;
77 struct EBLHOOK(timeval) pr_utime;
78 struct EBLHOOK(timeval) pr_stime;
79 struct EBLHOOK(timeval) pr_cutime;
80 struct EBLHOOK(timeval) pr_cstime;
88 struct EBLHOOK(prpsinfo) function
111 .offset = offsetof (struct EBLHOOK(prstatu
[all...]
H A Darm_corenote.c50 .offset = offsetof (struct EBLHOOK(prstatus), pr_reg) + (4 * 17), \
H A Dsparc_init.c37 extern __typeof (EBLHOOK (core_note)) sparc64_core_note attribute_hidden;
H A Dppc_corenote.c122 .offset = offsetof (struct EBLHOOK(prstatus), pr_reg[32]), \
127 .offset = offsetof (struct EBLHOOK(prstatus), pr_reg[34]), \
H A Dsh_corenote.c72 .offset = offsetof (struct EBLHOOK(prstatus), pr_reg[22]), \
H A Dx86_64_corenote.c93 .offset = offsetof (struct EBLHOOK(prstatus), pr_reg) + (8 * 15), \
H A Di386_corenote.c84 .offset = offsetof (struct EBLHOOK(prstatus), pr_reg) + (4 * 11), \

Completed in 172 milliseconds