Searched refs:elf_file (Results 1 - 10 of 10) sorted by relevance

/seL4-l4v-master/graph-refine/graph-to-graph/
H A Delf_parser.py7 from elf_file import *
H A Dreconstruct.py16 from elf_file import elfFile
36 global elf_file
161 elf_file],
386 elf_file = elf_file_name
476 print "Usage: reconstruct [OPTION] <dir_name> sol_file map elf_file"
487 elf_file = argv[4] variable
H A Dbench.py8 import elf_file namespace
H A Dcall_graph_utils.py10 from elf_file import elfFile, isSpecIns
H A Ddot_utils.py8 from elf_file import *
H A Dimm_utils.py9 from elf_file import elfFile
H A Dconflict.py12 from elf_file import elfFile
H A Delf_correlate.py19 from elf_file import *
/seL4-l4v-master/seL4/src/arch/x86/kernel/
H A Dboot_sys.c84 Elf_Header_t *elf_file = (Elf_Header_t *)boot_module_start; local
86 if (!elf_checkFile(elf_file)) {
91 v_reg = elf_getMemoryBounds(elf_file);
92 entry = elf_file->e_entry;
141 elf_load(elf_file, boot_state.ui_info.pv_offset);
/seL4-l4v-master/graph-refine/graph-to-graph/chronos/
H A Demitter.py12 from elf_file import elfFile, rawVals

Completed in 54 milliseconds