parrotcode: Generate an object file | |
Contents | C |
src/exec.c - Generate an object file
void Parrot_exec
static void add_data_member
obj->data_size[N]
.static void exec_init
int Parrot_exec_add_symbol
int *Parrot_exec_add_text_rellocation_reg
Parrot_exec_add_text_rellocation
.void Parrot_exec_add_text_rellocation_func
Parrot_exec_add_text_rellocation
.void Parrot_exec_add_text_rellocation
static int symbol_list_find
symbol
in the symbol list.
Returns -1 if it is not in the list.Parrot_exec_add_symbol()
.include/parrot/exec.h, src/exec_cpu.c, src/exec_save.h and src/exec_start.c.
Initial version by Daniel Grunblatt on 2003.6.9.
|