| /src/external/gpl3/gcc/dist/libgcc/config/pru/ |
| pru-asm.h | 30 #define SYM(x) CONCAT1 (__USER_LABEL_PREFIX__, x) 32 #define FUNC(X) .type SYM(X),@function 33 #define HIDDEN_FUNC(X) FUNC(X)` .hidden SYM(X) 35 #define ENDFUNC(X) ENDFUNC0(SYM(X))
|
| /src/external/gpl3/gcc.old/dist/libgcc/config/pru/ |
| pru-asm.h | 30 #define SYM(x) CONCAT1 (__USER_LABEL_PREFIX__, x) 32 #define FUNC(X) .type SYM(X),@function 33 #define HIDDEN_FUNC(X) FUNC(X)` .hidden SYM(X) 35 #define ENDFUNC(X) ENDFUNC0(SYM(X))
|
| /src/external/gpl3/gcc/dist/libgcc/config/arc/ |
| crttls.S | 50 #define SYM(x) CONCAT1 (__USER_LABEL_PREFIX__, x) 52 #define FUNC(X) .type SYM(X),@function 56 .global SYM(__read_tp) 57 SYM(__read_tp):
|
| /src/external/gpl3/gcc/dist/libgcc/config/mcore/ |
| lib1funcs.S | 30 #define SYM(x) CONCAT1 (__, x) 33 #define TYPE(x) .type SYM (x),@function 34 #define SIZE(x) .size SYM (x), . - SYM (x) 42 .globl SYM (\name) 44 SYM (\name): 242 .import SYM (cmpdf2) 244 jmpi SYM (cmpdf2) 275 .import SYM (cmpsf2) 277 jmpi SYM (cmpsf2 [all...] |
| /src/external/gpl3/gcc.old/dist/libgcc/config/arc/ |
| crttls.S | 50 #define SYM(x) CONCAT1 (__USER_LABEL_PREFIX__, x) 52 #define FUNC(X) .type SYM(X),@function 56 .global SYM(__read_tp) 57 SYM(__read_tp):
|
| /src/external/gpl3/gcc.old/dist/libgcc/config/mcore/ |
| lib1funcs.S | 30 #define SYM(x) CONCAT1 (__, x) 33 #define TYPE(x) .type SYM (x),@function 34 #define SIZE(x) .size SYM (x), . - SYM (x) 42 .globl SYM (\name) 44 SYM (\name): 242 .import SYM (cmpdf2) 244 jmpi SYM (cmpdf2) 275 .import SYM (cmpsf2) 277 jmpi SYM (cmpsf2 [all...] |
| /src/external/gpl3/gcc/dist/libgcc/config/csky/ |
| lib1funcs.S | 30 #define SYM(x) CONCAT1 (__, x) 46 #define TYPE(x) .type SYM (x),@function 47 #define SIZE(x) .size SYM (x), . - SYM (x) 56 .globl SYM (\name) 58 SYM (\name): 614 .import SYM (cmpdf2) 616 jmpi SYM (cmpdf2) 647 .import SYM (cmpsf2) 649 jmpi SYM (cmpsf2 [all...] |
| /src/external/gpl3/gcc.old/dist/libgcc/config/csky/ |
| lib1funcs.S | 30 #define SYM(x) CONCAT1 (__, x) 46 #define TYPE(x) .type SYM (x),@function 47 #define SIZE(x) .size SYM (x), . - SYM (x) 56 .globl SYM (\name) 58 SYM (\name): 614 .import SYM (cmpdf2) 616 jmpi SYM (cmpdf2) 647 .import SYM (cmpsf2) 649 jmpi SYM (cmpsf2 [all...] |
| /src/external/gpl3/gcc/dist/libgcc/config/epiphany/ |
| epiphany-asm.h | 34 #define SYM(x) CONCAT1 (__USER_LABEL_PREFIX__, x) 36 #define FSTAB(X,T) .stabs STRINGIFY2(X##:F,T),36,0,__LINE__,SYM(X) 37 #define FUNC(X) .type SYM(X),@function 38 #define HIDDEN_FUNC(X) FUNC(X)` .hidden SYM(X) 40 #define ENDFUNC(X) ENDFUNC0(SYM(X))
|
| /src/external/gpl3/gcc.old/dist/libgcc/config/epiphany/ |
| epiphany-asm.h | 34 #define SYM(x) CONCAT1 (__USER_LABEL_PREFIX__, x) 36 #define FSTAB(X,T) .stabs STRINGIFY2(X##:F,T),36,0,__LINE__,SYM(X) 37 #define FUNC(X) .type SYM(X),@function 38 #define HIDDEN_FUNC(X) FUNC(X)` .hidden SYM(X) 40 #define ENDFUNC(X) ENDFUNC0(SYM(X))
|
| /src/crypto/external/bsd/heimdal/dist/lib/gssapi/mech/ |
| gss_mech_switch.c | 156 #define SYM(name) \ 335 SYM(acquire_cred); 336 SYM(release_cred); 337 SYM(init_sec_context); 338 SYM(accept_sec_context); 339 SYM(process_context_token); 340 SYM(delete_sec_context); 341 SYM(context_time); 342 SYM(get_mic); 343 SYM(verify_mic) [all...] |
| /src/external/gpl3/gcc/dist/libgcc/config/arm/ |
| lib1funcs.S | 59 #define SYM(x) CONCAT1 (__USER_LABEL_PREFIX__, x) 69 #define TYPE(x) .type SYM(x),function 70 #define SIZE(x) .size SYM(x), . - SYM(x) 259 b SYM (__aeabi_idiv0) __PLT__ 265 bl SYM (__div0) __PLT__ 278 bl SYM(__aeabi_idiv0) 295 b.w SYM(__aeabi_idiv0) __PLT__ 308 b SYM(__aeabi_idiv0) __PLT__ 316 bl SYM (__div0 [all...] |
| /src/external/gpl3/gcc.old/dist/libgcc/config/arm/ |
| lib1funcs.S | 59 #define SYM(x) CONCAT1 (__USER_LABEL_PREFIX__, x) 69 #define TYPE(x) .type SYM(x),function 70 #define SIZE(x) .size SYM(x), . - SYM(x) 259 b SYM (__aeabi_idiv0) __PLT__ 265 bl SYM (__div0) __PLT__ 278 bl SYM(__aeabi_idiv0) 295 b.w SYM(__aeabi_idiv0) __PLT__ 308 b SYM(__aeabi_idiv0) __PLT__ 316 bl SYM (__div0 [all...] |
| /src/usr.sbin/gspa/gspa/ |
| gsp_ass.h | 76 symbol sym; member in union:expr::__anon8450 82 #define e_sym e_u.sym 86 #define SYM 1
|
| /src/external/gpl3/gcc/dist/libgcc/config/m68k/ |
| lb1sf68.S | 52 #define SYM(x) CONCAT1 (__USER_LABEL_PREFIX__, x) 57 #define FUNC(x) .type SYM(x),function 112 .macro PICLEA sym, reg 113 lea \sym, \reg 116 .macro PICPEA sym, areg 117 pea \sym 130 .macro PICLEA sym, reg 132 movel \sym@GOT(\reg), \reg 135 .macro PICPEA sym, areg 137 movel \sym@GOT(\areg), sp@ [all...] |
| /src/external/gpl3/gcc.old/dist/libgcc/config/m68k/ |
| lb1sf68.S | 52 #define SYM(x) CONCAT1 (__USER_LABEL_PREFIX__, x) 57 #define FUNC(x) .type SYM(x),function 112 .macro PICLEA sym, reg 113 lea \sym, \reg 116 .macro PICPEA sym, areg 117 pea \sym 130 .macro PICLEA sym, reg 132 movel \sym@GOT(\reg), \reg 135 .macro PICPEA sym, areg 137 movel \sym@GOT(\areg), sp@ [all...] |