Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/kern/
Dimgact_elf.c91 const char *interp, int32_t *osrel, uint32_t *fctl0);
101 Elf_Brandnote *checknote, int32_t *osrel, uint32_t *fctl0);
304 int32_t *osrel, uint32_t *fctl0) in __elfN()
331 fctl0); in __elfN()
1067 uint32_t fctl0; in __CONCAT() local
1102 fctl0 = 0; in __CONCAT()
1162 brand_info = __elfN(get_brandinfo)(imgp, interp, &osrel, &fctl0); in __CONCAT()
1183 (fctl0 & NT_FREEBSD_FCTL_ASLR_DISABLE) != 0) in __CONCAT()
1221 (fctl0 & NT_FREEBSD_FCTL_ASLR_DISABLE) != 0) { in __CONCAT()
1329 imgp->proc->p_fctl0 = fctl0; in __CONCAT()
[all …]
/freebsd-12-stable/libexec/rtld-elf/
Drtld.h240 uint32_t fctl0; /* FEATURE_CONTROL note desc[0] value */ member
Drtld.c1563 obj->fctl0 = *(const uint32_t *)(p); in digest_notes()
1564 dbg("note fctl0 %#x", obj->fctl0); in digest_notes()