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 <tools/be_byteshift.h>
#include <tools/le_byteshift.h>
#include "sortextable.h"
Go to the source code of this file.
Macros | |
#define | SORTEXTABLE_64 |
Typedefs | |
typedef void(* | table_sort_t )(char *, int) |
Enumerations | |
enum | { SJ_SETJMP = 0, SJ_FAIL, SJ_SUCCEED } |
Functions | |
int | main (int argc, char *argv[]) |
#define SORTEXTABLE_64 |
Definition at line 161 of file sortextable.c.
Definition at line 157 of file sortextable.c.
anonymous enum |
Definition at line 41 of file sortextable.c.
Definition at line 287 of file sortextable.c.