reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
616 if (Sec.Number == -1) 620 if (Sec.Header.PointerToRawData != 0) { 621 assert(W.OS.tell() == Sec.Header.PointerToRawData && 635 if (Sec.Relocations.empty()) { 636 assert(Sec.Header.PointerToRelocations == 0 && 641 assert(W.OS.tell() == Sec.Header.PointerToRelocations && 644 if (Sec.Relocations.size() >= 0xffff) { 648 R.VirtualAddress = Sec.Relocations.size() + 1; 654 for (const auto &Relocation : Sec.Relocations)