/external/elfutils/libebl/ |
ebl-hooks.h | 30 const char *EBLHOOK(object_type_name) (int, char *, size_t); 33 const char *EBLHOOK(reloc_type_name) (int, char *, size_t); 36 bool EBLHOOK(reloc_type_check) (int); 39 Elf_Type EBLHOOK(reloc_simple_type) (Ebl *, int); 42 bool EBLHOOK(reloc_valid_use) (Elf *, int); 45 bool EBLHOOK(gotpc_reloc_check) (Elf *, int); 48 const char *EBLHOOK(segment_type_name) (int, char *, size_t); 51 const char *EBLHOOK(section_type_name) (int, char *, size_t); 54 const char *EBLHOOK(section_name) (int, int, char *, size_t); 57 const char *EBLHOOK(machine_flag_name) (GElf_Word *) [all...] |
libeblP.h | 56 # define EBLHOOK(name) (*name) 58 # undef EBLHOOK
|
/external/elfutils/backends/ |
common-reloc.c | 46 static const struct EBLHOOK(reloc_nametable) 53 } EBLHOOK(reloc_nametable) = 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, 94 if (reloc >= 0 && reloc < nreloc && EBLHOOK(reloc_nameidx)[reloc] != 0 [all...] |
alpha_auxv.c | 37 EBLHOOK(auxv_info) (GElf_Xword a_type, const char **name, const char **format)
|
arm_auxv.c | 37 EBLHOOK(auxv_info) (GElf_Xword a_type, const char **name, const char **format)
|
i386_auxv.c | 37 EBLHOOK(auxv_info) (GElf_Xword a_type, const char **name, const char **format)
|
ppc_auxv.c | 37 EBLHOOK(auxv_info) (GElf_Xword a_type, const char **name, const char **format)
|
sparc_auxv.c | 37 EBLHOOK(auxv_info) (GElf_Xword a_type, const char **name, const char **format)
|
libebl_CPU.h | 35 #define EBLHOOK(name) EBLHOOK_1(BACKEND, name) 40 extern const char *EBLHOOK(init) (Elf *elf, GElf_Half machine, 45 #define HOOK(eh, name) eh->name = EBLHOOK(name)
|
linux-core-note.c | 65 struct EBLHOOK(siginfo) 72 struct EBLHOOK(timeval) 87 struct EBLHOOK(prstatus) 89 struct EBLHOOK(siginfo) pr_info; 97 struct EBLHOOK(timeval) pr_utime; 98 struct EBLHOOK(timeval) pr_stime; 99 struct EBLHOOK(timeval) pr_cutime; 100 struct EBLHOOK(timeval) pr_cstime; 115 struct EBLHOOK(prpsinfo) 138 .offset = offsetof (struct EBLHOOK(prstatus), pr_##item), [all...] |
x86_64_init.c | 42 extern __typeof (EBLHOOK (core_note)) x32_core_note attribute_hidden;
|
ppc_corenote.c | 125 .offset = offsetof (struct EBLHOOK(prstatus), pr_reg[32]), \ 130 .offset = offsetof (struct EBLHOOK(prstatus), pr_reg[34]), \
|
aarch64_corenote.c | 65 .offset = (offsetof (struct EBLHOOK(prstatus), pr_reg) \ 72 .offset = (offsetof (struct EBLHOOK(prstatus), pr_reg) \
|
arm_corenote.c | 53 .offset = offsetof (struct EBLHOOK(prstatus), pr_reg) + (4 * 17), \
|
sh_corenote.c | 75 .offset = offsetof (struct EBLHOOK(prstatus), pr_reg[22]), \
|
sparc_corenote.c | 116 .offset = offsetof (struct EBLHOOK(prstatus), pr_reg[33]), \
|
sparc_init.c | 45 extern __typeof (EBLHOOK (core_note)) sparc64_core_note attribute_hidden;
|
sparc_initreg.c | 44 EBLHOOK (set_initial_registers_tid) (pid_t tid __attribute__ ((unused)),
|
x86_64_corenote.c | 123 .offset = offsetof (struct EBLHOOK(prstatus), pr_reg) + (8 * 15), \
|
i386_corenote.c | 87 .offset = offsetof (struct EBLHOOK(prstatus), pr_reg) + (4 * 11), \
|
s390_corenote.c | 135 .offset = offsetof (struct EBLHOOK(prstatus), \
|