Lines Matching defs:eh
47 Ebl *eh)
50 x86_64_init_reloc (eh);
51 HOOK (eh, reloc_simple_type);
52 HOOK (eh, section_type_name);
53 if (eh->class == ELFCLASS32)
54 eh->core_note = x32_core_note;
56 HOOK (eh, core_note);
57 HOOK (eh, return_value_location);
58 HOOK (eh, register_info);
59 HOOK (eh, auxv_info);
60 HOOK (eh, disasm);
61 HOOK (eh, abi_cfi);
63 eh->frame_nregs = 17;
64 HOOK (eh, set_initial_registers_tid);
65 HOOK (eh, unwind);
66 HOOK (eh, check_reloc_target_type);
68 return eh;