Searched refs:fctl0 (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/amd64/amd64/ |
H A D | elf_machdep.c | 169 const int32_t *osrel __unused, const uint32_t *fctl0) in freebsd_brand_info_la57_img_compat() argument 173 if (fctl0 == NULL || (*fctl0 & NT_FREEBSD_FCTL_LA48) != 0) in freebsd_brand_info_la57_img_compat()
|
/freebsd/sys/kern/ |
H A D | imgact_elf.c | 88 const char *interp, int32_t *osrel, uint32_t *fctl0); 100 uint32_t *fctl0); 338 int32_t *osrel, uint32_t *fctl0) in __elfN() 365 *fctl0 = 0; in __elfN() 368 &has_fctl0, fctl0); in __elfN() 372 has_fctl0 ? fctl0 : NULL); in __elfN() 1111 uint32_t fctl0; in __CONCAT() local 1146 fctl0 = 0; in __CONCAT() 1232 brand_info = __elfN(get_brandinfo)(imgp, interp, &osrel, &fctl0); in __CONCAT() 1252 (fctl0 & NT_FREEBSD_FCTL_ASLR_DISABLE) != 0) in __CONCAT() [all …]
|
/freebsd/sys/powerpc/powerpc/ |
H A D | elf64_machdep.c | 225 const int32_t *osrel __unused, const uint32_t *fctl0 __unused) in ppc64_elfv1_header_match() 235 const int32_t *osrel __unused, const uint32_t *fctl0 __unused) in ppc64_elfv2_header_match()
|
/freebsd/sys/arm/arm/ |
H A D | elf_machdep.c | 125 const int32_t *osrel __unused, const uint32_t *fctl0 __unused) in elf32_arm_abi_supported()
|
/freebsd/sys/arm64/arm64/ |
H A D | elf32_machdep.c | 171 const int32_t *osrel __unused, const uint32_t *fctl0 __unused) in elf32_arm_abi_supported()
|
/freebsd/libexec/rtld-elf/ |
H A D | rtld.h | 225 uint32_t fctl0; /* FEATURE_CONTROL note desc[0] value */ member
|
H A D | rtld.c | 1763 obj->fctl0 = *(const uint32_t *)(p); in digest_notes() 1764 dbg("note fctl0 %#x", obj->fctl0); in digest_notes()
|