OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:blocks_tail
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/binutils/dist/gas/
codeview.c
69
static struct line_block *blocks_head = NULL, *
blocks_tail
= NULL;
variable in typeref:struct:
473
if (!
blocks_tail
||
blocks_tail
->frag != frag_now)
493
blocks_tail
->next = lb;
495
blocks_tail
= lb;
499
lb =
blocks_tail
;
/src/external/gpl3/binutils.old/dist/gas/
codeview.c
69
static struct line_block *blocks_head = NULL, *
blocks_tail
= NULL;
variable in typeref:struct:
473
if (!
blocks_tail
||
blocks_tail
->frag != frag_now)
493
blocks_tail
->next = lb;
495
blocks_tail
= lb;
499
lb =
blocks_tail
;
Completed in 24 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026