Home
last modified time | relevance | path

Searched refs:fctl0 (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/amd64/amd64/
H A Delf_machdep.c169 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 Dimgact_elf.c100 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()
1423 imgp->proc->p_fctl0 = fctl0; in __CONCAT()
2821 uint32_t *fctl0; member
2836 *arg->fctl0 = desc[0]; in note_fctl_cb()
[all …]
/freebsd/sys/powerpc/powerpc/
H A Delf64_machdep.c225 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 Delf_machdep.c125 const int32_t *osrel __unused, const uint32_t *fctl0 __unused) in elf32_arm_abi_supported()
/freebsd/sys/arm64/arm64/
H A Delf32_machdep.c171 const int32_t *osrel __unused, const uint32_t *fctl0 __unused) in elf32_arm_abi_supported()
/freebsd/libexec/rtld-elf/
H A Drtld.h228 uint32_t fctl0; /* FEATURE_CONTROL note desc[0] value */ member
H A Drtld.c1749 obj->fctl0 = *(const uint32_t *)(p); in digest_notes()
1750 dbg("note fctl0 %#x", obj->fctl0); in digest_notes()