Searched refs:bss_alloc (Results 1 – 6 of 6) sorted by relevance
/toolchain/binutils/binutils-2.25/gas/ |
D | read.h | 145 extern void bss_alloc (symbolS *, addressT, int);
|
D | read.c | 2395 bss_alloc (symbolS *symbolP, addressT size, int align) in bss_alloc() function 2515 bss_alloc (symbolP, size, align); in s_lcomm_internal()
|
D | ChangeLog-0203 | 127 (bss_alloc): New function, split out of s_lcomm_internal and 132 * read.h (bss_alloc, parse_align, s_comm_internal): Declare. 135 parse_align and bss_alloc. Rearrange and Tidy.
|
/toolchain/binutils/binutils-2.25/gas/config/ |
D | obj-macho.c | 928 bss_alloc (symbolP, size, align); in obj_mach_o_common_parse()
|
D | obj-elf.c | 361 bss_alloc (symbolP, size, align); in elf_common_parse()
|
D | tc-i386.c | 973 bss_alloc (symbolP, size, align); in pe_lcomm_internal()
|