freebsd-dev/libexec/rtld-elf/aarch64
Konstantin Belousov e35ddbe448 Implement LD_BIND_NOT knob for rtld.
From the manpage:
When set to a nonempty string, prevents modifications of the PLT slots
when doing bindings.  As result, each call of the PLT-resolved
function is resolved.  In combination with debug output, this provides
complete account of all bind actions at runtime.

Same feature exists on Linux and Solaris.

Sponsored by:	The FreeBSD Foundation
MFC after:	2 weeks
2017-03-15 21:11:57 +00:00
..
reloc.c Implement LD_BIND_NOT knob for rtld. 2017-03-15 21:11:57 +00:00
rtld_machdep.h Implement LD_BIND_NOT knob for rtld. 2017-03-15 21:11:57 +00:00
rtld_start.S Remove the compat code to handle the kernel passing us an unalinged 2016-01-13 15:54:17 +00:00