Convert a jit dump file to an ELF file. More...
#include <stdlib.h>#include "opjitconv.h"
Functions | |
| int | op_jit_convert (struct op_jitdump_info file_info, char const *elffile, unsigned long long start_time, unsigned long long end_time) |
Convert a jit dump file to an ELF file.
Copyright IBM Corporation 2008
| int op_jit_convert | ( | struct op_jitdump_info | file_info, | |
| char const * | elffile, | |||
| unsigned long long | start_time, | |||
| unsigned long long | end_time | |||
| ) |
References create_arrays(), cur_bfd, disambiguate_symbol_names(), op_jitdump_info::dmp_file, op_jitdump_info::dmp_file_stat, entries_address_ascending, entries_symbols_ascending, entry_count, fill_sections(), finalize_debug_line_info(), init_debug_line_info(), jitentry_debug_line_list, jitentry_list, max_entry_count, OP_JIT_CONV_FAIL, OP_JIT_CONV_NO_JIT_RECS_IN_DUMPFILE, OP_JIT_CONV_OK, open_elf(), parse_all(), partition_sections(), resolve_overlaps(), and syms.
1.6.1