Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__pstl/internal/
H A Dglue_algorithm_impl.h
H A Dglue_algorithm_defs.h
H A Dglue_memory_impl.h
H A Dglue_numeric_impl.h
H A Dglue_memory_defs.h
H A Dglue_numeric_defs.h
H A Dalgorithm_impl.h
H A Dnumeric_impl.h
/freebsd/stand/i386/btx/lib/
H A Dbtxsys.S24 .global __exec
37 __exec: movl $0x1,%eax # BTX system label
H A Dbtxv86.h72 void __exec(caddr_t, ...);
/freebsd/contrib/llvm-project/libcxx/src/
H A Dregex.cpp356 void __match_any_but_newline<char>::__exec(__state& __s) const { in __exec() function in __match_any_but_newline
377 void __match_any_but_newline<wchar_t>::__exec(__state& __s) const { in __exec() function in __match_any_but_newline
/freebsd/stand/i386/libi386/
H A Delf32_freebsd.c78 __exec((void *)entry, boothowto, bootdev, 0, 0, 0, bootinfop, modulep, kernend); in elf32_exec()
H A Delf64_freebsd.c121 __exec((void *)VTOP(amd64_tramp), modulep, kernend); in elf64_exec()
H A Dmultiboot.c309 __exec((void *)VTOP(multiboot_tramp), (void *)entry, in multiboot_exec()
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/
H A Dregex1345 virtual void __exec(__state&) const {}
1359 _LIBCPP_HIDE_FROM_ABI_VIRTUAL virtual void __exec(__state&) const;
1363 void __end_state<_CharT>::__exec(__state& __s) const {
1408 _LIBCPP_HIDE_FROM_ABI_VIRTUAL virtual void __exec(__state&) const;
1412 void __empty_state<_CharT>::__exec(__state& __s) const {
1428 _LIBCPP_HIDE_FROM_ABI_VIRTUAL virtual void __exec(__state&) const;
1432 void __empty_non_own_state<_CharT>::__exec(__state& __s) const {
1448 _LIBCPP_HIDE_FROM_ABI_VIRTUAL virtual void __exec(__state&) const;
1452 void __repeat_one_loop<_CharT>::__exec(__state& __s) const {
1512 _LIBCPP_HIDE_FROM_ABI_VIRTUAL virtual void __exec(__state& __s) const;
[all …]
/freebsd/contrib/llvm-project/libcxx/include/
H A Dregex1365 virtual void __exec(__state&) const {}
1379 _LIBCPP_HIDE_FROM_ABI_VIRTUAL virtual void __exec(__state&) const;
1383 void __end_state<_CharT>::__exec(__state& __s) const {
1428 _LIBCPP_HIDE_FROM_ABI_VIRTUAL virtual void __exec(__state&) const;
1432 void __empty_state<_CharT>::__exec(__state& __s) const {
1448 _LIBCPP_HIDE_FROM_ABI_VIRTUAL virtual void __exec(__state&) const;
1452 void __empty_non_own_state<_CharT>::__exec(__state& __s) const {
1468 _LIBCPP_HIDE_FROM_ABI_VIRTUAL virtual void __exec(__state&) const;
1472 void __repeat_one_loop<_CharT>::__exec(__state& __s) const {
1532 _LIBCPP_HIDE_FROM_ABI_VIRTUAL virtual void __exec(__state& __s) const;
[all …]
/freebsd/stand/i386/loader/
H A Dchain.c162 __exec((void *)0x600); in command_chain()
/freebsd/stand/i386/gptzfsboot/
H A Dzfsboot.c480 __exec((caddr_t)addr, RB_BOOTINFO | (opts & RBX_MASK), in load()
499 __exec((caddr_t)addr, RB_BOOTINFO | (opts & RBX_MASK), in load()
/freebsd/usr.sbin/bsdconfig/share/
H A Dcommon.subr271 local __p __exec IFS=":" __found=
273 __exec="$__p/$__name"
274 [ -f "$__exec" -a -x "$__exec" ] && __found=1 break
278 setvar "$__var_to_set" "$__exec"
280 echo "$__exec"
/freebsd/stand/i386/isoboot/
H A Disoboot.c415 __exec((caddr_t)addr, RB_BOOTINFO | (opts & RBX_MASK), in load()
/freebsd/stand/i386/boot2/
H A Dboot2.c349 __exec((caddr_t)addr, RB_BOOTINFO | (opts & RBX_MASK), in load()
/freebsd/stand/i386/gptboot/
H A Dgptboot.c487 __exec((caddr_t)addr, RB_BOOTINFO | (opts & RBX_MASK), in load()