#include <stdio.h>#include <stdlib.h>#include <assert.h>#include <string.h>#include <algorithm>#include "common/h/Timer.h"#include "common/h/debugOstream.h"#include "common/h/serialize.h"#include "common/h/pathName.h"#include "Serialization.h"#include "Symtab.h"#include "Symbol.h"#include "Module.h"#include "Collections.h"#include "Function.h"#include "Variable.h"#include "symtabAPI/src/Object.h"#include "boost/tuple/tuple.hpp"Go to the source code of this file.
Functions | |
| static Symbol | deletedSymbol (std::string("DeletedSymbol"), Symbol::ST_DELETED, Symbol::SL_UNKNOWN, Symbol::SV_UNKNOWN, 0) |
| static Symbol deletedSymbol | ( | std:: | string"DeletedSymbol", | |
| Symbol::ST_DELETED | , | |||
| Symbol::SL_UNKNOWN | , | |||
| Symbol::SV_UNKNOWN | , | |||
| 0 | ||||
| ) | [static] |
Referenced by Dyninst::SymtabAPI::Symtab::deleteSymbolFromIndices().
1.6.1