|
Linux Kernel
3.7.1
|
Go to the source code of this file.
Macros | |
| #define | STATIC static |
| #define | memmove memmove |
| #define | memzero(s, n) memset((s), 0, (n)) |
| #define | HEAP_SIZE 0x10000 |
Functions | |
| _sclp_print_early (const char *) | |
| void * | memset (void *s, int c, size_t n) |
| void * | memcpy (void *dest, const void *src, size_t n) |
| void * | memmove (void *dest, const void *src, size_t n) |
| unsigned long | decompress_kernel (void) |
Variables | |
| char | input_data [] |
| int | input_len |
| char | _text |
| char | _end |
| char | _bss |
| char | _ebss |
| char _bss |
| char _ebss |
| char _end |
| char _text |
| char input_data[] |
| int input_len |
1.8.2