Home | History | Annotate | Download | only in src

Lines Matching refs:orig_p

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