| /src/external/gpl3/binutils/dist/gas/config/ |
| obj-elf.h | 138 #ifndef S_SET_SIZE 139 #define S_SET_SIZE(S,V) \
|
| obj-multi.h | 111 #define S_SET_SIZE(S, N) \ 112 (this_format->s_set_size \ 113 ? (*this_format->s_set_size) (S, N) \
|
| obj-elf.c | 2111 S_SET_SIZE (dest, S_GET_SIZE (src)); 2216 S_SET_SIZE (sym, exp.X_add_number); 2605 S_SET_SIZE (symp, size->X_add_number); 3051 S_SET_SIZE (sym, sz);
|
| tc-sparc.c | 4245 S_SET_SIZE (symbolP, size); 4358 S_SET_SIZE (symbolP, size); 4366 S_SET_SIZE (symbolP, size); 4572 S_SET_SIZE (globals[reg], 0);
|
| tc-kvx.c | 2357 S_SET_SIZE (last_proc_sym, exp.X_add_number);
|
| tc-m32r.c | 1581 S_SET_SIZE (symbolP, size);
|
| tc-microblaze.c | 249 S_SET_SIZE (symbolP, size);
|
| tc-v850.c | 413 S_SET_SIZE (symbolP, size);
|
| tc-score.c | 6210 #ifdef S_SET_SIZE 6211 S_SET_SIZE (symbolP, temp);
|
| tc-score7.c | 6061 #ifdef S_SET_SIZE 6062 S_SET_SIZE (symbolP, temp);
|
| tc-tic6x.c | 664 S_SET_SIZE (symbolP, size);
|
| /src/external/gpl3/binutils.old/dist/gas/config/ |
| obj-elf.h | 137 #ifndef S_SET_SIZE 138 #define S_SET_SIZE(S,V) \
|
| obj-multi.h | 111 #define S_SET_SIZE(S, N) \ 112 (this_format->s_set_size \ 113 ? (*this_format->s_set_size) (S, N) \
|
| obj-elf.c | 2281 S_SET_SIZE (dest, S_GET_SIZE (src)); 2386 S_SET_SIZE (sym, exp.X_add_number); 2779 S_SET_SIZE (symp, size->X_add_number); 3213 S_SET_SIZE (sym, sz);
|
| tc-sparc.c | 4244 S_SET_SIZE (symbolP, size); 4357 S_SET_SIZE (symbolP, size); 4365 S_SET_SIZE (symbolP, size); 4571 S_SET_SIZE (globals[reg], 0);
|
| tc-kvx.c | 2357 S_SET_SIZE (last_proc_sym, exp.X_add_number);
|
| tc-m32r.c | 1581 S_SET_SIZE (symbolP, size);
|
| tc-microblaze.c | 249 S_SET_SIZE (symbolP, size);
|
| tc-v850.c | 418 S_SET_SIZE (symbolP, size);
|
| tc-score.c | 6210 #ifdef S_SET_SIZE 6211 S_SET_SIZE (symbolP, temp);
|
| tc-score7.c | 6061 #ifdef S_SET_SIZE 6062 S_SET_SIZE (symbolP, temp);
|
| /src/external/gpl3/binutils/dist/gas/ |
| ecoff.c | 4016 #ifdef S_SET_SIZE 4017 S_SET_SIZE (as_sym, s); 4147 #ifdef S_SET_SIZE 4148 S_SET_SIZE (begin_ptr->as_sym,
|
| read.c | 2639 #ifdef S_SET_SIZE 2640 S_SET_SIZE (symbolP, size);
|
| /src/external/gpl3/binutils.old/dist/gas/ |
| ecoff.c | 4013 #ifdef S_SET_SIZE 4014 S_SET_SIZE (as_sym, s); 4144 #ifdef S_SET_SIZE 4145 S_SET_SIZE (begin_ptr->as_sym,
|
| read.c | 2631 #ifdef S_SET_SIZE 2632 S_SET_SIZE (symbolP, size);
|