Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/binutils/
Dresres.c551 rc_uint_type soff = off[0]; in read_unistring() local
555 read_res_data (wrbfd, &soff, omax, d, sizeof (unichar)); in read_unistring()
559 l = ((soff - off[0]) / sizeof (unichar)); in read_unistring()
Dod-xcoff.c706 unsigned int soff = bfd_h_get_32 (abfd, sym.e.e.e_offset); in xcoff32_read_symbols() local
708 if ((s->sym.sclass & DBXMASK) == 0 && soff < data->strings_size) in xcoff32_read_symbols()
709 s->sym.name = data->strings + soff; in xcoff32_read_symbols()
713 s->sym.raw.off = soff; in xcoff32_read_symbols()
/toolchain/binutils/binutils-2.25/gas/doc/
Dc-z80.texi212 object file format is not soff.
/toolchain/binutils/binutils-2.25/cpu/
Dfrv.cpu9448 (define-pmacro (media-unpack src soff targ toff)
9450 (set (halfword hi targ toff) (halfword hi src soff))
9451 (set (halfword lo targ toff) (halfword hi src soff))
9452 (set (halfword hi targ (add toff 1)) (halfword lo src soff))
9453 (set (halfword lo targ (add toff 1)) (halfword lo src soff)))