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

  /src/lib/libc/arch/mips/
SYS.h 82 # define PIC_PROLOGUE(x) SETUP_GP
86 # define PIC_PROLOGUE(x) SETUP_GP64(t3, x)
91 # define PIC_PROLOGUE(x)
135 PIC_PROLOGUE(x); \
  /src/sys/arch/sparc/include/
asm.h 66 * PIC_PROLOGUE() is akin to the compiler generated function prologue for
78 #define PIC_PROLOGUE(dest,tmp) \
87 #define PIC_PROLOGUE(dest,tmp) \
108 #define PIC_PROLOGUE(dest,tmp)
  /src/sys/arch/i386/include/
asm.h 45 #define PIC_PROLOGUE \
57 #define PIC_PROLOGUE
  /src/sys/arch/sh3/include/
asm.h 117 * PIC_PROLOGUE(.L_got, r0) ! saves old r12 on stack
147 #define PIC_PROLOGUE(got) \
185 #define PIC_PROLOGUE(label)
  /src/sys/arch/powerpc/include/
asm.h 46 # define PIC_PROLOGUE XXX
75 # define PIC_PROLOGUE

Completed in 14 milliseconds