Searched refs:FLG_REL_BSS (Results 1 - 7 of 7) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/sgs/libld/common/
H A Dmachrel.amd.c300 (FLG_REL_GOT | FLG_REL_BSS | FLG_REL_PLT | FLG_REL_NOINFO)) == 0) &&
369 } else if (orsp->rel_flags & FLG_REL_BSS) {
706 ((arsp->rel_flags & (FLG_REL_GOT | FLG_REL_BSS |
1105 else if (flags & FLG_REL_BSS)
H A Dmachrel.intel.c241 (FLG_REL_GOT | FLG_REL_BSS | FLG_REL_PLT | FLG_REL_NOINFO)) == 0) &&
290 } else if (orsp->rel_flags & FLG_REL_BSS) {
752 ((arsp->rel_flags & (FLG_REL_GOT | FLG_REL_BSS |
1165 else if (flags & FLG_REL_BSS)
H A Dmachrel.sparc.c630 (FLG_REL_GOT | FLG_REL_BSS | FLG_REL_PLT | FLG_REL_NOINFO)) == 0) &&
685 } else if (orsp->rel_flags & FLG_REL_BSS) {
1074 ((arsp->rel_flags & (FLG_REL_GOT | FLG_REL_BSS |
1492 else if (flags & FLG_REL_BSS)
H A Drelocate.c1257 if ((*ld_targ.t_mr.mr_add_outrel)(FLG_REL_BSS, rsp, ofl) ==
H A Dsections.c363 if (flags & (FLG_REL_GOT | FLG_REL_BSS |
/opensolaris-onvv-gate/usr/src/cmd/sgs/liblddbg/common/
H A Drelocate.c374 } else if (orsp->rel_flags & FLG_REL_BSS) {
/opensolaris-onvv-gate/usr/src/cmd/sgs/include/
H A Dlibld.h731 #define FLG_REL_BSS 0x00000004 /* relocation against BSS */ macro

Completed in 245 milliseconds