Home
last modified time | relevance | path

Searched refs:bss_alloc (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/binutils/gas/
H A Dread.h137 extern void bss_alloc (symbolS *, addressT, int);
H A Dread.c2260 bss_alloc (symbolS *symbolP, addressT size, int align) in bss_alloc() function
2380 bss_alloc (symbolP, size, align); in s_lcomm_internal()
H A DChangeLog-0203127 (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.
/freebsd-12.1/contrib/binutils/gas/config/
H A Dobj-elf.c342 bss_alloc (symbolP, size, align); in elf_common_parse()