Searched refs:find_undefined_symbol (Results 1 - 4 of 4) sorted by relevance

/haiku/src/system/runtime_loader/
H A Delf.cpp100 if ((*image)->find_undefined_symbol == NULL)
101 (*image)->find_undefined_symbol = find_undefined_symbol_global;
458 if (image->find_undefined_symbol == NULL)
459 image->find_undefined_symbol = find_undefined_symbol_global;
557 if (gProgramImage->find_undefined_symbol == NULL)
558 gProgramImage->find_undefined_symbol = find_undefined_symbol_global;
681 if (image->find_undefined_symbol == NULL) {
683 image->find_undefined_symbol = find_undefined_symbol_add_on;
685 image->find_undefined_symbol = find_undefined_symbol_global;
H A Delf_symbol_lookup.cpp513 sharedSym = rootImage->find_undefined_symbol(rootImage, image,
H A Delf_load_image.cpp661 image->find_undefined_symbol = find_undefined_symbol_beos;
/haiku/headers/private/runtime_loader/
H A Druntime_loader.h142 elf_sym* (*find_undefined_symbol)(struct image_t* rootImage, member in struct:image_t
147 elf_sym* (*find_undefined_symbol)(struct image_t* rootImage, member in struct:image_t

Completed in 157 milliseconds