Home | History | Annotate | Download | only in libpp

Lines Matching refs:start_offset

35 	: start_offset(0)
132 // address space and setting a non zero start_offset will overflow
137 start_offset = header.anon_start;
139 start_offset = abfd.get_start_offset(0);
142 cverb << (vdebug) << "start_offset is now " << start_offset << endl;
149 // Check the start position isn't before start_offset:
154 if (start < start_offset) {
159 start -= start_offset;
160 end -= start_offset;
175 return make_pair(const_iterator(first, start_offset),
176 const_iterator(last, start_offset));
185 return make_pair(const_iterator(first, start_offset),
186 const_iterator(last, start_offset));