/freebsd/libexec/rtld-elf/ |
H A D | rtld_tls.h | diff 0c4f9ecde30ac34f0f849a31244158bd149bdac0 Sun Mar 29 20:53:21 CEST 2015 Konstantin Belousov <kib@FreeBSD.org> Change compiler setting to make default visibility of the symbols for rtld on x86 to be hidden. This is a micro-optimization, which allows intrinsic references inside rtld to be handled without indirection through PLT. The visibility of rtld symbols for other objects in the symbol namespace is controlled by a version script.
Reviewed by: kan, jilles Sponsored by: The FreeBSD Foundation MFC after: 2 weeks
|
H A D | rtld_lock.h | diff 0c4f9ecde30ac34f0f849a31244158bd149bdac0 Sun Mar 29 20:53:21 CEST 2015 Konstantin Belousov <kib@FreeBSD.org> Change compiler setting to make default visibility of the symbols for rtld on x86 to be hidden. This is a micro-optimization, which allows intrinsic references inside rtld to be handled without indirection through PLT. The visibility of rtld symbols for other objects in the symbol namespace is controlled by a version script.
Reviewed by: kan, jilles Sponsored by: The FreeBSD Foundation MFC after: 2 weeks
|
H A D | Makefile | diff 0c4f9ecde30ac34f0f849a31244158bd149bdac0 Sun Mar 29 20:53:21 CEST 2015 Konstantin Belousov <kib@FreeBSD.org> Change compiler setting to make default visibility of the symbols for rtld on x86 to be hidden. This is a micro-optimization, which allows intrinsic references inside rtld to be handled without indirection through PLT. The visibility of rtld symbols for other objects in the symbol namespace is controlled by a version script.
Reviewed by: kan, jilles Sponsored by: The FreeBSD Foundation MFC after: 2 weeks
|
H A D | rtld.h | diff 0c4f9ecde30ac34f0f849a31244158bd149bdac0 Sun Mar 29 20:53:21 CEST 2015 Konstantin Belousov <kib@FreeBSD.org> Change compiler setting to make default visibility of the symbols for rtld on x86 to be hidden. This is a micro-optimization, which allows intrinsic references inside rtld to be handled without indirection through PLT. The visibility of rtld symbols for other objects in the symbol namespace is controlled by a version script.
Reviewed by: kan, jilles Sponsored by: The FreeBSD Foundation MFC after: 2 weeks
|
H A D | rtld.c | diff 0c4f9ecde30ac34f0f849a31244158bd149bdac0 Sun Mar 29 20:53:21 CEST 2015 Konstantin Belousov <kib@FreeBSD.org> Change compiler setting to make default visibility of the symbols for rtld on x86 to be hidden. This is a micro-optimization, which allows intrinsic references inside rtld to be handled without indirection through PLT. The visibility of rtld symbols for other objects in the symbol namespace is controlled by a version script.
Reviewed by: kan, jilles Sponsored by: The FreeBSD Foundation MFC after: 2 weeks
|
/freebsd/libexec/rtld-elf/i386/ |
H A D | rtld_start.S | diff 0c4f9ecde30ac34f0f849a31244158bd149bdac0 Sun Mar 29 20:53:21 CEST 2015 Konstantin Belousov <kib@FreeBSD.org> Change compiler setting to make default visibility of the symbols for rtld on x86 to be hidden. This is a micro-optimization, which allows intrinsic references inside rtld to be handled without indirection through PLT. The visibility of rtld symbols for other objects in the symbol namespace is controlled by a version script.
Reviewed by: kan, jilles Sponsored by: The FreeBSD Foundation MFC after: 2 weeks
|
H A D | reloc.c | diff 0c4f9ecde30ac34f0f849a31244158bd149bdac0 Sun Mar 29 20:53:21 CEST 2015 Konstantin Belousov <kib@FreeBSD.org> Change compiler setting to make default visibility of the symbols for rtld on x86 to be hidden. This is a micro-optimization, which allows intrinsic references inside rtld to be handled without indirection through PLT. The visibility of rtld symbols for other objects in the symbol namespace is controlled by a version script.
Reviewed by: kan, jilles Sponsored by: The FreeBSD Foundation MFC after: 2 weeks
|
/freebsd/libexec/rtld-elf/amd64/ |
H A D | rtld_start.S | diff 0c4f9ecde30ac34f0f849a31244158bd149bdac0 Sun Mar 29 20:53:21 CEST 2015 Konstantin Belousov <kib@FreeBSD.org> Change compiler setting to make default visibility of the symbols for rtld on x86 to be hidden. This is a micro-optimization, which allows intrinsic references inside rtld to be handled without indirection through PLT. The visibility of rtld symbols for other objects in the symbol namespace is controlled by a version script.
Reviewed by: kan, jilles Sponsored by: The FreeBSD Foundation MFC after: 2 weeks
|
H A D | reloc.c | diff 0c4f9ecde30ac34f0f849a31244158bd149bdac0 Sun Mar 29 20:53:21 CEST 2015 Konstantin Belousov <kib@FreeBSD.org> Change compiler setting to make default visibility of the symbols for rtld on x86 to be hidden. This is a micro-optimization, which allows intrinsic references inside rtld to be handled without indirection through PLT. The visibility of rtld symbols for other objects in the symbol namespace is controlled by a version script.
Reviewed by: kan, jilles Sponsored by: The FreeBSD Foundation MFC after: 2 weeks
|