Home
last modified time | relevance | path

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

/freebsd/lib/libthr/thread/
H A Dthr_sig.c155 fast_sigblock = (bsdflags & ELF_BSDF_SIGFASTBLK) != 0; in _thr_signal_block_check_fast()
/freebsd/sys/sys/
H A Delf_common.h1684 #define ELF_BSDF_SIGFASTBLK 0x0001 /* Kernel supports fast sigblock */ macro
/freebsd/sys/kern/
H A Dimgact_elf.c1491 bsdflags |= __elfN(sigfastblock) ? ELF_BSDF_SIGFASTBLK : 0; in __elfN()
/freebsd/libexec/rtld-elf/
H A Drtld.c575 (aux_info[AT_BSDFLAGS]->a_un.a_val & ELF_BSDF_SIGFASTBLK) != 0) in _rtld()