Lines Matching refs:offset
40 // we need this for now because pmem cannot mmap at an offset
61 size += hnd->offset;
71 hnd->base = intptr_t(mappedAddress) + hnd->offset;
73 // hnd->fd, hnd->offset, hnd->size, mappedAddress);
87 base = (void*)(intptr_t(base) - hnd->offset);
88 size += hnd->offset;
278 region.offset = hnd->offset;
282 hnd, hnd->offset, hnd->size);
324 size_t offset = va_arg(args, size_t);
340 hnd->offset = offset;
341 hnd->base = intptr_t(base) + offset;