|
Linux Kernel
3.7.1
|
#include <linux/string.h>#include <linux/types.h>#include "doff.h"#include <dspbridge/dynamic_loader.h>#include "params.h"#include "dload_internal.h"#include "reloc_table.h"Go to the source code of this file.
Macros | |
| #define | DL_STRCMP strcmp |
| #define | STATIC_EXPR_STK_SIZE 10 |
| #define | MAX_REASONABLE_STRINGTAB (0x100000) |
| #define | MAX_REASONABLE_SECTIONS (200) |
| #define | MAX_REASONABLE_SYMBOLS (100000) |
| #define | ALIGN_COFF_ENDIANNESS 7 |
| #define | ENDIANNESS_MASK (DF_BYTE_ORDER >> ALIGN_COFF_ENDIANNESS) |
| #define ENDIANNESS_MASK (DF_BYTE_ORDER >> ALIGN_COFF_ENDIANNESS) |
1.8.2