Samsung Internal API reference
2.0
Main Page
Related Pages
Modules
Data Structures
Files
File List
Globals
ld_debug.h
1
7
#pragma once
8
9
/* Definitions of flags for masking. */
10
#define LD_DEBUG_LIBS (1UL << 3UL)
11
#define LD_DEBUG_IMPCALLS (1UL << 4UL)
12
#define LD_DEBUG_RELOC (1UL << 5UL)
13
#define LD_DEBUG_FILES (1UL << 6UL)
14
#define LD_DEBUG_SYMBOLS (1UL << 7UL)
15
#define LD_DEBUG_BINDINGS (1UL << 8UL)
16
#define LD_DEBUG_SCOPES (1UL << 9UL)
17
#define LD_DEBUG_STATISTICS (1UL << 10UL)
18
#define LD_DEBUG_UNUSED (1UL << 11UL)
19
#define LD_DEBUG_HELP (1UL << 12UL)
20
#define LD_DEBUG_ALL (LD_DEBUG_LIBS | LD_DEBUG_RELOC | \
21
LD_DEBUG_FILES | LD_DEBUG_SYMBOLS | \
22
LD_DEBUG_BINDINGS | LD_DEBUG_SCOPES | \
23
LD_DEBUG_IMPCALLS)
24
ld_debug.h
Generated by
1.8.11