Home
last modified time | relevance | path

Searched hist:"31 d62a73c2e6ac0ff413a7a17700ffc7dce254ef" (Results 1 – 18 of 18) sorted by relevance

/freebsd/lib/csu/aarch64/
H A Dcrt.h31d62a73c2e6ac0ff413a7a17700ffc7dce254ef 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 Dcrt.h31d62a73c2e6ac0ff413a7a17700ffc7dce254ef 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 Dcrt.h31d62a73c2e6ac0ff413a7a17700ffc7dce254ef 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 Dcrt.h31d62a73c2e6ac0ff413a7a17700ffc7dce254ef 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 DMakefile.inc31d62a73c2e6ac0ff413a7a17700ffc7dce254ef 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 Dinit_test.c31d62a73c2e6ac0ff413a7a17700ffc7dce254ef 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 DMakefile.tests31d62a73c2e6ac0ff413a7a17700ffc7dce254ef 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 Dcxx_constructors.cc31d62a73c2e6ac0ff413a7a17700ffc7dce254ef 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 DMakefile31d62a73c2e6ac0ff413a7a17700ffc7dce254ef 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 Dfini_test.c31d62a73c2e6ac0ff413a7a17700ffc7dce254ef 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 DMakefile31d62a73c2e6ac0ff413a7a17700ffc7dce254ef 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 DMakefile31d62a73c2e6ac0ff413a7a17700ffc7dce254ef 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 Dcrtend.cdiff 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 Dcrtbegin.cdiff 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 DMakefilediff 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 DMakefile.incdiff 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 DMakefilediff 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 Dsrc.opts.mkdiff 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