Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/gcc/gcc/config/arm/
H A Darm.c2322 int call_type = TARGET_LONG_CALLS ? CALL_LONG : CALL_NORMAL; local
2331 call_type = CALL_SHORT;
2333 call_type = CALL_LONG;
2338 if (call_type == CALL_LONG && (flag_pic || !TREE_ASM_WRITTEN (decl)))
/openbsd/gnu/gcc/gcc/config/arm/
H A Darm.c3143 int call_type = TARGET_LONG_CALLS ? CALL_LONG : CALL_NORMAL; in arm_function_ok_for_sibcall() local
3155 call_type = CALL_SHORT; in arm_function_ok_for_sibcall()
3157 call_type = CALL_LONG; in arm_function_ok_for_sibcall()
3162 if (call_type == CALL_LONG && (flag_pic || !TREE_ASM_WRITTEN (decl))) in arm_function_ok_for_sibcall()