OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:new_lo
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/gpl3/binutils/dist/bfd/
linker.c
2546
struct bfd_link_order *
new_lo
;
2548
new_lo
= (struct bfd_link_order *) bfd_zalloc (abfd, amt);
2549
if (!
new_lo
)
2552
new_lo
->type = bfd_undefined_link_order;
2555
section->map_tail.link_order->next =
new_lo
;
2557
section->map_head.link_order =
new_lo
;
2558
section->map_tail.link_order =
new_lo
;
2560
return
new_lo
;
2540
struct bfd_link_order *
new_lo
;
local
/src/external/gpl3/binutils.old/dist/bfd/
linker.c
2529
struct bfd_link_order *
new_lo
;
2531
new_lo
= (struct bfd_link_order *) bfd_zalloc (abfd, amt);
2532
if (!
new_lo
)
2535
new_lo
->type = bfd_undefined_link_order;
2538
section->map_tail.link_order->next =
new_lo
;
2540
section->map_head.link_order =
new_lo
;
2541
section->map_tail.link_order =
new_lo
;
2543
return
new_lo
;
2523
struct bfd_link_order *
new_lo
;
local
/src/external/gpl3/gdb.old/dist/bfd/
linker.c
2460
struct bfd_link_order *
new_lo
;
2462
new_lo
= (struct bfd_link_order *) bfd_zalloc (abfd, amt);
2463
if (!
new_lo
)
2466
new_lo
->type = bfd_undefined_link_order;
2469
section->map_tail.link_order->next =
new_lo
;
2471
section->map_head.link_order =
new_lo
;
2472
section->map_tail.link_order =
new_lo
;
2474
return
new_lo
;
2453
struct bfd_link_order *
new_lo
;
local
/src/external/gpl3/gdb/dist/bfd/
linker.c
2529
struct bfd_link_order *
new_lo
;
2531
new_lo
= (struct bfd_link_order *) bfd_zalloc (abfd, amt);
2532
if (!
new_lo
)
2535
new_lo
->type = bfd_undefined_link_order;
2538
section->map_tail.link_order->next =
new_lo
;
2540
section->map_head.link_order =
new_lo
;
2541
section->map_tail.link_order =
new_lo
;
2543
return
new_lo
;
2523
struct bfd_link_order *
new_lo
;
local
/src/external/gpl3/gcc.old/dist/gcc/cp/
constexpr.cc
3669
tree
new_lo
= int_const_binop (PLUS_EXPR, dindex,
local
3671
if (tree_int_cst_equal (
new_lo
, hi))
3674
e.index = build2 (RANGE_EXPR, sizetype,
new_lo
, hi);
/src/external/gpl3/gcc/dist/gcc/cp/
constexpr.cc
4222
tree
new_lo
= int_const_binop (PLUS_EXPR, dindex,
4224
if (tree_int_cst_equal (
new_lo
, hi))
4227
e.index = build2 (RANGE_EXPR, sizetype,
new_lo
, hi);
Completed in 195 milliseconds
Indexes created Sun Aug 09 00:24:28 UTC 2026