Searched defs:PIC_PLT (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/X64/machine/
H A Dasm.h41 #define PIC_PLT(x) x@PLT macro
44 #define PIC_PLT(x) x macro
89 pushq %rbp; leaq (%rsp),%rbp; call PIC_PLT(__mcount); popq %rbp
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/Ia32/machine/
H A Dasm.h53 #define PIC_PLT(x) x@PLT macro
59 #define PIC_PLT(x) x macro
153 pushl %ebp; movl %esp,%ebp; call PIC_PLT(__mcount); popl %ebp
156 pushl %ebp; movl %esp,%ebp; call PIC_PLT(mcount); popl %ebp

Completed in 32 milliseconds