Home
last modified time | relevance | path

Searched refs:call_type (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/sys/contrib/ngatm/netnatm/sig/
H A Dunipriv.h290 enum call_type { enum
311 enum call_type type; /* what call is it */
/freebsd-12.1/contrib/gcc/config/arm/
H A Darm.c3153 int call_type = TARGET_LONG_CALLS ? CALL_LONG : CALL_NORMAL; in arm_function_ok_for_sibcall() local
3165 call_type = CALL_SHORT; in arm_function_ok_for_sibcall()
3167 call_type = CALL_LONG; in arm_function_ok_for_sibcall()
3172 if (call_type == CALL_LONG && (flag_pic || !TREE_ASM_WRITTEN (decl))) in arm_function_ok_for_sibcall()