reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
810 textSec = createSection(".text", code | r | x); 1000 textSec->addChunk(thunk->getChunk()); 1011 textSec->addChunk(c); 1368 if (textSec->getVirtualSize()) { 1369 pe->BaseOfCode = textSec->getRVA(); 1370 pe->SizeOfCode = textSec->getRawSize();