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

References

tools/lld/ELF/Writer.cpp
 2095     if (sec->partition != partNo || !needsPtLoad(sec))
 2095     if (sec->partition != partNo || !needsPtLoad(sec))
 2097     if (isRelroSection(sec)) {
 2100         relRo->add(sec);
 2102         error("section: " + sec->name + " is not contiguous with other relro" +
 2106       relroEnd = sec;