OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:last_pending
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/binutils/dist/gas/config/
tc-ia64.c
4219
proc_pending *pending, *
last_pending
;
local
4233
last_pending
= NULL;
4248
else if (!
last_pending
)
4251
last_pending
= &unwind.proc_pending;
4257
last_pending
=
last_pending
->next = pending;
4267
if (!
last_pending
)
4270
last_pending
= &unwind.proc_pending;
4272
last_pending
->next = NULL;
/src/external/gpl3/binutils.old/dist/gas/config/
tc-ia64.c
4219
proc_pending *pending, *
last_pending
;
local
4233
last_pending
= NULL;
4248
else if (!
last_pending
)
4251
last_pending
= &unwind.proc_pending;
4257
last_pending
=
last_pending
->next = pending;
4267
if (!
last_pending
)
4270
last_pending
= &unwind.proc_pending;
4272
last_pending
->next = NULL;
Completed in 193 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026