OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:new_links
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/binutils/dist/gas/
ecoff.c
1529
vlinks_t *
new_links
= allocate_vlinks ();
1533
new_links
->datum = xcalloc (1, vp->object_size);
1536
new_links
->datum = allocate_page ();
1541
new_links
->start_index = vp->num_allocated;
1545
vp->first = vp->last =
new_links
;
1548
new_links
->prev = vp->last;
1549
vp->last->next =
new_links
;
1550
vp->last =
new_links
;
1523
vlinks_t *
new_links
= allocate_vlinks ();
local
/src/external/gpl3/binutils.old/dist/gas/
ecoff.c
1529
vlinks_t *
new_links
= allocate_vlinks ();
1533
new_links
->datum = xcalloc (1, vp->object_size);
1536
new_links
->datum = allocate_page ();
1541
new_links
->start_index = vp->num_allocated;
1545
vp->first = vp->last =
new_links
;
1548
new_links
->prev = vp->last;
1549
vp->last->next =
new_links
;
1550
vp->last =
new_links
;
1523
vlinks_t *
new_links
= allocate_vlinks ();
local
Completed in 37 milliseconds
Indexes created Mon Mar 16 00:23:04 UTC 2026