Home
last modified time | relevance | path

Searched refs:popup (Results 1 – 4 of 4) sorted by relevance

/toolchain/binutils/binutils-2.25/binutils/
Dresbin.c317 mi->popup = NULL; in bin_to_res_menuitems()
325 mi->popup = bin_to_res_menuitems (wrbfd, data + itemlen, length - itemlen, in bin_to_res_menuitems()
387 mi->popup = NULL; in bin_to_res_menuexitems()
399 mi->popup = bin_to_res_menuexitems (wrbfd, data + itemlen, in bin_to_res_menuexitems()
1731 if (mi->popup != NULL) in res_to_bin_menuitems()
1737 if (mi->popup == NULL) in res_to_bin_menuitems()
1740 mi->popup == NULL ? BIN_MENUITEM_SIZE in res_to_bin_menuitems()
1743 off += (mi->popup == NULL ? BIN_MENUITEM_SIZE : BIN_MENUITEM_POPUP_SIZE); in res_to_bin_menuitems()
1747 if (mi->popup != NULL) in res_to_bin_menuitems()
1749 off = res_to_bin_menuitems (wrbfd, off, mi->popup); in res_to_bin_menuitems()
[all …]
Dwindres.c521 if (mi->popup != NULL && mi->id != 0) in extended_menuitems()
532 if (mi->popup != NULL) in extended_menuitems()
534 if (extended_menuitems (mi->popup)) in extended_menuitems()
Dresrc.c1476 mi->popup = menuitems; in define_menuitem()
2803 if (mi->popup == NULL) in write_rc_menuitems()
2809 && mi->popup == NULL in write_rc_menuitems()
2828 if (mi->popup == NULL) in write_rc_menuitems()
2864 if (mi->popup != NULL) in write_rc_menuitems()
2865 write_rc_menuitems (e, mi->popup, menuex, ind + 2); in write_rc_menuitems()
Dwindint.h797 struct rc_menuitem *popup; member