Searched refs:input_list (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/contrib/binutils/ld/
H A Dldgram.y338 | INPUT '(' input_list ')'
341 '(' input_list ')'
356 input_list: label
360 | input_list ',' NAME
363 | input_list NAME
369 | input_list ',' LNAME
372 | input_list LNAME
377 input_list ')'
379 | input_list ',' AS_NEEDED '('
381 input_list ')'
[all...]
/freebsd-10.0-release/contrib/binutils/bfd/
H A Delf64-ppc.c3412 asection **input_list;
8668 asection **input_list;
8716 input_list = bfd_zmalloc (amt);
8717 htab->input_list = input_list;
8718 if (input_list == NULL)
8983 asection **list = htab->input_list + isec->output_section->index;
9054 list = htab->input_list + htab->top_index;
9122 while (list-- != htab->input_list);
9123 free (htab->input_list);
3408 asection **input_list; member in struct:ppc_link_hash_table
8664 asection **input_list; local
[all...]

Completed in 117 milliseconds