Searched defs:FUNCTION (Results 1 - 25 of 204) sorted by relevance

123456789

/haiku-fatelf/src/system/boot/platform/cfe/arch/ppc/
H A Darch_start_kernel.S6 #define FUNCTION(x) .global x; .type x,@function; x define
/haiku-fatelf/src/system/boot/platform/openfirmware/arch/ppc/
H A Darch_start_kernel.S6 #define FUNCTION(x) .global x; .type x,@function; x define
/haiku-fatelf/src/system/boot/platform/u-boot/arch/ppc/
H A Darch_start_kernel.S6 #define FUNCTION(x) .global x; .type x,@function; x define
/haiku-fatelf/src/system/glue/arch/arm/
H A Dcrti.S20 #define FUNCTION(x) .global x; .type x,%function; x define
/haiku-fatelf/src/system/glue/arch/m68k/
H A Dcrti.S20 #define FUNCTION(x) .global x; .type x,@function; x define
/haiku-fatelf/src/system/glue/arch/mipsel/
H A Dcrti.S24 #define FUNCTION(x) .global x; .type x,@function; x define
/haiku-fatelf/src/system/glue/arch/ppc/
H A Dcrti.S20 #define FUNCTION(x) .global x; .type x,@function; x define
/haiku-fatelf/src/system/glue/arch/x86/
H A Dcrti.S20 #define FUNCTION(x) .global x; .type x,@function; x define
/haiku-fatelf/src/system/libroot/os/arch/mipsel/
H A Dbyteorder.S6 #define FUNCTION(x) .global x; .type x,@function; x define
H A Dsystem_time_asm.S6 #define FUNCTION(x) .global x; .type x,@function; x define
/haiku-fatelf/src/system/libroot/os/arch/ppc/
H A Dbyteorder.S6 #define FUNCTION(x) .global x; .type x,@function; x define
H A Dsystem_time_asm.S6 #define FUNCTION(x) .global x; .type x,@function; x define
/haiku-fatelf/src/tests/system/libroot/posix/
H A Dsetjmp_test2.S1 #define FUNCTION(x) .global x; .type x,@function; x define
/haiku-fatelf/src/system/kernel/arch/ppc/
H A Darch_asm.S12 #define FUNCTION(x) .global x; .type x,@function; x define
[all...]
H A Darch_cpu_asm.S6 #define FUNCTION(x) .global x; .type x,@function; x define
[all...]
/haiku-fatelf/src/system/boot/platform/bios_ia32/
H A Dsupport.S7 #define FUNCTION(x) .global x; .type x,@function; x define
/haiku-fatelf/src/system/boot/platform/pxe_ia32/
H A Dpxe_bios.S17 #define FUNCTION(x) .globl x ; x ## : define
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/mq_unlink/
H A D7-1.c26 #define FUNCTION "mq_unlink" macro
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/mq_unlink/speculative/
H A D7-2.c27 #define FUNCTION "mq_unlink" macro
/haiku-fatelf/src/system/libroot/posix/arch/m68k/
H A Dsetjmp_internal.h24 #define FUNCTION(x) .global x; .type x,@function; x macro
/haiku-fatelf/src/system/libroot/posix/arch/mipsel/
H A Dsetjmp_internal.h18 #define FUNCTION(x) .global x; .type x,@function; x macro
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/mq_close/
H A D1-1.c23 #define FUNCTION "mq_close" macro
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/sem_destroy/
H A D4-1.c24 #define FUNCTION "sem_destroy" macro
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/sem_init/
H A D5-1.c24 #define FUNCTION "sem_init" macro
H A D5-2.c24 #define FUNCTION "sem_init" macro

Completed in 170 milliseconds

123456789