Home
last modified time | relevance | path

Searched refs:patch_defined_symbol (Results 1 – 3 of 3) sorted by relevance

/haiku/src/system/runtime_loader/
H A Delf_symbol_lookup.cpp272 patch_defined_symbol(image_t* image, const char* name, void** symbol, in patch_defined_symbol() function
290 patch_defined_symbol(*foundInImage, name, symbol, type); in patch_undefined_symbol()
312 patch_defined_symbol(image, lookupInfo.name, &location, &symbolType); in find_symbol()
371 patch_defined_symbol(candidateImage, lookupInfo.name, _location, in find_symbol_breadth_first()
H A Delf_symbol_lookup.h118 void patch_defined_symbol(image_t* image, const char* name,
H A Delf.cpp835 patch_defined_symbol(image, symbolName, &location, &type); in get_nth_symbol()
1001 patch_defined_symbol(image, symbolName, _location, &symbolType); in get_library_symbol()
1068 patch_defined_symbol(candidateImage, symbolName, _location, in get_library_symbol()