Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros
header.h File Reference
#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)
 

Macro Definition Documentation

#define ALIGN_COFF_ENDIANNESS   7

Definition at line 48 of file header.h.

#define DL_STRCMP   strcmp

Definition at line 18 of file header.h.

#define ENDIANNESS_MASK   (DF_BYTE_ORDER >> ALIGN_COFF_ENDIANNESS)

Definition at line 49 of file header.h.

#define MAX_REASONABLE_SECTIONS   (200)

Definition at line 43 of file header.h.

#define MAX_REASONABLE_STRINGTAB   (0x100000)

Definition at line 41 of file header.h.

#define MAX_REASONABLE_SYMBOLS   (100000)

Definition at line 45 of file header.h.

#define STATIC_EXPR_STK_SIZE   10

Definition at line 21 of file header.h.