xref: /freebsd-src/tools/build/options/WITH_BIND_NOW (revision e0c4386e7e71d93b0edc0c8fa156263fc4a8b0b6)
1Build all binaries with the
2.Dv DF_BIND_NOW
3flag set to indicate that the run-time loader should perform all relocation
4processing at process startup rather than on demand.
5The combination of the
6.Va BIND_NOW
7and
8.Va RELRO
9options provide "full" Relocation Read-Only (RELRO) support.
10With full RELRO the entire GOT is made read-only after performing relocation at
11startup, avoiding GOT overwrite attacks.
12