/freebsd/lib/csu/aarch64/ |
H A D | crt.h | 31d62a73c2e6ac0ff413a7a17700ffc7dce254ef Thu Oct 25 19:39:41 CEST 2018 Andrew Turner <andrew@FreeBSD.org> Implement a BSD licensed crtbegin/crtend
These are needed for .ctors/.dtors and .jcr handling. The former needs all the function pointers to be called in the correct order from the .init/.fini section. The latter just needs to call a gcj specific function if it exists with a pointer to the start of the .jcr section.
This is currently disabled until __dso_handle support is added.
Reviewed by: emaste MFC after: 1 month Sponsored by: DARPA, AFRL Differential Revision: https://reviews.freebsd.org/D17587
|
/freebsd/lib/csu/amd64/ |
H A D | crt.h | 31d62a73c2e6ac0ff413a7a17700ffc7dce254ef Thu Oct 25 19:39:41 CEST 2018 Andrew Turner <andrew@FreeBSD.org> Implement a BSD licensed crtbegin/crtend
These are needed for .ctors/.dtors and .jcr handling. The former needs all the function pointers to be called in the correct order from the .init/.fini section. The latter just needs to call a gcj specific function if it exists with a pointer to the start of the .jcr section.
This is currently disabled until __dso_handle support is added.
Reviewed by: emaste MFC after: 1 month Sponsored by: DARPA, AFRL Differential Revision: https://reviews.freebsd.org/D17587
|
/freebsd/lib/csu/i386/ |
H A D | crt.h | 31d62a73c2e6ac0ff413a7a17700ffc7dce254ef Thu Oct 25 19:39:41 CEST 2018 Andrew Turner <andrew@FreeBSD.org> Implement a BSD licensed crtbegin/crtend
These are needed for .ctors/.dtors and .jcr handling. The former needs all the function pointers to be called in the correct order from the .init/.fini section. The latter just needs to call a gcj specific function if it exists with a pointer to the start of the .jcr section.
This is currently disabled until __dso_handle support is added.
Reviewed by: emaste MFC after: 1 month Sponsored by: DARPA, AFRL Differential Revision: https://reviews.freebsd.org/D17587
|
/freebsd/lib/csu/powerpc64/ |
H A D | crt.h | 31d62a73c2e6ac0ff413a7a17700ffc7dce254ef Thu Oct 25 19:39:41 CEST 2018 Andrew Turner <andrew@FreeBSD.org> Implement a BSD licensed crtbegin/crtend
These are needed for .ctors/.dtors and .jcr handling. The former needs all the function pointers to be called in the correct order from the .init/.fini section. The latter just needs to call a gcj specific function if it exists with a pointer to the start of the .jcr section.
This is currently disabled until __dso_handle support is added.
Reviewed by: emaste MFC after: 1 month Sponsored by: DARPA, AFRL Differential Revision: https://reviews.freebsd.org/D17587
|
/freebsd/lib/csu/tests/ |
H A D | Makefile.inc | 31d62a73c2e6ac0ff413a7a17700ffc7dce254ef Thu Oct 25 19:39:41 CEST 2018 Andrew Turner <andrew@FreeBSD.org> Implement a BSD licensed crtbegin/crtend
These are needed for .ctors/.dtors and .jcr handling. The former needs all the function pointers to be called in the correct order from the .init/.fini section. The latter just needs to call a gcj specific function if it exists with a pointer to the start of the .jcr section.
This is currently disabled until __dso_handle support is added.
Reviewed by: emaste MFC after: 1 month Sponsored by: DARPA, AFRL Differential Revision: https://reviews.freebsd.org/D17587
|
H A D | init_test.c | 31d62a73c2e6ac0ff413a7a17700ffc7dce254ef Thu Oct 25 19:39:41 CEST 2018 Andrew Turner <andrew@FreeBSD.org> Implement a BSD licensed crtbegin/crtend
These are needed for .ctors/.dtors and .jcr handling. The former needs all the function pointers to be called in the correct order from the .init/.fini section. The latter just needs to call a gcj specific function if it exists with a pointer to the start of the .jcr section.
This is currently disabled until __dso_handle support is added.
Reviewed by: emaste MFC after: 1 month Sponsored by: DARPA, AFRL Differential Revision: https://reviews.freebsd.org/D17587
|
H A D | Makefile.tests | 31d62a73c2e6ac0ff413a7a17700ffc7dce254ef Thu Oct 25 19:39:41 CEST 2018 Andrew Turner <andrew@FreeBSD.org> Implement a BSD licensed crtbegin/crtend
These are needed for .ctors/.dtors and .jcr handling. The former needs all the function pointers to be called in the correct order from the .init/.fini section. The latter just needs to call a gcj specific function if it exists with a pointer to the start of the .jcr section.
This is currently disabled until __dso_handle support is added.
Reviewed by: emaste MFC after: 1 month Sponsored by: DARPA, AFRL Differential Revision: https://reviews.freebsd.org/D17587
|
H A D | cxx_constructors.cc | 31d62a73c2e6ac0ff413a7a17700ffc7dce254ef Thu Oct 25 19:39:41 CEST 2018 Andrew Turner <andrew@FreeBSD.org> Implement a BSD licensed crtbegin/crtend
These are needed for .ctors/.dtors and .jcr handling. The former needs all the function pointers to be called in the correct order from the .init/.fini section. The latter just needs to call a gcj specific function if it exists with a pointer to the start of the .jcr section.
This is currently disabled until __dso_handle support is added.
Reviewed by: emaste MFC after: 1 month Sponsored by: DARPA, AFRL Differential Revision: https://reviews.freebsd.org/D17587
|
H A D | Makefile | 31d62a73c2e6ac0ff413a7a17700ffc7dce254ef Thu Oct 25 19:39:41 CEST 2018 Andrew Turner <andrew@FreeBSD.org> Implement a BSD licensed crtbegin/crtend
These are needed for .ctors/.dtors and .jcr handling. The former needs all the function pointers to be called in the correct order from the .init/.fini section. The latter just needs to call a gcj specific function if it exists with a pointer to the start of the .jcr section.
This is currently disabled until __dso_handle support is added.
Reviewed by: emaste MFC after: 1 month Sponsored by: DARPA, AFRL Differential Revision: https://reviews.freebsd.org/D17587
|
H A D | fini_test.c | 31d62a73c2e6ac0ff413a7a17700ffc7dce254ef Thu Oct 25 19:39:41 CEST 2018 Andrew Turner <andrew@FreeBSD.org> Implement a BSD licensed crtbegin/crtend
These are needed for .ctors/.dtors and .jcr handling. The former needs all the function pointers to be called in the correct order from the .init/.fini section. The latter just needs to call a gcj specific function if it exists with a pointer to the start of the .jcr section.
This is currently disabled until __dso_handle support is added.
Reviewed by: emaste MFC after: 1 month Sponsored by: DARPA, AFRL Differential Revision: https://reviews.freebsd.org/D17587
|
/freebsd/lib/csu/tests/static/ |
H A D | Makefile | 31d62a73c2e6ac0ff413a7a17700ffc7dce254ef Thu Oct 25 19:39:41 CEST 2018 Andrew Turner <andrew@FreeBSD.org> Implement a BSD licensed crtbegin/crtend
These are needed for .ctors/.dtors and .jcr handling. The former needs all the function pointers to be called in the correct order from the .init/.fini section. The latter just needs to call a gcj specific function if it exists with a pointer to the start of the .jcr section.
This is currently disabled until __dso_handle support is added.
Reviewed by: emaste MFC after: 1 month Sponsored by: DARPA, AFRL Differential Revision: https://reviews.freebsd.org/D17587
|
/freebsd/lib/csu/tests/dynamic/ |
H A D | Makefile | 31d62a73c2e6ac0ff413a7a17700ffc7dce254ef Thu Oct 25 19:39:41 CEST 2018 Andrew Turner <andrew@FreeBSD.org> Implement a BSD licensed crtbegin/crtend
These are needed for .ctors/.dtors and .jcr handling. The former needs all the function pointers to be called in the correct order from the .init/.fini section. The latter just needs to call a gcj specific function if it exists with a pointer to the start of the .jcr section.
This is currently disabled until __dso_handle support is added.
Reviewed by: emaste MFC after: 1 month Sponsored by: DARPA, AFRL Differential Revision: https://reviews.freebsd.org/D17587
|
/freebsd/lib/csu/common/ |
H A D | crtend.c | diff 31d62a73c2e6ac0ff413a7a17700ffc7dce254ef Thu Oct 25 19:39:41 CEST 2018 Andrew Turner <andrew@FreeBSD.org> Implement a BSD licensed crtbegin/crtend
These are needed for .ctors/.dtors and .jcr handling. The former needs all the function pointers to be called in the correct order from the .init/.fini section. The latter just needs to call a gcj specific function if it exists with a pointer to the start of the .jcr section.
This is currently disabled until __dso_handle support is added.
Reviewed by: emaste MFC after: 1 month Sponsored by: DARPA, AFRL Differential Revision: https://reviews.freebsd.org/D17587
|
H A D | crtbegin.c | diff 31d62a73c2e6ac0ff413a7a17700ffc7dce254ef Thu Oct 25 19:39:41 CEST 2018 Andrew Turner <andrew@FreeBSD.org> Implement a BSD licensed crtbegin/crtend
These are needed for .ctors/.dtors and .jcr handling. The former needs all the function pointers to be called in the correct order from the .init/.fini section. The latter just needs to call a gcj specific function if it exists with a pointer to the start of the .jcr section.
This is currently disabled until __dso_handle support is added.
Reviewed by: emaste MFC after: 1 month Sponsored by: DARPA, AFRL Differential Revision: https://reviews.freebsd.org/D17587
|
/freebsd/lib/csu/ |
H A D | Makefile | diff 31d62a73c2e6ac0ff413a7a17700ffc7dce254ef Thu Oct 25 19:39:41 CEST 2018 Andrew Turner <andrew@FreeBSD.org> Implement a BSD licensed crtbegin/crtend
These are needed for .ctors/.dtors and .jcr handling. The former needs all the function pointers to be called in the correct order from the .init/.fini section. The latter just needs to call a gcj specific function if it exists with a pointer to the start of the .jcr section.
This is currently disabled until __dso_handle support is added.
Reviewed by: emaste MFC after: 1 month Sponsored by: DARPA, AFRL Differential Revision: https://reviews.freebsd.org/D17587
|
H A D | Makefile.inc | diff 31d62a73c2e6ac0ff413a7a17700ffc7dce254ef Thu Oct 25 19:39:41 CEST 2018 Andrew Turner <andrew@FreeBSD.org> Implement a BSD licensed crtbegin/crtend
These are needed for .ctors/.dtors and .jcr handling. The former needs all the function pointers to be called in the correct order from the .init/.fini section. The latter just needs to call a gcj specific function if it exists with a pointer to the start of the .jcr section.
This is currently disabled until __dso_handle support is added.
Reviewed by: emaste MFC after: 1 month Sponsored by: DARPA, AFRL Differential Revision: https://reviews.freebsd.org/D17587
|
/freebsd/gnu/lib/ |
H A D | Makefile | diff 31d62a73c2e6ac0ff413a7a17700ffc7dce254ef Thu Oct 25 19:39:41 CEST 2018 Andrew Turner <andrew@FreeBSD.org> Implement a BSD licensed crtbegin/crtend
These are needed for .ctors/.dtors and .jcr handling. The former needs all the function pointers to be called in the correct order from the .init/.fini section. The latter just needs to call a gcj specific function if it exists with a pointer to the start of the .jcr section.
This is currently disabled until __dso_handle support is added.
Reviewed by: emaste MFC after: 1 month Sponsored by: DARPA, AFRL Differential Revision: https://reviews.freebsd.org/D17587
|
/freebsd/share/mk/ |
H A D | src.opts.mk | diff 31d62a73c2e6ac0ff413a7a17700ffc7dce254ef Thu Oct 25 19:39:41 CEST 2018 Andrew Turner <andrew@FreeBSD.org> Implement a BSD licensed crtbegin/crtend
These are needed for .ctors/.dtors and .jcr handling. The former needs all the function pointers to be called in the correct order from the .init/.fini section. The latter just needs to call a gcj specific function if it exists with a pointer to the start of the .jcr section.
This is currently disabled until __dso_handle support is added.
Reviewed by: emaste MFC after: 1 month Sponsored by: DARPA, AFRL Differential Revision: https://reviews.freebsd.org/D17587
|