Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/binutils/dist/binutils/
Dwindint.h346 #define BIN_CURSOR_SIZE 4 macro
Dresbin.c1414 set_windres_bfd_content (wrbfd, &bc, off, BIN_CURSOR_SIZE); in res_to_bin_cursor()
1416 set_windres_bfd_content (wrbfd, c->data, off + BIN_CURSOR_SIZE, c->length); in res_to_bin_cursor()
1418 off = (off + BIN_CURSOR_SIZE + (rc_uint_type) c->length); in res_to_bin_cursor()
Dresrc.c1394 c->length = len_data - BIN_CURSOR_SIZE; in define_cursor_rcdata()
1395 c->data = (const bfd_byte *) (data + BIN_CURSOR_SIZE); in define_cursor_rcdata()