Home
last modified time | relevance | path

Searched refs:match_p (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/gpl3/binutils/dist/gas/config/
H A Dobj-elf.c549 struct elf_section_match *match_p, in change_section() argument
560 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 …]
H A Dtc-mips.c6243 bool match_p) in match_vu0_suffix_operand() argument
6253 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()
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/
H A Dobj-elf.c565 struct elf_section_match *match_p, in obj_elf_change_section() argument
575 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()
H A Dtc-mips.c6240 bool match_p) in match_vu0_suffix_operand() argument
6250 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()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dlra-constraints.c558 bool match_p; member
639 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() local
2217 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()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dlra-constraints.cc580 bool match_p; member
684 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() local
2270 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()
H A DChangeLog-20163699 * lra-constraints.c (struct input_reload): Add field match_p.
/netbsd-src/external/gpl3/binutils/dist/gas/
H A DChangeLog-20205533 with match_p. Also update the section ID and flags from match_p.
/netbsd-src/external/gpl3/binutils.old/dist/gas/
H A DChangeLog-20205533 with match_p. Also update the section ID and flags from match_p.