Home
last modified time | relevance | path

Searched refs:dieOnError (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dfuchsia.cpp35 static void NORETURN dieOnError(zx_status_t Status, const char *FnName, in dieOnError() function
55 dieOnError(Status, "zx_vmar_allocate", Size); in allocateVmar()
86 dieOnError(Status, "zx_vmo_set_size", VmoSize + Size); in map()
94 dieOnError(Status, "zx_vmo_create", Size); in map()
112 dieOnError(Status, "zx_vmar_map", Size); in map()
133 dieOnError(Status, "zx_vmar_op_range", Size); in map()
158 dieOnError(Status, "zx_vmar_unmap", Size); in unmap()
175 dieOnError(Status, "zx_vmar_protect", Size); in setMemoryPermission()
H A Dmem_map_fuchsia.cpp23 static void NORETURN dieOnError(zx_status_t Status, const char *FnName, in dieOnError() function
68 dieOnError(Status, "zx_vmo_create", 0); in getPlaceholderVmo()
100 dieOnError(Status, "zx_vmo_create", Capacity); in MemMapFuchsia()
116 dieOnError(Status, "zx_vmo_create", Size); in mapImpl()
137 dieOnError(Status, "zx_vmar_map", Size); in mapImpl()
202 dieOnError(Status, "zx_vmar_map", Size); in remapImpl()
242 dieOnError(Status, "zx_vmar_map", Size); in createImpl()