OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:frchain_now
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/binutils/dist/gas/
subsegs.c
28
frchainS *
frchain_now
;
variable
44
frchain_now
= NULL; /* Warn new_subseg() that we are booting. */
112
if (frag_now &&
frchain_now
)
113
frchain_now
->frch_frag_now = frag_now;
115
gas_assert (
frchain_now
== 0
116
||
frchain_now
->frch_last == frag_now);
158
frchain_now
= frcP;
161
gas_assert (
frchain_now
->frch_last == frag_now);
175
*
Frchain_now
points to the (possibly new) struct frchain for this
/src/external/gpl3/binutils.old/dist/gas/
subsegs.c
28
frchainS *
frchain_now
;
variable
44
frchain_now
= NULL; /* Warn new_subseg() that we are booting. */
112
if (frag_now &&
frchain_now
)
113
frchain_now
->frch_frag_now = frag_now;
115
gas_assert (
frchain_now
== 0
116
||
frchain_now
->frch_last == frag_now);
158
frchain_now
= frcP;
161
gas_assert (
frchain_now
->frch_last == frag_now);
175
*
Frchain_now
points to the (possibly new) struct frchain for this
Completed in 24 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026