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

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/binutils/
H A Dwindint.h242 struct rc_group_cursor *group_cursor; member in union:rc_res_resource::__anon3081
349 /* A group_cursor resource is a list of rc_i_group_cursor structures. */
H A Dresrc.c869 r->u.group_cursor = first;
1387 r->u.group_cursor = first;
2369 write_rc_group_cursor (e, res->u.group_cursor);
2489 write_rc_group_cursor (FILE *e, const rc_group_cursor *group_cursor)
2494 for (c = 0, gc = group_cursor; gc != NULL; gc = gc->next, c++)
2503 for (c = 1, gc = group_cursor; gc != NULL; gc = gc->next, c++)
2486 write_rc_group_cursor(FILE *e, const rc_group_cursor *group_cursor) argument
H A Dresbin.c837 r->u.group_cursor = first;
1272 return res_to_bin_group_cursor (wrbfd, off, res->u.group_cursor);

Completed in 79 milliseconds