HomeSort by: relevance | last modified time | path
    Searched defs:PIC_PLT (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/arch/amd64/include/
asm.h 43 #define PIC_PLT(x) x@PLT
46 #define PIC_PLT(x) x
101 pushq %rbp; leaq (%rsp),%rbp; call PIC_PLT(__mcount); popq %rbp
  /src/sys/arch/i386/include/
asm.h 53 #define PIC_PLT(x) x@PLT
59 #define PIC_PLT(x) x
165 pushl %ebp; movl %esp,%ebp; call PIC_PLT(__mcount); popl %ebp
168 pushl %ebp; movl %esp,%ebp; call PIC_PLT(mcount); popl %ebp
  /src/sys/arch/m68k/include/
asm.h 79 #define PIC_PLT(name) name@PLTPC
92 #define PIC_PLT(name) name
  /src/sys/arch/sh3/include/
asm.h 143 #define PIC_PLT(x) x@PLT
173 .long PIC_PLT(function) - ((lpcs) + 4 - (.))
  /src/sys/arch/powerpc/include/
asm.h 41 # define PIC_PLT(x) .x
48 # define PIC_PLT(x) x+32768@plt
77 # define PIC_PLT(x) x

Completed in 12 milliseconds