xine-lib 1.2.11
|
#include <goomsl_private.h>
Data Fields | |
int | id |
InstructionData | data |
GoomSL * | parent |
const char * | name |
char ** | params |
GoomHash ** | vnamespace |
int * | types |
int | cur_param |
int | nb_param |
int | address |
char * | jump_label |
char * | nop_label |
int | line_number |
int _INSTRUCTION::address |
Referenced by calculate_labels(), and iflow_add_instr().
int _INSTRUCTION::cur_param |
Referenced by gsl_instr_add_param(), gsl_instr_display(), gsl_instr_free(), gsl_instr_init(), and gsl_instr_set_namespace().
InstructionData _INSTRUCTION::data |
Referenced by calculate_labels(), gsl_create_fast_iflow(), gsl_instr_validate(), validate_v_f(), validate_v_i(), validate_v_p(), and validate_v_v().
int _INSTRUCTION::id |
Referenced by calculate_labels(), gsl_create_fast_iflow(), gsl_instr_add_param(), gsl_instr_init(), gsl_instr_validate(), and validate().
char* _INSTRUCTION::jump_label |
Referenced by calculate_labels(), gsl_create_fast_iflow(), gsl_instr_init(), and gsl_instr_validate().
int _INSTRUCTION::line_number |
Referenced by calculate_labels(), gsl_instr_init(), gsl_instr_set_namespace(), and gsl_instr_validate().
const char* _INSTRUCTION::name |
Referenced by gsl_instr_display(), and gsl_instr_init().
int _INSTRUCTION::nb_param |
Referenced by gsl_instr_display(), gsl_instr_init(), and gsl_instr_validate().
char* _INSTRUCTION::nop_label |
Referenced by calculate_labels(), gsl_create_fast_iflow(), and gsl_instr_validate().
char** _INSTRUCTION::params |
GoomSL* _INSTRUCTION::parent |
Referenced by gsl_instr_add_param(), gsl_instr_init(), and gsl_instr_validate().
int* _INSTRUCTION::types |
Referenced by gsl_instr_add_param(), gsl_instr_free(), gsl_instr_init(), gsl_instr_validate(), and validate().
GoomHash** _INSTRUCTION::vnamespace |
Referenced by gsl_instr_init(), gsl_instr_set_namespace(), gsl_instr_validate(), validate_v_f(), validate_v_i(), validate_v_p(), and validate_v_v().