Home
last modified time | relevance | path

Searched refs:a_list (Results 1 – 1 of 1) sorted by relevance

/mirbsd/src/gnu/usr.bin/binutils/binutils/
Ddlltool.c888 static dlist_type *a_list; /* Stuff to go in directives. */ variable
983 d->next = a_list; in new_directive()
984 a_list = d; in new_directive()
1874 if (a_list) in gen_exp_file()
1877 for (dl = a_list; dl; dl = dl->next) in gen_exp_file()