Home
last modified time | relevance | path

Searched refs:ANSI_PRAGMA_WEAK2 (Results 1 – 12 of 12) sorted by relevance

/illumos-gate/usr/src/lib/libc/amd64/sys/
H A Ddoor.S35 ANSI_PRAGMA_WEAK2(door_bind,__door_bind,function)
36 ANSI_PRAGMA_WEAK2(door_getparam,__door_getparam,function)
37 ANSI_PRAGMA_WEAK2(door_info,__door_info,function)
38 ANSI_PRAGMA_WEAK2(door_revoke,__door_revoke,function)
39 ANSI_PRAGMA_WEAK2(door_setparam,__door_setparam,function)
/illumos-gate/usr/src/lib/libc/sparc/sys/
H A Ddoor.S35 ANSI_PRAGMA_WEAK2(door_bind,__door_bind,function)
36 ANSI_PRAGMA_WEAK2(door_getparam,__door_getparam,function)
37 ANSI_PRAGMA_WEAK2(door_info,__door_info,function)
38 ANSI_PRAGMA_WEAK2(door_revoke,__door_revoke,function)
39 ANSI_PRAGMA_WEAK2(door_setparam,__door_setparam,function)
/illumos-gate/usr/src/lib/libc/i386/sys/
H A Ddoor.S37 ANSI_PRAGMA_WEAK2(door_bind,__door_bind,function)
38 ANSI_PRAGMA_WEAK2(door_getparam,__door_getparam,function)
39 ANSI_PRAGMA_WEAK2(door_info,__door_info,function)
40 ANSI_PRAGMA_WEAK2(door_revoke,__door_revoke,function)
41 ANSI_PRAGMA_WEAK2(door_setparam,__door_setparam,function)
/illumos-gate/usr/src/lib/libumem/i386/
H A Dasm_subr.S119 ANSI_PRAGMA_WEAK2(malloc,_malloc,function)
120 ANSI_PRAGMA_WEAK2(free,_free,function)
/illumos-gate/usr/src/common/atomic/amd64/
H A Datomic.S35 ANSI_PRAGMA_WEAK2(cas8,atomic_cas_8,function)
36 ANSI_PRAGMA_WEAK2(cas32,atomic_cas_32,function)
37 ANSI_PRAGMA_WEAK2(cas64,atomic_cas_64,function)
38 ANSI_PRAGMA_WEAK2(caslong,atomic_cas_ulong,function)
39 ANSI_PRAGMA_WEAK2(casptr,atomic_cas_ptr,function)
40 ANSI_PRAGMA_WEAK2(atomic_and_long,atomic_and_ulong,function)
41 ANSI_PRAGMA_WEAK2(atomic_or_long,atomic_or_ulong,function)
/illumos-gate/usr/src/common/atomic/sparc/
H A Datomic.S36 ANSI_PRAGMA_WEAK2(cas8,atomic_cas_8,function)
37 ANSI_PRAGMA_WEAK2(cas32,atomic_cas_32,function)
38 ANSI_PRAGMA_WEAK2(cas64,atomic_cas_64,function)
39 ANSI_PRAGMA_WEAK2(caslong,atomic_cas_ulong,function)
40 ANSI_PRAGMA_WEAK2(casptr,atomic_cas_ptr,function)
41 ANSI_PRAGMA_WEAK2(atomic_and_long,atomic_and_ulong,function)
42 ANSI_PRAGMA_WEAK2(atomic_or_long,atomic_or_ulong,function)
43 ANSI_PRAGMA_WEAK2(swapl,atomic_swap_32,function)
/illumos-gate/usr/src/common/atomic/i386/
H A Datomic.S36 ANSI_PRAGMA_WEAK2(cas8,atomic_cas_8,function)
37 ANSI_PRAGMA_WEAK2(cas32,atomic_cas_32,function)
38 ANSI_PRAGMA_WEAK2(cas64,atomic_cas_64,function)
39 ANSI_PRAGMA_WEAK2(caslong,atomic_cas_ulong,function)
40 ANSI_PRAGMA_WEAK2(casptr,atomic_cas_ptr,function)
41 ANSI_PRAGMA_WEAK2(atomic_and_long,atomic_and_ulong,function)
42 ANSI_PRAGMA_WEAK2(atomic_or_long,atomic_or_ulong,function)
/illumos-gate/usr/src/lib/libc/common/sys/
H A Dexit.S48 ANSI_PRAGMA_WEAK2(_Exit,_exit,function)
/illumos-gate/usr/src/lib/libc/amd64/unwind/
H A Dunwind_wrap.S21 ANSI_PRAGMA_WEAK2(_SUNW_Unwind_RaiseException,_Unwind_RaiseException,
/illumos-gate/usr/src/common/atomic/sparcv9/
H A Datomic.S45 ANSI_PRAGMA_WEAK2(cas8,atomic_cas_8,function)
46 ANSI_PRAGMA_WEAK2(cas32,atomic_cas_32,function)
47 ANSI_PRAGMA_WEAK2(cas64,atomic_cas_64,function)
48 ANSI_PRAGMA_WEAK2(caslong,atomic_cas_ulong,function)
49 ANSI_PRAGMA_WEAK2(casptr,atomic_cas_ptr,function)
50 ANSI_PRAGMA_WEAK2(atomic_and_long,atomic_and_ulong,function)
51 ANSI_PRAGMA_WEAK2(atomic_or_long,atomic_or_ulong,function)
52 ANSI_PRAGMA_WEAK2(swapl,atomic_swap_32,function)
/illumos-gate/usr/src/uts/sparc/sys/
H A Dasm_linkage.h143 #define ANSI_PRAGMA_WEAK2(sym1, sym2, stype) \ macro
/illumos-gate/usr/src/uts/intel/sys/
H A Dasm_linkage.h174 #define ANSI_PRAGMA_WEAK2(sym1, sym2, stype) \ macro