Home
last modified time | relevance | path

Searched refs:foundInImage (Results 1 – 4 of 4) sorted by relevance

/haiku/src/system/runtime_loader/
H A Delf_symbol_lookup.h121 const char* name, image_t** foundInImage, void** symbol,
131 const SymbolLookupInfo& lookupInfo, image_t** foundInImage);
133 const SymbolLookupInfo& lookupInfo, image_t** foundInImage);
135 const SymbolLookupInfo& lookupInfo, image_t** foundInImage);
H A Delf_symbol_lookup.cpp287 image_t** foundInImage, void** symbol, int32* type) in patch_undefined_symbol() argument
289 if (*foundInImage != NULL) in patch_undefined_symbol()
290 patch_defined_symbol(*foundInImage, name, symbol, type); in patch_undefined_symbol()
294 patcher->patcher(patcher->cookie, rootImage, image, name, foundInImage, in patch_undefined_symbol()
383 const SymbolLookupInfo& lookupInfo, image_t** foundInImage) in find_undefined_symbol_beos() argument
394 *foundInImage = image; in find_undefined_symbol_beos()
402 *foundInImage = image; in find_undefined_symbol_beos()
411 *foundInImage = image->needed[i]; in find_undefined_symbol_beos()
/haiku/src/bin/debug/ltrace/
H A Dltrace_stub.cpp145 const char* name, image_t** foundInImage, void** symbol, int32* type) in symbol_patcher() argument
148 cookie, rootImage, image, name, *foundInImage, *symbol, *type); in symbol_patcher()
157 *foundInImage = NULL; in symbol_patcher()
171 *foundInImage = NULL; in symbol_patcher()
/haiku/headers/private/runtime_loader/
H A Druntime_loader.h159 struct image_t** foundInImage);
164 struct image_t** foundInImage);
209 struct image_t** foundInImage, void** symbol, int32* type);