Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/binutils/dist/gprofng/src/
H A DDataStream.cc37 span_fileoffset = f_offset; in set_span()
40 if (span_fileoffset >= fsz) in set_span()
41 span_fileoffset = fsz; in set_span()
42 if (span_size > fsz - span_fileoffset) in set_span()
43 span_size = fsz - span_fileoffset; in set_span()
51 int64_t off = span_offset + span_fileoffset; in read()
H A DDataStream.h48 int64_t span_fileoffset; // the window begin on the file variable
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/
H A DDataStream.cc37 span_fileoffset = f_offset; in set_span()
40 if (span_fileoffset >= fsz) in set_span()
41 span_fileoffset = fsz; in set_span()
42 if (span_size > fsz - span_fileoffset) in set_span()
43 span_size = fsz - span_fileoffset; in set_span()
51 int64_t off = span_offset + span_fileoffset; in read()
H A DDataStream.h48 int64_t span_fileoffset; // the window begin on the file variable