Searched refs:match_p (Results 1 – 9 of 9) sorted by relevance
549 struct elf_section_match *match_p, in change_section() argument560 if (match_p == NULL) in change_section()563 match_p = &unused_match; in change_section()586 (void *) match_p); in change_section()693 if (match_p->group_name == NULL) in change_section()745 elf_section_data (sec)->this_hdr.sh_info = match_p->sh_info; in change_section()752 sec->section_id = match_p->section_id; in change_section()753 flags |= match_p->flags; in change_section()757 = match_p->linked_to_symbol_name; in change_section()762 elf_group_name (sec) = match_p->group_name; in change_section()[all …]
6243 bool match_p) in match_vu0_suffix_operand() argument6253 return match_p; in match_vu0_suffix_operand()6264 if (match_p && insn_extract_operand (arg->insn, operand) != uval) in match_vu0_suffix_operand()6268 if (!match_p) in match_vu0_suffix_operand()
565 struct elf_section_match *match_p, in obj_elf_change_section() argument575 if (match_p == NULL) in obj_elf_change_section()578 match_p = &unused_match; in obj_elf_change_section()601 (void *) match_p); in obj_elf_change_section()708 if (match_p->group_name == NULL) in obj_elf_change_section()760 elf_section_data (sec)->this_hdr.sh_info = match_p->sh_info; in obj_elf_change_section()767 sec->section_id = match_p->section_id; in obj_elf_change_section()768 flags |= match_p->flags; in obj_elf_change_section()772 = match_p->linked_to_symbol_name; in obj_elf_change_section()777 elf_group_name (sec) = match_p->group_name; in obj_elf_change_section()
6240 bool match_p) in match_vu0_suffix_operand() argument6250 return match_p; in match_vu0_suffix_operand()6261 if (match_p && insn_extract_operand (arg->insn, operand) != uval) in match_vu0_suffix_operand()6265 if (!match_p) in match_vu0_suffix_operand()
558 bool match_p; member639 if (! curr_insn_input_reloads[i].match_p in get_reload_reg()685 curr_insn_input_reloads[curr_insn_input_reloads_num].match_p = false; in get_reload_reg()1098 curr_insn_input_reloads[curr_insn_input_reloads_num].match_p = true; in match_reload()2186 bool match_p; in process_alt_operands() local2217 match_p = false; in process_alt_operands()2230 match_p = true; in process_alt_operands()2232 if (match_p) in process_alt_operands()2344 if (!match_p || !curr_alt_win[m]) in process_alt_operands()
580 bool match_p; member684 if (! curr_insn_input_reloads[i].match_p in get_reload_reg()731 curr_insn_input_reloads[curr_insn_input_reloads_num].match_p = false; in get_reload_reg()1149 curr_insn_input_reloads[curr_insn_input_reloads_num].match_p = true; in match_reload()2239 bool match_p; in process_alt_operands() local2270 match_p = false; in process_alt_operands()2283 match_p = true; in process_alt_operands()2285 if (match_p) in process_alt_operands()2397 if (!match_p || !curr_alt_win[m]) in process_alt_operands()
3699 * lra-constraints.c (struct input_reload): Add field match_p.
5533 with match_p. Also update the section ID and flags from match_p.