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

/haiku/src/system/libroot/posix/
H A Ddlfcn.c20 static status_t sStatus; variable
32 sStatus = imageID >= 0 ? B_OK : imageID;
51 sStatus = status;
63 return sStatus = __gRuntimeLoader->unload_library(handle);
70 if (sStatus < B_OK)
71 return strerror(sStatus);
86 sStatus = __gRuntimeLoader->get_nearest_symbol_at_address(address, &image,
88 if (sStatus != B_OK)
91 sStatus = get_image_info(image, &imageInfo);
92 if (sStatus !
[all...]

Completed in 83 milliseconds