HomeSort by: relevance | last modified time | path
    Searched defs:last_f (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/binutils/dist/gas/
itbl-ops.c 228 struct itbl_field *f, **last_f; local
235 last_f = &e->fields;
236 while (*last_f)
237 last_f = &(*last_f)->next;
238 *last_f = f;
  /src/external/gpl3/binutils.old/dist/gas/
itbl-ops.c 228 struct itbl_field *f, **last_f; local
235 last_f = &e->fields;
236 while (*last_f)
237 last_f = &(*last_f)->next;
238 *last_f = f;

Completed in 17 milliseconds