Home
last modified time | relevance | path

Searched refs:ld_make_bss (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/libld/common/
H A D_libld.h698 #define ld_make_bss ld64_make_bss macro
797 #define ld_make_bss ld32_make_bss macro
917 extern uintptr_t ld_make_bss(Ofl_desc *, Xword, Xword, uint_t);
H A Dsyms.c1829 if (ld_make_bss(ofl, bsssize, bssalign, in ld_sym_validate()
1834 if (ld_make_bss(ofl, tlssize, tlsalign, in ld_sym_validate()
1841 if (ld_make_bss(ofl, lbsssize, lbssalign, in ld_sym_validate()
H A Dsections.c746 ld_make_bss(Ofl_desc *ofl, Xword size, Xword align, uint_t ident) in ld_make_bss() function