Searched refs:fd_offset (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/
H A Dbinfmt_aout.c209 unsigned long fd_offset; local
228 fd_offset = N_TXTOFF(ex);
272 pos = fd_offset;
302 if ((fd_offset & ~PAGE_MASK) != 0 && printk_ratelimit())
305 "fd_offset is not page aligned. Please convert program: %s\n",
309 if (!bprm->file->f_op->mmap||((fd_offset & ~PAGE_MASK) != 0)) {
310 loff_t pos = fd_offset;
327 fd_offset);
339 fd_offset + ex.a_text);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/ia32/
H A Dia32_aout.c264 unsigned long error, fd_offset, rlim; local
277 fd_offset = N_TXTOFF(ex);
353 if ((fd_offset & ~PAGE_MASK) != 0 &&
356 "fd_offset is not page aligned. Please convert "
363 if (!bprm->file->f_op->mmap || (fd_offset & ~PAGE_MASK) != 0) {
364 loff_t pos = fd_offset;
383 fd_offset);
396 fd_offset + ex.a_text);

Completed in 233 milliseconds