Home
last modified time | relevance | path

Searched refs:PIC_SYM (Results 1 – 13 of 13) sorted by relevance

/freebsd/lib/libc/arm/gen/
H A Dsigsetjmp.S50 beq PIC_SYM(_C_LABEL(_setjmp), PLT)
51 b PIC_SYM(_C_LABEL(setjmp), PLT)
64 beq PIC_SYM(_C_LABEL(_longjmp), PLT)
65 b PIC_SYM(_C_LABEL(longjmp), PLT)
H A Dsetjmp.S59 bl PIC_SYM(_C_LABEL(sigprocmask), PLT)
102 bl PIC_SYM(_C_LABEL(sigprocmask), PLT)
137 bl PIC_SYM(_C_LABEL(longjmperror), PLT)
138 bl PIC_SYM(_C_LABEL(abort), PLT)
H A D_setjmp.S127 bl PIC_SYM(_C_LABEL(longjmperror), PLT)
128 bl PIC_SYM(_C_LABEL(abort), PLT)
H A Ddivsi3.S43 bl PIC_SYM(_C_LABEL(raise), PLT) /* raise it */
/freebsd/sys/arm/include/
H A Dasm.h117 #define PLT_SYM(x) PIC_SYM(x, PLT)
118 #define GOT_SYM(x) PIC_SYM(x, GOT)
136 #define PIC_SYM(x,y) x ## ( ## y ## ) macro
138 #define PIC_SYM(x,y) x/**/(/**/y/**/) macro
148 #define PIC_SYM(x,y) x macro
/freebsd/sys/libkern/arm/
H A Dldivmod.S47 bl PIC_SYM(_C_LABEL(__kern_ldivmod), PLT)
57 bl PIC_SYM(_C_LABEL(__qdivrem), PLT)
H A Ddivsi3.S43 bl PIC_SYM(_C_LABEL(raise), PLT) /* raise it */
/freebsd/sys/arm64/include/
H A Dasm.h67 #define PIC_SYM(x,y) x ## @ ## y macro
69 #define PIC_SYM(x,y) x macro
/freebsd/lib/libsys/arm/
H A Dvfork.S52 bcs PIC_SYM(CERROR, PLT)
H A Dcerror.S41 bl PIC_SYM(_C_LABEL(__error), PLT)
H A DSYS.h52 bcs PIC_SYM(CERROR, PLT); \
/freebsd/lib/libc/arm/string/
H A Dmemmove.S55 bcc PIC_SYM(_C_LABEL(memcpy), PLT)
/freebsd/sys/arm/arm/
H A Dsupport.S328 bcc PIC_SYM(_C_LABEL(memcpy), PLT)