• Home
  • Raw
  • Download

Lines Matching refs:EBLHOOK

30 const char *EBLHOOK(reloc_type_name) (int, char *, size_t);
33 bool EBLHOOK(reloc_type_check) (int);
36 Elf_Type EBLHOOK(reloc_simple_type) (Ebl *, int, int *);
39 bool EBLHOOK(reloc_valid_use) (Elf *, int);
42 bool EBLHOOK(gotpc_reloc_check) (Elf *, int);
45 const char *EBLHOOK(segment_type_name) (int, char *, size_t);
48 const char *EBLHOOK(section_type_name) (int, char *, size_t);
51 const char *EBLHOOK(section_name) (int, int, char *, size_t);
54 const char *EBLHOOK(machine_flag_name) (GElf_Word *);
57 bool EBLHOOK(machine_flag_check) (GElf_Word);
60 bool EBLHOOK(machine_section_flag_check) (GElf_Xword);
65 bool EBLHOOK(check_special_section) (Ebl *, int,
69 const char *EBLHOOK(symbol_type_name) (int, char *, size_t);
72 const char *EBLHOOK(symbol_binding_name) (int, char *, size_t);
75 const char *EBLHOOK(dynamic_tag_name) (int64_t, char *, size_t);
78 bool EBLHOOK(dynamic_tag_check) (int64_t);
81 const char *EBLHOOK(osabi_name) (int, char *, size_t);
84 const char *EBLHOOK(core_note_type_name) (uint32_t, char *, size_t);
87 const char *EBLHOOK(object_note_type_name) (const char *, uint32_t,
91 int EBLHOOK(core_note) (const GElf_Nhdr *, const char *,
96 bool EBLHOOK(object_note) (const char *, uint32_t, uint32_t, const char *);
99 bool EBLHOOK(check_object_attribute) (Ebl *, const char *, int, uint64_t,
103 bool EBLHOOK(check_reloc_target_type) (Ebl *, Elf64_Word);
106 int EBLHOOK(auxv_info) (GElf_Xword, const char **, const char **);
109 bool EBLHOOK(debugscn_p) (const char *);
112 bool EBLHOOK(copy_reloc_p) (int);
115 bool EBLHOOK(none_reloc_p) (int);
118 bool EBLHOOK(relative_reloc_p) (int);
121 bool EBLHOOK(check_special_symbol) (Elf *, const GElf_Sym *,
125 bool EBLHOOK(data_marker_symbol) (const GElf_Sym *sym, const char *sname);
129 bool EBLHOOK(check_st_other_bits) (unsigned char st_other);
132 bool EBLHOOK(bss_plt_p) (Elf *);
136 int EBLHOOK(return_value_location) (Dwarf_Die *functypedie,
140 ssize_t EBLHOOK(register_info) (Ebl *ebl,
146 int EBLHOOK(syscall_abi) (Ebl *ebl, int *sp, int *pc,
150 int EBLHOOK(disasm) (Ebl *ebl, const uint8_t **startp, const uint8_t *end,
156 int EBLHOOK(abi_cfi) (Ebl *ebl, Dwarf_CIE *abi_info);
161 bool EBLHOOK(set_initial_registers_tid) (pid_t tid,
167 bool EBLHOOK(dwarf_to_regno) (Ebl *ebl, unsigned *regno);
171 void EBLHOOK(normalize_pc) (Ebl *ebl, Dwarf_Addr *pc);
181 bool EBLHOOK(unwind) (Ebl *ebl, Dwarf_Addr pc, ebl_tid_registers_t *setfunc,
189 bool EBLHOOK(resolve_sym_value) (Ebl *ebl, GElf_Addr *addr);
192 void EBLHOOK(destr) (struct ebl *);