|
Linux Kernel
3.7.1
|
#include <dirent.h>#include <stdlib.h>#include <string.h>#include <unistd.h>#include <ctype.h>#include <errno.h>#include <fcntl.h>#include <stdio.h>#include <sys/types.h>#include <sys/stat.h>Go to the source code of this file.
Macros | |
| #define | AOUT_TEXT_OFFSET 32 |
| #define | LOOKBACK (128 * 4) |
| #define | BUFSIZE 1024 |
Functions | |
| int | main (int argc, char **argv) |
| #define AOUT_TEXT_OFFSET 32 |
Definition at line 40 of file piggyback.c.
| #define BUFSIZE 1024 |
Definition at line 137 of file piggyback.c.
| #define LOOKBACK (128 * 4) |
Definition at line 136 of file piggyback.c.
Definition at line 184 of file piggyback.c.
1.8.2