Searched refs:e_flags (Results 1 – 8 of 8) sorted by relevance
85 int e_flags; member367 epoch->e_flags = flags; in epoch_alloc()445 MPASS(epoch->e_flags & EPOCH_PREEMPT); in _epoch_enter_preempt()501 MPASS(epoch->e_flags & EPOCH_PREEMPT); in _epoch_exit_preempt()693 MPASS(epoch->e_flags & EPOCH_PREEMPT); in epoch_wait_preempt()694 if ((epoch->e_flags & EPOCH_LOCKED) == 0) in epoch_wait_preempt()747 MPASS(epoch->e_flags == 0); in epoch_wait()830 MPASS((epoch->e_flags & EPOCH_PREEMPT) != 0); in in_epoch_verbose_preempt()884 if ((epoch->e_flags & EPOCH_PREEMPT) != 0) in in_epoch_verbose()
314 ehdr.e_flags = 0; in dumpsys_generic()
1331 elf_auxargs->hdr_eflags = hdr->e_flags; in __CONCAT()1339 imgp->proc->p_elf_flags = hdr->e_flags; in __CONCAT()1979 ehdr->e_flags = td->td_proc->p_elf_flags; in __elfN()
142 if (EF_ARM_EABI_VERSION(hdr->e_flags) < EF_ARM_EABI_FREEBSD_MIN) { in elf32_arm_abi_supported()146 EF_ARM_EABI_VERSION(hdr->e_flags), in elf32_arm_abi_supported()
129 if (EF_ARM_EABI_VERSION(hdr->e_flags) < EF_ARM_EABI_FREEBSD_MIN) { in elf32_arm_abi_supported()132 EF_ARM_EABI_VERSION(hdr->e_flags), imgp->args->fname); in elf32_arm_abi_supported()
65 Elf32_Word e_flags; /* Architecture-specific flags. */ member
74 Elf64_Word e_flags; /* Architecture-specific flags. */ member
158 hdr->e_flags = TO_NATIVE(endian, 32, hdr->e_flags); in parse_elf()