Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dmachrel.sparc.c893 return (FIX_DONE); in tls_fixups()
901 return (FIX_DONE); in tls_fixups()
961 return (FIX_DONE); in tls_fixups()
980 return (FIX_DONE); in tls_fixups()
988 return (FIX_DONE); in tls_fixups()
1000 return (FIX_DONE); in tls_fixups()
1048 return (FIX_DONE); in gotop_fixups()
1108 if (ret == FIX_DONE) in ld_do_activerelocs()
1120 if (ret == FIX_DONE) in ld_do_activerelocs()
H A Dmachrel.intel.c519 return (FIX_DONE); in tls_fixups()
562 return (FIX_DONE); in tls_fixups()
576 return (FIX_DONE); in tls_fixups()
603 return (FIX_DONE); in tls_fixups()
812 if (ret == FIX_DONE) in ld_do_activerelocs()
H A Dmachrel.amd.c607 return (FIX_DONE); in tls_fixups()
744 return (FIX_DONE); in tls_fixups()
825 if (ret == FIX_DONE) in ld_do_activerelocs()
H A D_libld.h458 FIX_DONE, /* relocation done - no further processing required */ enumerator