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

/haiku/src/system/runtime_loader/
H A Delf_load_image.h23 const char* runpath, const char* requestingObjectPath, image_t** _image);
H A Druntime_loader.cpp173 const char *programPath, const char *requestingObjectPath,
191 requestingObjectPath, buffer, pathLength, status)) {
261 int pathListLen, const char *programPath, const char *requestingObjectPath,
279 programPath, requestingObjectPath, abiSpecificSubDir, pathBuffer,
303 const char *programPath, const char *requestingObjectPath,
345 semicolon - firstList, programPath, requestingObjectPath, NULL,
350 strlen(secondList), programPath, requestingObjectPath, NULL,
172 try_open_executable(const char *dir, int dirLength, const char *name, const char *programPath, const char *requestingObjectPath, const char *abiSpecificSubDir, char *path, size_t pathLength) argument
260 search_executable_in_path_list(const char *name, const char *pathList, int pathListLen, const char *programPath, const char *requestingObjectPath, const char *abiSpecificSubDir, char *pathBuffer, size_t pathBufferLength) argument
302 open_executable(char *name, image_type type, const char *rpath, const char* runpath, const char *programPath, const char *requestingObjectPath, const char *abiSpecificSubDir) argument
H A Druntime_loader_private.h66 const char* runpath, const char* programPath, const char* requestingObjectPath,
H A Delf_load_image.cpp494 const char* requestingObjectPath, image_t** _image)
539 requestingObjectPath, sSearchPathSubDir);
541 FATAL("Cannot open file %s (needed by %s): %s\n", name, requestingObjectPath, strerror(fd));
493 load_image(char const* name, image_type type, const char* rpath, const char* runpath, const char* requestingObjectPath, image_t** _image) argument
H A Delf.cpp625 const char* requestingObjectPath = NULL; local
670 requestingObjectPath = callerImage->path;
674 status = load_image(path, type, rpath, runpath, requestingObjectPath, &image);

Completed in 91 milliseconds