Searched refs:PT_IA_64_UNWIND (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/Ipf/machine/
H A Dloadfile_machdep.h48 #define MD_LOADSEG(phdr) ((phdr)->p_type == PT_IA_64_UNWIND ? ia64_unwindtab = (phdr)->p_vaddr, ia64_unwindtablen = (phdr)->p_filesz, 1 : 0)
H A Delf_machdep.h128 #define PT_IA_64_UNWIND 0x70000001 /* segment contains the stack unwind tables */ macro
/vbox/src/recompiler/
H A Delf.h811 #define PT_IA_64_UNWIND (PT_LOPROC + 1) /* ia64 unwind bits */ macro

Completed in 1505 milliseconds