Lines Matching refs:EBLHOOK
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 *);
60 bool EBLHOOK(machine_flag_check) (GElf_Word);
63 bool EBLHOOK(machine_section_flag_check) (GElf_Xword);
68 bool EBLHOOK(check_special_section) (Ebl *, int,
72 const char *EBLHOOK(symbol_type_name) (int, char *, size_t);
75 const char *EBLHOOK(symbol_binding_name) (int, char *, size_t);
78 const char *EBLHOOK(dynamic_tag_name) (int64_t, char *, size_t);
81 bool EBLHOOK(dynamic_tag_check) (int64_t);
84 GElf_Word EBLHOOK(sh_flags_combine) (GElf_Word, GElf_Word);
87 const char *EBLHOOK(osabi_name) (int, char *, size_t);
90 const char *EBLHOOK(core_note_type_name) (uint32_t, char *, size_t);
93 const char *EBLHOOK(object_note_type_name) (const char *, uint32_t,
97 int EBLHOOK(core_note) (const GElf_Nhdr *, const char *,
102 bool EBLHOOK(object_note) (const char *, uint32_t, uint32_t, const char *);
105 bool EBLHOOK(check_object_attribute) (Ebl *, const char *, int, uint64_t,
109 bool EBLHOOK(check_reloc_target_type) (Ebl *, Elf64_Word);
112 int EBLHOOK(auxv_info) (GElf_Xword, const char **, const char **);
115 bool EBLHOOK(debugscn_p) (const char *);
118 bool EBLHOOK(copy_reloc_p) (int);
121 bool EBLHOOK(none_reloc_p) (int);
124 bool EBLHOOK(relative_reloc_p) (int);
127 bool EBLHOOK(check_special_symbol) (Elf *, GElf_Ehdr *, const GElf_Sym *,
132 bool EBLHOOK(check_st_other_bits) (unsigned char st_other);
135 bool EBLHOOK(bss_plt_p) (Elf *);
139 int EBLHOOK(return_value_location) (Dwarf_Die *functypedie,
143 ssize_t EBLHOOK(register_info) (Ebl *ebl,
149 int EBLHOOK(syscall_abi) (Ebl *ebl, int *sp, int *pc,
153 int EBLHOOK(disasm) (const uint8_t **startp, const uint8_t *end,
159 int EBLHOOK(abi_cfi) (Ebl *ebl, Dwarf_CIE *abi_info);
164 bool EBLHOOK(set_initial_registers_tid) (pid_t tid,
170 bool EBLHOOK(dwarf_to_regno) (Ebl *ebl, unsigned *regno);
174 void EBLHOOK(normalize_pc) (Ebl *ebl, Dwarf_Addr *pc);
184 bool EBLHOOK(unwind) (Ebl *ebl, Dwarf_Addr pc, ebl_tid_registers_t *setfunc,
192 bool EBLHOOK(resolve_sym_value) (Ebl *ebl, GElf_Addr *addr);
195 void EBLHOOK(destr) (struct ebl *);