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

/freebsd-9.3-release/contrib/binutils/binutils/
H A Dresrc.c820 r->u.group_cursor = first;
1338 r->u.group_cursor = first;
2320 write_rc_group_cursor (e, res->u.group_cursor);
2440 write_rc_group_cursor (FILE *e, const rc_group_cursor *group_cursor)
2445 for (c = 0, gc = group_cursor; gc != NULL; gc = gc->next, c++)
2454 for (c = 1, gc = group_cursor; gc != NULL; gc = gc->next, c++)
2437 write_rc_group_cursor(FILE *e, const rc_group_cursor *group_cursor) argument
H A Dwindint.h242 struct rc_group_cursor *group_cursor; member in union:rc_res_resource::__anon426
349 /* A group_cursor resource is a list of rc_i_group_cursor structures. */
H A Dresbin.c836 r->u.group_cursor = first;
1271 return res_to_bin_group_cursor (wrbfd, off, res->u.group_cursor);

Completed in 119 milliseconds