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

/freebsd-10.3-release/contrib/binutils/gas/
H A Ditbl-ops.c229 struct itbl_field *f, **last_f; local
236 last_f = &e->fields;
237 while (*last_f)
238 last_f = &(*last_f)->next;
239 *last_f = f;

Completed in 113 milliseconds