Home
last modified time | relevance | path

Searched refs:DUMP_SEEK (Results 1 – 4 of 4) sorted by relevance

/linux-2.4.37.9/fs/
Dbinfmt_elf.c1120 #define DUMP_SEEK(off) \ macro
1134 DUMP_SEEK(roundup((unsigned long)file->f_pos, 4)); /* XXX */ in writenote()
1136 DUMP_SEEK(roundup((unsigned long)file->f_pos, 4)); /* XXX */ in writenote()
1141 #undef DUMP_SEEK
1146 #define DUMP_SEEK(off) \ macro
1359 DUMP_SEEK(dataoff); in elf_core_dump()
1379 DUMP_SEEK (file->f_pos + PAGE_SIZE); in elf_core_dump()
1382 DUMP_SEEK (file->f_pos + PAGE_SIZE); in elf_core_dump()
Dbinfmt_aout.c73 #define DUMP_SEEK(offset) \ macro
163 DUMP_SEEK(PAGE_SIZE); in aout_core_dump()
/linux-2.4.37.9/arch/mips/kernel/
Dirixelf.c1021 #define DUMP_SEEK(off) \ macro
1036 DUMP_SEEK(roundup((unsigned long)file->f_pos, 4)); /* XXX */ in writenote()
1038 DUMP_SEEK(roundup((unsigned long)file->f_pos, 4)); /* XXX */ in writenote()
1046 #undef DUMP_SEEK
1051 #define DUMP_SEEK(off) \ macro
1262 DUMP_SEEK(dataoff); in irix_core_dump()
/linux-2.4.37.9/arch/sparc64/kernel/
Dbinfmt_aout32.c71 #define DUMP_SEEK(offset) \ macro