Searched refs:call_type (Results 1 – 2 of 2) sorted by relevance
2322 int call_type = TARGET_LONG_CALLS ? CALL_LONG : CALL_NORMAL; local2331 call_type = CALL_SHORT;2333 call_type = CALL_LONG;2338 if (call_type == CALL_LONG && (flag_pic || !TREE_ASM_WRITTEN (decl)))
3143 int call_type = TARGET_LONG_CALLS ? CALL_LONG : CALL_NORMAL; in arm_function_ok_for_sibcall() local3155 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()