Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dmachrel.intel.c680 return (FIX_ERROR); in tls_fixups()
746 return (FIX_ERROR); in tls_fixups()
810 if ((ret = tls_fixups(ofl, arsp)) == FIX_ERROR) in ld_do_activerelocs()
H A Dmachrel.sparc.c1063 return (FIX_ERROR); in gotop_fixups()
1106 if ((ret = tls_fixups(ofl, arsp)) == FIX_ERROR) in ld_do_activerelocs()
1118 if ((ret = gotop_fixups(ofl, arsp)) == FIX_ERROR) in ld_do_activerelocs()
H A Dmachrel.amd.c724 return (FIX_ERROR); in tls_fixups()
823 if ((ret = tls_fixups(ofl, arsp)) == FIX_ERROR) in ld_do_activerelocs()
H A D_libld.h457 FIX_ERROR, /* fatal error - time to punt */ enumerator