Searched refs:file_offset (Results 1 – 3 of 3) sorted by relevance
| /f-stack/freebsd/i386/linux/ |
| H A D | imgact_linux.c | 66 unsigned long virtual_offset, file_offset; in exec_linux_imgact() local 80 file_offset = 1024; in exec_linux_imgact() 84 file_offset = 0; in exec_linux_imgact() 133 if (file_offset & PAGE_MASK) { in exec_linux_imgact() 135 printf("imgact: Non page aligned binary %lu\n", file_offset); in exec_linux_imgact() 147 error = vn_rdwr(UIO_READ, imgp->vp, (void *)vmaddr, file_offset, in exec_linux_imgact() 167 printf("imgact: Page aligned binary %lu\n", file_offset); in exec_linux_imgact() 176 MAP_PRIVATE | MAP_FIXED, OBJT_VNODE, imgp->vp, file_offset); in exec_linux_imgact()
|
| /f-stack/freebsd/kern/ |
| H A D | imgact_aout.c | 164 unsigned long file_offset; in exec_aout_imgact() local 188 file_offset = PAGE_SIZE; in exec_aout_imgact() 191 file_offset = 0; in exec_aout_imgact() 196 file_offset = 0; in exec_aout_imgact() 207 file_offset = 0; in exec_aout_imgact() 284 file_offset, in exec_aout_imgact() 298 file_offset + a_out->a_text, in exec_aout_imgact()
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/bin/ |
| H A D | jeprof.in | 4458 my $file_offset; 4473 $file_offset = $x[5]; 4486 $r->{file_offset} = $file_offset; 4497 my $file_offset = undef; 4541 $file_offset = sprintf("%016x", $1); 4543 if (defined($vma) && defined($size) && defined($file_offset)) { 4549 if (!defined($vma) || !defined($size) || !defined($file_offset)) { 4556 $r->{file_offset} = $file_offset; 4649 my $vma_offset = AddressSub($text->{vma}, $text->{file_offset});
|