Home
last modified time | relevance | path

Searched refs:FLG_OF1_TLSOREL (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/include/
H A Dlibld.h507 #define FLG_OF1_TLSOREL 0x0000100000 /* output relocation against .tlsbss */ macro
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dmachrel.amd.c1185 ofl->ofl_flags1 |= FLG_OF1_TLSOREL; in ld_add_outrel()
H A Dmachrel.intel.c1186 ofl->ofl_flags1 |= FLG_OF1_TLSOREL; in ld_add_outrel()
H A Dmachrel.sparc.c1505 ofl->ofl_flags1 |= FLG_OF1_TLSOREL; in ld_add_outrel()
H A Dsections.c803 flagtotest = FLG_OF1_TLSOREL; in ld_make_bss()