Home
last modified time | relevance | path

Searched refs:ld_bind_not (Results 1 – 11 of 11) sorted by relevance

/freebsd-12.1/libexec/rtld-elf/powerpc64/
H A Dreloc.c454 if (ld_bind_not) in reloc_jmpslot()
491 if (!ld_bind_not) in reloc_jmpslot()
/freebsd-12.1/libexec/rtld-elf/mips/
H A Dreloc.c336 if (!ld_bind_not) in _mips_rtld_bind()
742 if (*where != target && !ld_bind_not) in reloc_jmpslot()
/freebsd-12.1/libexec/rtld-elf/
H A Drtld.h368 extern bool ld_bind_not;
H A Drtld.c204 bool ld_bind_not; /* Disable PLT update */ variable
530 ld_bind_not = getenv(_LD("BIND_NOT")) != NULL; in _rtld()
/freebsd-12.1/libexec/rtld-elf/riscv/
H A Dreloc.c231 if (*where != target && !ld_bind_not) in reloc_jmpslot()
/freebsd-12.1/libexec/rtld-elf/amd64/
H A Dreloc.c408 if (!ld_bind_not) in reloc_jmpslot()
/freebsd-12.1/libexec/rtld-elf/i386/
H A Dreloc.c359 if (!ld_bind_not) in reloc_jmpslot()
/freebsd-12.1/libexec/rtld-elf/arm/
H A Dreloc.c471 if (*where != target && !ld_bind_not) in reloc_jmpslot()
/freebsd-12.1/libexec/rtld-elf/aarch64/
H A Dreloc.c327 if (*where != target && !ld_bind_not) in reloc_jmpslot()
/freebsd-12.1/libexec/rtld-elf/powerpc/
H A Dreloc.c483 if (ld_bind_not) in reloc_jmpslot()
/freebsd-12.1/libexec/rtld-elf/sparc64/
H A Dreloc.c589 if (ld_bind_not) { in reloc_jmpslot()