Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/binutils/
Ddlltool.c1188 iheadtype **pq; in append_import() local
1191 for (pq = &import_list; *pq != NULL; pq = &(*pq)->next) in append_import()
1193 if (strcmp ((*pq)->dllname, dllname) == 0) in append_import()
1195 q = *pq; in append_import()
1218 *pq = q; in append_import()