|
Linux Kernel
3.7.1
|
#include <sys/types.h>#include <sys/mman.h>#include <sys/stat.h>#include <getopt.h>#include <elf.h>#include <fcntl.h>#include <setjmp.h>#include <stdio.h>#include <stdlib.h>#include <string.h>#include <unistd.h>#include "recordmcount.h"Go to the source code of this file.
Data Structures | |
| union | mips_r_info |
Macros | |
| #define | RECORD_MCOUNT_64 |
Typedefs | |
| typedef uint8_t | myElf64_Byte |
Enumerations | |
| enum | { SJ_SETJMP = 0, SJ_FAIL, SJ_SUCCEED } |
Functions | |
| int | main (int argc, char *argv[]) |
| #define RECORD_MCOUNT_64 |
Definition at line 250 of file recordmcount.c.
| typedef uint8_t myElf64_Byte |
Definition at line 261 of file recordmcount.c.
| anonymous enum |
Definition at line 46 of file recordmcount.c.
Definition at line 408 of file recordmcount.c.
1.8.2