Searched refs:dlerror_buf (Results 1 - 2 of 2) sorted by relevance

/fuchsia/zircon/third_party/ulib/musl/src/ldso/
H A Ddlerror.c12 char* s = self->dlerror_buf;
21 if (self->dlerror_buf != (void*)-1)
22 free(self->dlerror_buf);
29 if (self->dlerror_buf != (void*)-1)
30 free(self->dlerror_buf);
39 self->dlerror_buf = buf;
/fuchsia/zircon/third_party/ulib/musl/src/internal/
H A Dthreads_impl.h67 char* dlerror_buf; member in struct:pthread

Completed in 11 milliseconds