Searched refs:STATIC_FUNCTION (Results 1 - 12 of 12) sorted by relevance

/haiku/headers/private/system/arch/arm64/
H A Dasm_defs.h10 #define STATIC_FUNCTION(name) .type name, %function; name macro
/haiku/headers/private/system/arch/arm/
H A Dasm_defs.h14 #define STATIC_FUNCTION(name) .type name, %function; name macro
/haiku/headers/private/system/arch/m68k/
H A Dasm_defs.h11 #define STATIC_FUNCTION(name) .type name, @function; name macro
/haiku/headers/private/system/arch/mipsel/
H A Dasm_defs.h11 #define STATIC_FUNCTION(name) .type name, @function; name macro
/haiku/headers/private/system/arch/x86/
H A Dasm_defs.h11 #define STATIC_FUNCTION(name) .type name, @function; name macro
/haiku/headers/private/system/arch/x86_64/
H A Dasm_defs.h11 #define STATIC_FUNCTION(name) .type name, @function; name macro
/haiku/headers/private/system/arch/riscv64/
H A Dasm_defs.h14 #define STATIC_FUNCTION(name) .type name, %function; name macro
/haiku/headers/private/system/arch/sparc/
H A Dasm_defs.h14 #define STATIC_FUNCTION(name) .type name, %function; name macro
/haiku/headers/private/system/arch/ppc/
H A Dasm_defs.h11 #define STATIC_FUNCTION(name) .type name, @function; name macro
/haiku/src/system/kernel/arch/x86/32/
H A Dinterrupts.S509 STATIC_FUNCTION(int_bottom):
545 STATIC_FUNCTION(int_bottom_user):
606 STATIC_FUNCTION(handle_syscall):
674 STATIC_FUNCTION(do_pre_syscall_debug):
684 STATIC_FUNCTION(post_syscall_work):
718 STATIC_FUNCTION(kernel_exit_work):
747 STATIC_FUNCTION(kernel_exit_handle_signals):
755 STATIC_FUNCTION(bad_syscall_params):
/haiku/src/system/kernel/arch/x86/64/
H A Dinterrupts.S206 STATIC_FUNCTION(int_bottom):
260 STATIC_FUNCTION(int_bottom_user):
/haiku/src/system/kernel/arch/arm64/
H A Darch_asm.S115 STATIC_FUNCTION(handle_\name):

Completed in 78 milliseconds