OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:last_claimed_file
(Results
1 - 1
of
1
) sorted by null
/toolchain/binutils/binutils-2.25/gold/testsuite/
plugin_test.c
52
static struct claimed_file*
last_claimed_file
= NULL;
variable in typeref:struct:claimed_file
388
if (
last_claimed_file
== NULL)
391
last_claimed_file
->next = claimed_file;
392
last_claimed_file
= claimed_file;
Completed in 163 milliseconds