Home
last modified time | relevance | path

Searched refs:accepted_branch_protection_string (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
H A Daarch64.c320 char *accepted_branch_protection_string = NULL; variable
14599 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()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/aarch64/
H A Daarch64.cc325 char *accepted_branch_protection_string = NULL; variable
17653 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()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-201936502 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.