Searched refs:S_SET_SIZE (Results 1 – 15 of 15) sorted by relevance
| /trueos/contrib/binutils/gas/config/ |
| HD | obj-elf.h | 108 #ifndef S_SET_SIZE 109 #define S_SET_SIZE(S,V) \ macro
|
| HD | obj-multi.h | 92 #define S_SET_SIZE(S, N) \ macro
|
| HD | obj-elf.c | 221 S_SET_SIZE (sym, sz); in elf_s_set_size() 1410 S_SET_SIZE (dest, S_GET_SIZE (src)); in elf_copy_symbol_attributes() 1509 S_SET_SIZE (sym, exp.X_add_number); in obj_elf_size() 1747 S_SET_SIZE (symp, in elf_frob_symbol() 1753 S_SET_SIZE (symp, in elf_frob_symbol()
|
| HD | tc-sparc.c | 3871 S_SET_SIZE (symbolP, size); 4005 S_SET_SIZE (symbolP, size); 4015 S_SET_SIZE (symbolP, size); 4235 S_SET_SIZE (globals[reg], 0);
|
| HD | tc-arc.c | 933 S_SET_SIZE (symbolP, size); in arc_common()
|
| HD | tc-score.c | 6554 #ifdef S_SET_SIZE in s_score_lcomm() 6555 S_SET_SIZE (symbolP, temp); in s_score_lcomm()
|
| HD | tc-ppc.c | 1909 S_SET_SIZE (symbolP, size); in ppc_elf_lcomm()
|
| HD | tc-ia64.c | 4674 S_SET_SIZE (sym, frag_now_fix () - S_GET_VALUE (sym));
|
| HD | tc-mips.c | 51 #undef S_SET_SIZE
|
| /trueos/contrib/binutils/gas/ |
| HD | ecoff.c | 4043 #ifdef S_SET_SIZE in ecoff_build_symbols() 4044 S_SET_SIZE (as_sym, s); in ecoff_build_symbols() 4174 #ifdef S_SET_SIZE in ecoff_build_symbols() 4175 S_SET_SIZE (begin_ptr->as_sym, in ecoff_build_symbols()
|
| HD | read.c | 2298 #ifdef S_SET_SIZE in bss_alloc() 2299 S_SET_SIZE (symbolP, size); in bss_alloc()
|
| HD | ChangeLog-9697 | 5780 * read.c (s_lcomm): If S_SET_SIZE is defined, set the size of the 5783 (ecoff_build_symbols): If S_SET_SIZE is defined, set the size of
|
| HD | ChangeLog-9295 | 2783 S_SET_SIZE, S_GET_ALIGN, S_SET_ALIGN, obj_copy_symbol_attributes, 9435 * config/obj-elf.h (S_SET_SIZE): Actually set the size.
|
| HD | ChangeLog-0001 | 6345 (S_SET_SIZE): Test s_set_size for NULL before calling.
|
| /trueos/contrib/binutils/gas/doc/ |
| HD | internals.texi | 279 @item S_SET_SIZE 280 @cindex S_SET_SIZE
|