Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dimgact_elf.c99 Elf_Brandnote *checknote, int32_t *osrel, bool *has_fctl0,
342 bool ret, has_fctl0; in __elfN() local
364 has_fctl0 = false; in __elfN()
368 &has_fctl0, fctl0); in __elfN()
372 has_fctl0 ? fctl0 : NULL); in __elfN()
2880 bool *has_fctl0; member
2895 *arg->has_fctl0 = true; in note_fctl_cb()
2909 int32_t *osrel, bool *has_fctl0, uint32_t *fctl0) in __elfN()
2921 f_arg.has_fctl0 = has_fctl0; in __elfN()