reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1328 W.printBinary("Name", Name, Section->Name); 1329 W.printHex ("VirtualSize", Section->VirtualSize); 1330 W.printHex ("VirtualAddress", Section->VirtualAddress); 1331 W.printNumber("RawDataSize", Section->SizeOfRawData); 1332 W.printHex ("PointerToRawData", Section->PointerToRawData); 1333 W.printHex ("PointerToRelocations", Section->PointerToRelocations); 1334 W.printHex ("PointerToLineNumbers", Section->PointerToLinenumbers); 1335 W.printNumber("RelocationCount", Section->NumberOfRelocations); 1336 W.printNumber("LineNumberCount", Section->NumberOfLinenumbers); 1337 W.printFlags ("Characteristics", Section->Characteristics, 1358 !(Section->Characteristics & COFF::IMAGE_SCN_CNT_UNINITIALIZED_DATA)) {