Lines Matching defs:eh
46 Ebl *eh)
49 s390_init_reloc (eh);
50 HOOK (eh, reloc_simple_type);
51 HOOK (eh, check_special_symbol);
52 HOOK (eh, register_info);
53 HOOK (eh, return_value_location);
54 if (eh->class == ELFCLASS64)
55 eh->core_note = s390x_core_note;
57 HOOK (eh, core_note);
58 HOOK (eh, abi_cfi);
63 eh->frame_nregs = 32;
64 HOOK (eh, set_initial_registers_tid);
65 if (eh->class == ELFCLASS32)
66 HOOK (eh, normalize_pc);
67 HOOK (eh, unwind);
70 if (eh->class == ELFCLASS64)
71 eh->sysvhash_entrysize = sizeof (Elf64_Xword);
73 return eh;