Lines Matching refs:fctl0
89 const char *interp, int32_t *osrel, uint32_t *fctl0);
101 uint32_t *fctl0);
339 int32_t *osrel, uint32_t *fctl0) in __elfN()
366 *fctl0 = 0; in __elfN()
369 &has_fctl0, fctl0); in __elfN()
373 has_fctl0 ? fctl0 : NULL); in __elfN()
1112 uint32_t fctl0; in __CONCAT() local
1147 fctl0 = 0; in __CONCAT()
1233 brand_info = __elfN(get_brandinfo)(imgp, interp, &osrel, &fctl0); in __CONCAT()
1253 (fctl0 & NT_FREEBSD_FCTL_ASLR_DISABLE) != 0) in __CONCAT()
1292 (fctl0 & NT_FREEBSD_FCTL_ASLR_DISABLE) != 0) { in __CONCAT()
1314 if ((!__elfN(allow_wx) && (fctl0 & NT_FREEBSD_FCTL_WXNEEDED) == 0 && in __CONCAT()
1430 imgp->proc->p_fctl0 = fctl0; in __CONCAT()
2888 uint32_t *fctl0; member
2903 *arg->fctl0 = desc[0]; in note_fctl_cb()
2916 int32_t *osrel, bool *has_fctl0, uint32_t *fctl0) in __elfN()
2929 f_arg.fctl0 = fctl0; in __elfN()