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

/freebsd-11.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-11.0-release/contrib/binutils/bfd/
H A Delf64-ppc.c3481 asection **input_list;
8893 asection **input_list;
8941 input_list = bfd_zmalloc (amt);
8942 htab->input_list = input_list;
8943 if (input_list == NULL)
9206 asection **list = htab->input_list + isec->output_section->index;
9277 list = htab->input_list + htab->top_index;
9345 while (list-- != htab->input_list);
9346 free (htab->input_list);
3477 asection **input_list; member in struct:ppc_link_hash_table
8889 asection **input_list; local
[all...]

Completed in 92 milliseconds