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

12

/haiku/src/system/boot/platform/openfirmware/arch/ppc/
H A Darch_start_kernel.S6 #define FUNCTION(x) .global x; .type x,@function; x define
/haiku/src/tests/system/libroot/posix/
H A Dsetjmp_test2.S1 #define FUNCTION(x) .global x; .type x,@function; x define
/haiku/src/system/glue/arch/m68k/
H A Dcrti.S20 #define FUNCTION(x) .global x; .type x,@function; x define
/haiku/src/system/glue/arch/ppc/
H A Dcrti.S20 #define FUNCTION(x) .global x; .type x,@function; x define
/haiku/src/system/glue/arch/x86/
H A Dcrti.S20 #define FUNCTION(x) .global x; .type x,@function; x define
/haiku/src/system/glue/arch/arm64/
H A Dcrti.S20 #define FUNCTION(x) .globl x; .type _init, %function; x define
/haiku/src/system/boot/platform/efi/arch/x86_64/
H A Dsupport.S7 #define FUNCTION(x) .global x; .type x,@function; x define
/haiku/src/system/boot/platform/openfirmware/arch/sparc/
H A Darch_start_kernel.S6 #define FUNCTION(x) .global x; .type x,@function; x define
/haiku/src/system/glue/arch/riscv64/
H A Dcrti.S20 #define FUNCTION(x) .global x; .type x,%function; x define
/haiku/src/system/glue/arch/arm/
H A Dcrti.S23 #define FUNCTION(x) .global x; .type x,%function; x define
/haiku/src/system/boot/platform/efi/arch/x86/
H A Dsupport.S10 #define FUNCTION(x) .global x; .type x,@function; x define
/haiku/src/system/libroot/os/arch/ppc/
H A Dsystem_time_asm.S6 #define FUNCTION(x) .global x; .type x,@function; x define
/haiku/src/system/boot/platform/pxe_ia32/
H A Dpxe_bios.S17 #define FUNCTION(x) .globl x ; x ## : define
/haiku/src/system/boot/platform/bios_ia32/
H A Dsupport.S7 #define FUNCTION(x) .global x; .type x,@function; x define
/haiku/src/system/kernel/arch/ppc/
H A Darch_cpu_asm.S6 #define FUNCTION(x) .global x; .type x,@function; x define
[all...]
/haiku/src/system/libroot/posix/arch/m68k/
H A Dsetjmp_internal.h24 #define FUNCTION(x) .global x; .type x,@function; x macro
/haiku/headers/private/system/arch/arm/
H A Dasm_defs.h15 #define FUNCTION(name) .global name; .type name, %function; name macro
/haiku/headers/private/system/arch/m68k/
H A Dasm_defs.h12 #define FUNCTION(name) .global name; .type name, @function; name macro
/haiku/headers/private/system/arch/mipsel/
H A Dasm_defs.h12 #define FUNCTION(name) .global name; .type name, @function; name macro
/haiku/headers/private/system/arch/x86/
H A Dasm_defs.h12 #define FUNCTION(name) .global name; .type name, @function; name macro
/haiku/headers/private/system/arch/x86_64/
H A Dasm_defs.h12 #define FUNCTION(name) .global name; .type name, @function; name macro
/haiku/headers/private/system/arch/riscv64/
H A Dasm_defs.h15 #define FUNCTION(name) .global name; .type name, %function; name macro
/haiku/headers/private/system/arch/sparc/
H A Dasm_defs.h15 #define FUNCTION(name) .global name; .type name, %function; name macro
/haiku/headers/private/system/arch/arm64/
H A Dasm_defs.h11 #define FUNCTION(name) .global name; .type name, %function; name macro
/haiku/headers/private/system/arch/ppc/
H A Dasm_defs.h12 #define FUNCTION(name) .global name; .type name, @function; name macro

Completed in 83 milliseconds

12