Read Goto Programs. More...
#include "read_goto_binary.h"#include <util/config.h>#include <util/message.h>#include <util/replace_symbol.h>#include <util/tempfile.h>#include <util/unicode.h>#include "elf_reader.h"#include "goto_model.h"#include "link_goto_model.h"#include "osx_fat_reader.h"#include "read_bin_goto_object.h"#include <fstream>Go to the source code of this file.
Read Goto Programs.
Definition in file read_goto_binary.cpp.
Definition at line 185 of file read_goto_binary.cpp.
Read a goto binary from a file, but do not update config.
Definition at line 39 of file read_goto_binary.cpp.
Read a goto binary from a file, but do not update config.
Definition at line 58 of file read_goto_binary.cpp.
reads an object file, and also updates config
Definition at line 264 of file read_goto_binary.cpp.
Reads object files and updates the config if any files were read.
Definition at line 280 of file read_goto_binary.cpp.