Searched refs:foundInImage (Results 1 – 4 of 4) sorted by relevance
/haiku/src/system/runtime_loader/ |
H A D | elf_symbol_lookup.h | 121 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 D | elf_symbol_lookup.cpp | 287 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 D | ltrace_stub.cpp | 145 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 D | runtime_loader.h | 159 struct image_t** foundInImage); 164 struct image_t** foundInImage); 209 struct image_t** foundInImage, void** symbol, int32* type);
|