Searched refs:PIC_SYM (Results 1 – 5 of 5) sorted by relevance
| /f-stack/freebsd/arm/include/ |
| H A D | asm.h | 131 #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 D | ldivmod.S | 49 bl PIC_SYM(_C_LABEL(__kern_ldivmod), PLT) 59 bl PIC_SYM(_C_LABEL(__qdivrem), PLT)
|
| H A D | divsi3.S | 45 bl PIC_SYM(_C_LABEL(raise), PLT) /* raise it */
|
| /f-stack/freebsd/arm64/include/ |
| H A D | asm.h | 59 #define PIC_SYM(x,y) x ## @ ## y macro 61 #define PIC_SYM(x,y) x macro
|
| /f-stack/freebsd/arm/arm/ |
| H A D | support.S | 365 bcc PIC_SYM(_C_LABEL(memcpy), PLT)
|