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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc64/kernel/
H A Dbinfmt_aout32.c203 unsigned long fd_offset; local
216 fd_offset = N_TXTOFF(ex);
249 loff_t pos = fd_offset;
265 loff_t pos = fd_offset;
282 loff_t pos = fd_offset;
296 fd_offset);
308 fd_offset + ex.a_text);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/
H A Dbinfmt_aout.c270 unsigned long fd_offset; local
289 fd_offset = N_TXTOFF(ex);
332 loff_t pos = fd_offset;
356 pos = fd_offset;
388 if ((fd_offset & ~PAGE_MASK) != 0 &&
392 "fd_offset is not page aligned. Please convert program: %s\n",
397 if (!bprm->file->f_op->mmap||((fd_offset & ~PAGE_MASK) != 0)) {
398 loff_t pos = fd_offset;
415 fd_offset);
427 fd_offset
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/ia32/
H A Dia32_aout.c263 unsigned long fd_offset; local
275 fd_offset = N_TXTOFF(ex);
351 if ((fd_offset & ~PAGE_MASK) != 0 &&
355 "fd_offset is not page aligned. Please convert program: %s\n",
361 if (!bprm->file->f_op->mmap||((fd_offset & ~PAGE_MASK) != 0)) {
362 loff_t pos = fd_offset;
379 fd_offset);
391 fd_offset + ex.a_text);

Completed in 51 milliseconds