Home
last modified time | relevance | path

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

/third_party/ulib/musl/src/env/
A D__libc_start_main.c100 zx_handle_t bootstrap = (uintptr_t)arg; in __libc_start_main() local
103 zx_status_t status = zxr_message_size(bootstrap, &p.nbytes, &p.nhandles); in __libc_start_main()
112 status = zxr_processargs_read(bootstrap, buffer, p.nbytes, in __libc_start_main()
/third_party/uapp/mkfs-msdosfs/
A Dmkfs_msdos.h38 AOPT('B', const char*, bootstrap, -1, "Bootstrap file") \
A Dmkfs_msdos.c340 if (o.bootstrap) { in mkfs_msdos()
341 bname = o.bootstrap; in mkfs_msdos()
509 if (o.bootstrap && fat == 32 && bpb.bpbBackup != MAXU16 && in mkfs_msdos()
517 if (o.bootstrap && x < bss) { in mkfs_msdos()
571 if (!o.bootstrap) { in mkfs_msdos()
A Dnewfs_msdos.c90 o.bootstrap = optarg; in main()
/third_party/ulib/musl/ldso/
A Ddynlink.c1969 zx_handle_t bootstrap = (uintptr_t)start_arg; in __dls3() local
1972 zx_status_t status = zxr_message_size(bootstrap, &nbytes, &nhandles); in __dls3()
1975 bootstrap, status, _zx_status_get_string(status)); in __dls3()
1984 status = zxr_processargs_read(bootstrap, buffer, nbytes, in __dls3()
1990 nbytes, nhandles, bootstrap, status, in __dls3()
/third_party/ulib/backtrace/
A Dconfigure.ac54 # (because it breaks when using bootstrap-lean, since some of the
/third_party/ulib/jemalloc/
A Dconfigure.ac1578 AC_MSG_RESULT([Forcing lazy-lock to avoid allocator/threading bootstrap issues])
1612 AC_MSG_RESULT([Forcing TLS to avoid allocator/threading bootstrap issues])
1615 AC_MSG_RESULT([Forcing no TLS to avoid allocator/threading bootstrap issues])
A DChangeLog836 + Fix a bootstrap ordering bug that only occurred with TLS disabled.
875 - Fix a crash due to incorrect bootstrap ordering. This only impacted

Completed in 22 milliseconds