#include "linker.h"
#include <lib/message/message.h>
#include "classinfo.h"
#include <lib/tl/sort.h>
#include <lib/tl/binsearch.h>
#include <lib/lex/strtreedump.h>
#include <lib/message/manager.h>
#include <lib/message/handler_console.h>
#include <vm/input/tasm/tasm-file.h>
Include dependency graph for linker.cc:
Go to the source code of this file.
Namespaces | |
namespace | VM |
Functions | |
int | _DoParseFile (const char *file, VM::AssemblerFile_Plaintext *asmfile, uint32 cnt) |
int | main (int argc, char **arg) |
|
Definition at line 1623 of file linker.cc. References Error(), SError::msg(), VM::AssemblerFile_Plaintext::ParseFile(), TLString::str(), and uint32. Referenced by main(). |
|
Definition at line 1641 of file linker.cc. References _DoParseFile(), VM::VMLinker::AddFile(), MessageManager::cleanup(), DELETE(), MessageManager::init(), VM::VMLinker::LinkAll(), and VM::AssemblerFile::WriteFile(). |