freebsd-dev/libexec/rtld-elf/arm
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
..
Makefile.inc
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 Annotate arm userspace assembler sources stating their tolerance to 2015-09-29 16:09:58 +00:00