Home | History | Annotate | Download | only in src

Lines Matching refs:orig_p

1300     intptr_t orig_p = reinterpret_cast<intptr_t>(p);
1303 p = reinterpret_cast<void *>(RoundUp(orig_p + data_offset, alignment));
1310 // and orig_p is the end of the real header, so offset_
1312 fake_hdr->set_offset(reinterpret_cast<intptr_t>(p) - orig_p);