Searched refs:new_lo (Results 1 - 3 of 3) sorted by relevance

/haiku-buildtools/binutils/bfd/
H A Dlinker.c2405 struct bfd_link_order *new_lo;
2407 new_lo = (struct bfd_link_order *) bfd_zalloc (abfd, amt);
2408 if (!new_lo)
2411 new_lo->type = bfd_undefined_link_order;
2414 section->map_tail.link_order->next = new_lo;
2416 section->map_head.link_order = new_lo;
2417 section->map_tail.link_order = new_lo;
2419 return new_lo;
2398 struct bfd_link_order *new_lo; local
/haiku-buildtools/legacy/gcc/gcc/ch/
H A Dconvert.c699 HOST_WIDE_INT new_lo, new_hi; local
702 &new_lo, &new_hi);
703 first = build_int_2 (new_lo, new_hi);
696 HOST_WIDE_INT new_lo, new_hi; local
/haiku-buildtools/gcc/gcc/cp/
H A Dconstexpr.c1807 tree new_lo = int_const_binop (PLUS_EXPR, dindex, local
1809 if (tree_int_cst_equal (new_lo, hi))
1812 e.index = build2 (RANGE_EXPR, sizetype, new_lo, hi);

Completed in 75 milliseconds