Home | History | Annotate | Download | only in perf

Lines Matching refs:offset1

6879     unsigned long offset, offset1;
6882 offset1 = offset + size;
6883 if (offset1 > sec->data_allocated)
6884 section_realloc(sec, offset1);
6885 sec->data_offset = offset1;