|
Linux Kernel
3.7.1
|
#include <sys/types.h>#include <sys/mman.h>#include <ctype.h>#include <inttypes.h>#include <regex.h>#include <stdio.h>#include <stdlib.h>#include <string.h>#include <sysexits.h>#include <unistd.h>#include <machine/endian.h>#include "aicasm.h"#include "aicasm_symbol.h"#include "aicasm_insformat.h"Go to the source code of this file.
Data Structures | |
| struct | patch |
Typedefs | |
| typedef struct patch | patch_t |
Functions | |
| STAILQ_HEAD (patch_list, patch) | |
| void | emit_patch (scope_t *scope, int patch) |
| void | output_listing (char *ifilename) |
| void | stop (const char *string, int err_code) |
| struct instruction * | seq_alloc () |
| critical_section_t * | cs_alloc () |
| scope_t * | scope_alloc () |
| void | process_scope (scope_t *scope) |
|
read |
|
read |
1.8.2