Home
last modified time | relevance | path

Searched defs:elf_file (Results 1 – 1 of 1) sorted by relevance

/bootable/libbootloader/gbl/libelf/
Delf_static_relocation_checker.cpp32 std::ifstream elf_file(file_name, std::ios::binary | std::ios::ate); in ReadFile() local
64 std::vector<uint8_t> elf_file = ReadFile(argv[1]); in main() local