Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/binutils/
Dresrc.c861 r->u.group_cursor = first; in define_cursor()
1379 r->u.group_cursor = first; in define_group_cursor_rcdata()
2382 write_rc_group_cursor (e, res->u.group_cursor); in write_rc_resource()
2502 write_rc_group_cursor (FILE *e, const rc_group_cursor *group_cursor) in write_rc_group_cursor() argument
2507 for (c = 0, gc = group_cursor; gc != NULL; gc = gc->next, c++) in write_rc_group_cursor()
2516 for (c = 1, gc = group_cursor; gc != NULL; gc = gc->next, c++) in write_rc_group_cursor()
Dwindint.h241 struct rc_group_cursor *group_cursor; member
Dresbin.c836 r->u.group_cursor = first; in bin_to_res_group_cursor()
1288 return res_to_bin_group_cursor (wrbfd, off, res->u.group_cursor); in res_to_bin()