Searched refs:bootstrap (Results 1 – 8 of 8) sorted by relevance
| /third_party/ulib/musl/src/env/ |
| A D | __libc_start_main.c | 100 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 D | mkfs_msdos.h | 38 AOPT('B', const char*, bootstrap, -1, "Bootstrap file") \
|
| A D | mkfs_msdos.c | 340 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 D | newfs_msdos.c | 90 o.bootstrap = optarg; in main()
|
| /third_party/ulib/musl/ldso/ |
| A D | dynlink.c | 1969 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 D | configure.ac | 54 # (because it breaks when using bootstrap-lean, since some of the
|
| /third_party/ulib/jemalloc/ |
| A D | configure.ac | 1578 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 D | ChangeLog | 836 + 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