Searched refs:S_SET_ALIGN (Results 1 – 15 of 15) sorted by relevance
/toolchain/binutils/binutils-2.27/gas/config/ |
D | obj-macho.h | 41 #ifndef S_SET_ALIGN 42 #define S_SET_ALIGN(S,V) do {\ macro
|
D | obj-elf.h | 112 #ifndef S_SET_ALIGN 113 #define S_SET_ALIGN(S,V) \ macro
|
D | obj-multi.h | 109 #define S_SET_ALIGN(S, N) \ macro
|
D | obj-elf.c | 241 S_SET_ALIGN (sym, align); in elf_s_set_align() 370 S_SET_ALIGN (symbolP, align); in elf_common_parse()
|
D | obj-macho.c | 925 S_SET_ALIGN (symbolP, align); in obj_mach_o_common_parse()
|
D | tc-sparc.c | 4357 S_SET_ALIGN (symbolP, temp); in s_common() 4565 S_SET_ALIGN (globals[reg], reg); in s_register()
|
D | tc-m32r.c | 1585 S_SET_ALIGN (symbolP, align2); in m32r_scomm()
|
D | tc-v850.c | 455 S_SET_ALIGN (symbolP, temp); in v850_comm()
|
D | tc-tic6x.c | 674 S_SET_ALIGN (symbolP, 1 << align2); in s_tic6x_scomm()
|
D | tc-mips.c | 57 #undef S_SET_ALIGN
|
/toolchain/binutils/binutils-2.27/gas/ |
D | read.c | 1885 #ifdef S_SET_ALIGN in s_mri_common() 1887 S_SET_ALIGN (sym, align); in s_mri_common()
|
D | ChangeLog-2012 | 1904 * config/obj-macho.h (S_SET_ALIGN): Amend temorary var name.
|
D | ChangeLog-2011 | 108 (S_SET_ALIGN) Define.
|
D | ChangeLog-9295 | 2783 S_SET_SIZE, S_GET_ALIGN, S_SET_ALIGN, obj_copy_symbol_attributes, 5714 * config/obj-elf.h (S_GET_ALIGN, S_SET_ALIGN): Define.
|
D | ChangeLog-0001 | 6336 (S_SET_ALIGN): Similar for s_set_align.
|