Searched refs:accepted_branch_protection_string (Results 1 – 3 of 3) sorted by relevance
320 char *accepted_branch_protection_string = NULL; variable14599 if (accepted_branch_protection_string) in aarch64_override_options_after_change_1()14602 = xstrdup (accepted_branch_protection_string); in aarch64_override_options_after_change_1()15079 if (!accepted_branch_protection_string) in aarch64_parse_branch_protection()15080 accepted_branch_protection_string = (char *) xmalloc ( in aarch64_parse_branch_protection()15083 strncpy (accepted_branch_protection_string, const_str, in aarch64_parse_branch_protection()15086 accepted_branch_protection_string[BRANCH_PROTECT_STR_MAX] = '\0'; in aarch64_parse_branch_protection()15339 if (!TARGET_ILP32 && accepted_branch_protection_string == NULL) in aarch64_override_options()
325 char *accepted_branch_protection_string = NULL; variable17653 if (accepted_branch_protection_string) in aarch64_override_options_after_change_1()17656 = xstrdup (accepted_branch_protection_string); in aarch64_override_options_after_change_1()18151 if (!accepted_branch_protection_string) in aarch64_parse_branch_protection()18152 accepted_branch_protection_string = (char *) xmalloc ( in aarch64_parse_branch_protection()18155 strncpy (accepted_branch_protection_string, const_str, in aarch64_parse_branch_protection()18158 accepted_branch_protection_string[BRANCH_PROTECT_STR_MAX] = '\0'; in aarch64_parse_branch_protection()18415 if (!TARGET_ILP32 && accepted_branch_protection_string == NULL) in aarch64_override_options()
36502 accepted_branch_protection_string,36507 Add check for accepted_branch_protection_string.36508 (aarch64_option_save): Save accepted_branch_protection_string.36509 (aarch64_option_restore): Save accepted_branch_protection_string.