Home
last modified time | relevance | path

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

/f-stack/freebsd/arm/include/
H A Dasm.h131 #define PLT_SYM(x) PIC_SYM(x, PLT)
132 #define GOT_SYM(x) PIC_SYM(x, GOT)
150 #define PIC_SYM(x,y) x ## ( ## y ## ) macro
152 #define PIC_SYM(x,y) x/**/(/**/y/**/) macro
162 #define PIC_SYM(x,y) x macro
/f-stack/freebsd/libkern/arm/
H A Dldivmod.S49 bl PIC_SYM(_C_LABEL(__kern_ldivmod), PLT)
59 bl PIC_SYM(_C_LABEL(__qdivrem), PLT)
H A Ddivsi3.S45 bl PIC_SYM(_C_LABEL(raise), PLT) /* raise it */
/f-stack/freebsd/arm64/include/
H A Dasm.h59 #define PIC_SYM(x,y) x ## @ ## y macro
61 #define PIC_SYM(x,y) x macro
/f-stack/freebsd/arm/arm/
H A Dsupport.S365 bcc PIC_SYM(_C_LABEL(memcpy), PLT)