#include <opjitconv.h>
Data Fields | |
struct jitentry * | next |
unsigned long long | vma |
void const * | code |
int | code_size |
char * | symbol_name |
int | sym_name_malloced |
unsigned long long | life_start |
unsigned long long | life_end |
asection * | section |
Definition at line 41 of file opjitconv.h.
void const* jitentry::code |
Definition at line 47 of file opjitconv.h.
Referenced by fill_text_section_content(), parse_code_load(), and split_entry().
Definition at line 49 of file opjitconv.h.
Referenced by create_text_section(), eliminate_overlaps(), fill_text_section_content(), handle_overlap_region(), parse_code_load(), partition_sections(), scan_overlaps(), and split_entry().
unsigned long long jitentry::life_end |
Definition at line 58 of file opjitconv.h.
Referenced by eliminate_overlaps(), handle_overlap_region(), invalidate_earlybirds(), parse_code_load(), parse_code_unload(), select_one(), and split_entry().
unsigned long long jitentry::life_start |
Definition at line 56 of file opjitconv.h.
Referenced by eliminate_overlaps(), handle_overlap_region(), parse_code_load(), select_one(), and split_entry().
struct jitentry* jitentry::next [read] |
Definition at line 43 of file opjitconv.h.
Referenced by count_entries(), fill_entry_array(), free_jit_records(), parse_code_load(), and parse_code_unload().
asection* jitentry::section |
Definition at line 61 of file opjitconv.h.
Referenced by create_section(), create_text_section(), fill_sections(), fill_symtab(), and parse_code_load().
Definition at line 54 of file opjitconv.h.
Referenced by disambiguate_symbol_names(), free_jit_records(), handle_overlap_region(), parse_code_load(), and split_entry().
char* jitentry::symbol_name |
Definition at line 52 of file opjitconv.h.
Referenced by cmp_symbolname(), disambiguate_symbol_names(), fill_symtab(), fill_text_section_content(), free_jit_records(), handle_overlap_region(), invalidate_entry(), parse_code_load(), and split_entry().
unsigned long long jitentry::vma |
Definition at line 45 of file opjitconv.h.
Referenced by cmp_address(), create_text_section(), eliminate_overlaps(), fill_symtab(), fill_text_section_content(), handle_overlap_region(), invalidate_entry(), parse_code_load(), parse_code_unload(), partition_sections(), resort_address(), scan_overlaps(), and split_entry().