Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/binutils/
Dwindint.h346 #define BIN_CURSOR_SIZE 4 macro
Dresbin.c1407 set_windres_bfd_content (wrbfd, &bc, off, BIN_CURSOR_SIZE); in res_to_bin_cursor()
1409 set_windres_bfd_content (wrbfd, c->data, off + BIN_CURSOR_SIZE, c->length); in res_to_bin_cursor()
1411 off = (off + BIN_CURSOR_SIZE + (rc_uint_type) c->length); in res_to_bin_cursor()
Dresrc.c1398 c->length = len_data - BIN_CURSOR_SIZE; in define_cursor_rcdata()
1399 c->data = (const bfd_byte *) (data + BIN_CURSOR_SIZE); in define_cursor_rcdata()