Home
last modified time | relevance | path

Searched defs:TRAMPOLINE_SIZE (Results 1 – 8 of 8) sorted by relevance

/NextBSD/contrib/compiler-rt/lib/builtins/
HDenable_execute_stack.c33 #define TRAMPOLINE_SIZE 48 macro
35 #define TRAMPOLINE_SIZE 40 macro
/NextBSD/contrib/gcc/config/s390/
HDs390.h660 #define TRAMPOLINE_SIZE (TARGET_64BIT ? 32 : 16) macro
/NextBSD/contrib/gcc/config/ia64/
HDia64.h1328 #define TRAMPOLINE_SIZE 32 macro
/NextBSD/contrib/gcc/config/sparc/
HDsparc.h1675 #define TRAMPOLINE_SIZE (TARGET_ARCH64 ? 32 : 16) macro
/NextBSD/contrib/gcc/config/mips/
HDmips.h2097 #define TRAMPOLINE_SIZE (32 + GET_MODE_SIZE (ptr_mode) * 2) macro
/NextBSD/contrib/gcc/config/i386/
HDi386.h1555 #define TRAMPOLINE_SIZE (TARGET_64BIT ? 23 : 10) macro
/NextBSD/contrib/gcc/config/arm/
HDarm.h1681 #define TRAMPOLINE_SIZE (TARGET_ARM ? 16 : 24) macro
/NextBSD/contrib/gcc/config/rs6000/
HDrs6000.h1483 #define TRAMPOLINE_SIZE rs6000_trampoline_size () macro