#include <algorithm>#include "../common/h/parseauxv.h"#include "Object.h"#include "Object-nt.h"#include "emitWin.h"#include "Symtab.h"#include <iostream>#include <dbghelp.h>Go to the source code of this file.
Functions | |
| static Region * | getDyninstSection (Symtab *st) |
| static Offset | copy_ILT_or_ALT (unsigned int idtIdx, vector< pair< string, IMAGE_IMPORT_DESCRIPTOR > > &idt, const vector< void * > &iltEntries, const unsigned char *ptrDyn, Offset secOff, Offset ptrToWrite, int addrWidth, bool isILT) |
| static Offset copy_ILT_or_ALT | ( | unsigned int | idtIdx, | |
| vector< pair< string, IMAGE_IMPORT_DESCRIPTOR > > & | idt, | |||
| const vector< void * > & | iltEntries, | |||
| const unsigned char * | ptrDyn, | |||
| Offset | secOff, | |||
| Offset | ptrToWrite, | |||
| int | addrWidth, | |||
| bool | isILT | |||
| ) | [static] |
Definition at line 88 of file emitWin.C.
Referenced by Dyninst::SymtabAPI::emitWin::writeImpTable().
Definition at line 81 of file emitWin.C.
References Dyninst::SymtabAPI::Symtab::getAllRegions().
Referenced by Dyninst::SymtabAPI::emitWin::writeImpTable().
1.6.1