reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lld/ELF/SyntheticSections.cpp
 1065       if (p.first == nullptr && !config->isPic)
 1066         write(p.second, nullptr, 1);
 1067       else if (p.first && !p.first->isPreemptible) {
 1067       else if (p.first && !p.first->isPreemptible) {
 1072           write(p.second, nullptr, 1);
 1073         write(p.second + 1, p.first, -0x8000);
 1073         write(p.second + 1, p.first, -0x8000);