Home
last modified time | relevance | path

Searched hist:e12492164aeba4ae8bbb7773037ecff0ddf95923 (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/conf/
H A Dldscript.kmod.amd64diff e12492164aeba4ae8bbb7773037ecff0ddf95923 Wed Sep 16 15:51:47 CEST 2020 Mark Johnston <markj@FreeBSD.org> Move PLTs to the beginning of amd64 kernel modules.

As with .text, the aim is to ensure that executable sections are
segregated from the rest, to avoid creation of writeable and executable
mappings. Recent versions of LLVM emit a PLT in firmware modules.

Reviewed by: kib
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D26444