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

/haiku/src/system/runtime_loader/
H A Delf_symbol_lookup.cpp108 find_symbol(image_t* image, const SymbolLookupInfo& lookupInfo, bool allowLocal) argument
116 uint32 bucket = lookupInfo.hash % HASHTABSIZE(image);
124 && !strcmp(SYMNAME(image, symbol), lookupInfo.name)) {
128 if ((lookupInfo.type == B_SYMBOL_TYPE_TEXT && type != STT_FUNC)
129 || (lookupInfo.type == B_SYMBOL_TYPE_DATA
139 if (lookupInfo.version == NULL) {
148 if (equals_image_name(image, lookupInfo.version->file_name)) {
166 if (lookupInfo.version != NULL) {
170 if (version.hash == lookupInfo.version->hash
171 && strcmp(version.name, lookupInfo
228 find_symbol(image_t* image, const SymbolLookupInfo& lookupInfo, void **_location) argument
248 find_symbol_breadth_first(image_t* image, const SymbolLookupInfo& lookupInfo, image_t** _foundInImage, void** _location) argument
308 find_undefined_symbol_beos(image_t* rootImage, image_t* image, const SymbolLookupInfo& lookupInfo, image_t** foundInImage) argument
348 find_undefined_symbol_global(image_t* rootImage, image_t* image, const SymbolLookupInfo& lookupInfo, image_t** _foundInImage) argument
395 find_undefined_symbol_add_on(image_t* rootImage, image_t* image, const SymbolLookupInfo& lookupInfo, image_t** _foundInImage) argument
[all...]
H A Delf_symbol_lookup.h135 elf_sym* find_symbol(image_t* image, const SymbolLookupInfo& lookupInfo,
137 status_t find_symbol(image_t* image, const SymbolLookupInfo& lookupInfo,
140 const SymbolLookupInfo& lookupInfo, image_t** _foundInImage,
143 const SymbolLookupInfo& lookupInfo, image_t** foundInImage);
145 const SymbolLookupInfo& lookupInfo, image_t** foundInImage);
147 const SymbolLookupInfo& lookupInfo, image_t** foundInImage);
/haiku/headers/private/runtime_loader/
H A Druntime_loader.h144 const SymbolLookupInfo& lookupInfo,
149 const struct SymbolLookupInfo* lookupInfo,

Completed in 38 milliseconds