Searched refs:is_weak (Results 1 - 8 of 8) sorted by relevance

/haiku-buildtools/binutils/gold/
H A Ddynobj.h408 bool is_base, bool is_weak, bool is_info, bool is_symbol_created)
409 : name_(name), deps_(deps), is_base_(is_base), is_weak_(is_weak),
431 is_weak() const function in class:gold::Verdef
407 Verdef(const char* name, const std::vector<std::string>& deps, bool is_base, bool is_weak, bool is_info, bool is_symbol_created) argument
/haiku-buildtools/gcc/gcc/config/alpha/
H A Dalpha.c4549 bool is_weak;
4559 is_weak = (operands[5] != const0_rtx);
4567 if (!is_weak)
4593 if (!is_weak)
4611 rtx cond, dst, mem, oldval, newval, is_weak, mod_s, mod_f;
4621 is_weak = operands[5];
4644 is_weak, mod_s, mod_f));
4654 bool is_weak;
4664 is_weak = (operands[6] != const0_rtx);
4679 if (!is_weak)
4540 bool is_weak; local
4602 rtx cond, dst, mem, oldval, newval, is_weak, mod_s, mod_f; local
4645 bool is_weak; local
[all...]
/haiku-buildtools/gcc/gcc/config/aarch64/
H A Daarch64.c9057 rtx bval, rval, mem, oldval, newval, is_weak, mod_s, mod_f, x; local
9066 is_weak = operands[5];
9112 emit_insn (gen (rval, mem, oldval, newval, is_weak, mod_s, mod_f));
9146 bool is_weak; local
9156 is_weak = (operands[4] != const0_rtx);
9163 if (!is_weak)
9186 if (!is_weak)
/haiku-buildtools/gcc/gcc/
H A Dbuiltins.c5430 bool is_weak;
5465 is_weak = false;
5467 is_weak = true;
5477 is_weak, success, failure))
5428 bool is_weak; local
H A Doptabs.c7545 bool is_weak, enum memmodel succ_model,
7589 create_integer_operand (&ops[5], is_weak);
7515 expand_atomic_compare_and_swap(rtx *ptarget_bool, rtx *ptarget_oval, rtx mem, rtx expected, rtx desired, bool is_weak, enum memmodel succ_model, enum memmodel fail_model) argument
/haiku-buildtools/gcc/gcc/config/arm/
H A Darm.c27722 rtx bval, rval, mem, oldval, newval, is_weak, mod_s, mod_f, x;
27731 is_weak = operands[5];
27781 emit_insn (gen (rval, mem, oldval, newval, is_weak, mod_s, mod_f));
27806 bool is_weak;
27814 is_weak = (operands[4] != const0_rtx);
27840 if (!is_weak)
27863 if (!is_weak)
27695 rtx bval, rval, mem, oldval, newval, is_weak, mod_s, mod_f, x; local
27779 bool is_weak; local
/haiku-buildtools/gcc/gcc/config/s390/
H A Ds390.c6458 rtx cmp, rtx new_rtx, bool is_weak)
6485 if (!is_weak)
6504 if (is_weak)
6456 s390_expand_cs_hqi(machine_mode mode, rtx btarget, rtx vtarget, rtx mem, rtx cmp, rtx new_rtx, bool is_weak) argument
/haiku-buildtools/gcc/gcc/config/rs6000/
H A Drs6000.c20736 bool is_weak;
20743 is_weak = (INTVAL (operands[5]) != 0);
20786 if (!is_weak)
20831 if (!is_weak)
20700 bool is_weak; local
[all...]

Completed in 639 milliseconds