Home | History | Annotate | Download | only in libebl

Lines Matching refs:EBLHOOK

51 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_name) (GElf_Word *);
81 bool EBLHOOK(machine_flag_check) (GElf_Word);
84 bool EBLHOOK(machine_section_flag_check) (GElf_Xword);
89 bool EBLHOOK(check_special_section) (Ebl *, int,
93 const char *EBLHOOK(symbol_type_name) (int, char *, size_t);
96 const char *EBLHOOK(symbol_binding_name) (int, char *, size_t);
99 const char *EBLHOOK(dynamic_tag_name) (int64_t, char *, size_t);
102 bool EBLHOOK(dynamic_tag_check) (int64_t);
105 GElf_Word EBLHOOK(sh_flags_combine) (GElf_Word, GElf_Word);
108 const char *EBLHOOK(osabi_name) (int, char *, size_t);
111 const char *EBLHOOK(core_note_type_name) (uint32_t, char *, size_t);
114 const char *EBLHOOK(object_note_type_name) (uint32_t, char *, size_t);
117 int EBLHOOK(core_note) (GElf_Word, GElf_Word, GElf_Word *, size_t *,
122 bool EBLHOOK(object_note) (const char *, uint32_t, uint32_t, const char *);
125 bool EBLHOOK(check_object_attribute) (Ebl *, const char *, int, uint64_t,
129 int EBLHOOK(auxv_info) (GElf_Xword, const char **, const char **);
132 bool EBLHOOK(debugscn_p) (const char *);
135 bool EBLHOOK(copy_reloc_p) (int);
138 bool EBLHOOK(none_reloc_p) (int);
141 bool EBLHOOK(relative_reloc_p) (int);
144 bool EBLHOOK(check_special_symbol) (Elf *, GElf_Ehdr *, const GElf_Sym *,
148 bool EBLHOOK(bss_plt_p) (Elf *, GElf_Ehdr *);
152 int EBLHOOK(return_value_location) (Dwarf_Die *functypedie,
156 ssize_t EBLHOOK(register_info) (Ebl *ebl,
162 int EBLHOOK(syscall_abi) (Ebl *ebl, int *sp, int *pc,
166 int EBLHOOK(disasm) (const uint8_t **startp, const uint8_t *end,
172 void EBLHOOK(destr) (struct ebl *);