/illumos-gate/usr/src/lib/libc/amd64/sys/ |
H A D | door.S | 35 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 D | door.S | 35 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 D | door.S | 37 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 D | asm_subr.S | 119 ANSI_PRAGMA_WEAK2(malloc,_malloc,function) 120 ANSI_PRAGMA_WEAK2(free,_free,function)
|
/illumos-gate/usr/src/common/atomic/amd64/ |
H A D | atomic.S | 35 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 D | atomic.S | 36 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 D | atomic.S | 36 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 D | exit.S | 48 ANSI_PRAGMA_WEAK2(_Exit,_exit,function)
|
/illumos-gate/usr/src/lib/libc/amd64/unwind/ |
H A D | unwind_wrap.S | 21 ANSI_PRAGMA_WEAK2(_SUNW_Unwind_RaiseException,_Unwind_RaiseException,
|
/illumos-gate/usr/src/common/atomic/sparcv9/ |
H A D | atomic.S | 45 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 D | asm_linkage.h | 143 #define ANSI_PRAGMA_WEAK2(sym1, sym2, stype) \ macro
|
/illumos-gate/usr/src/uts/intel/sys/ |
H A D | asm_linkage.h | 174 #define ANSI_PRAGMA_WEAK2(sym1, sym2, stype) \ macro
|