Searched refs:bid (Results 1 – 3 of 3) sorted by relevance
/toolchain/binutils/binutils-2.27/config/ |
D | dfp.m4 | 10 [ --enable-decimal-float={no,yes,bid,dpd} 11 enable decimal float extension to C. Selecting 'bid' 16 yes | no | bid | dpd) default_decimal_float=$enable_decimal_float ;; 18 Valid choices are 'yes', 'bid', 'dpd', and 'no'.]) ;; 41 enable_decimal_float=bid
|
/toolchain/binutils/binutils-2.27/binutils/ |
D | resres.c | 484 struct bin_res_id bid; in write_res_id() local 485 windres_put_16 (wrbfd, bid.sig, 0xffff); in write_res_id() 486 windres_put_16 (wrbfd, bid.id, id->u.id); in write_res_id() 487 set_windres_bfd_content (wrbfd, &bid, off, BIN_RES_ID); in write_res_id() 516 struct bin_res_id bid; in read_res_id() local 521 read_res_data (wrbfd, off, omax, &bid, BIN_RES_ID - 2); in read_res_id() 522 ord = (unsigned short) windres_get_16 (wrbfd, bid.sig, 2); in read_res_id() 525 read_res_data (wrbfd, off, omax, bid.id, BIN_RES_ID - 2); in read_res_id() 527 id->u.id = windres_get_16 (wrbfd, bid.id, 2); in read_res_id()
|
/toolchain/binutils/binutils-2.27/ld/emultempl/ |
D | spu_ovl.S | 292 bid irqtmp1 # 1,4 -3
|