OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:list_tmp
(Results
1 - 1
of
1
) sorted by null
/toolchain/binutils/binutils-2.25/ld/
ldlang.c
235
struct name_list *
list_tmp
;
local
238
for (
list_tmp
= sec->spec.exclude_name_list;
239
list_tmp
;
240
list_tmp
=
list_tmp
->next)
242
char *p = archive_path (
list_tmp
->name);
246
if (input_statement_is_archive_path (
list_tmp
->name, p, file))
250
else if (name_match (
list_tmp
->name, file->filename) == 0)
258
&& name_match (
list_tmp
->name,
[
all
...]
Completed in 194 milliseconds