Searched refs:sharedImage (Results 1 - 6 of 6) sorted by relevance

/haiku/src/system/runtime_loader/
H A Delf_symbol_lookup.cpp491 image_t* sharedImage; local
501 sharedImage = image;
514 SymbolLookupInfo(symName, type, versionInfo, 0, sym), &sharedImage);
532 location = sharedImage = NULL;
535 sharedImage = NULL;
542 sharedImage = NULL;
547 sharedImage = NULL;
553 = (void*)((addr_t)location + sharedImage->regions[0].delta);
559 patch_undefined_symbol(rootImage, image, symName, &sharedImage,
589 cache->SetSymbolValueAt(index, (addr_t)location, sharedImage);
[all...]
/haiku/src/bin/debug/profile/
H A Dprofile.cpp246 SharedImage* sharedImage = NULL; local
247 status_t error = _GetSharedImage(teamID, imageInfo, &sharedImage);
255 fTeams.ItemAt(i)->AddImage(sharedImage, imageInfo, teamID,
262 return team->AddImage(sharedImage, imageInfo, teamID, event);
364 SharedImage* sharedImage = kernelImages.ItemAt(i)->GetSharedImage(); local
365 team->AddImage(sharedImage, sharedImage->Info(), B_SYSTEM_TEAM, 0);
378 SharedImage* sharedImage; local
379 status_t error = _GetSharedImage(teamID, imageInfo, &sharedImage);
384 error = team->AddImage(sharedImage, imageInf
445 SharedImage* sharedImage = new(std::nothrow) SharedImage; local
[all...]
H A DTeam.h37 status_t AddImage(SharedImage* sharedImage,
H A DTeam.cpp220 Team::AddImage(SharedImage* sharedImage, const image_info& imageInfo, argument
224 Image* image = new(std::nothrow) Image(sharedImage, imageInfo, owner,
/haiku/headers/private/kernel/
H A Delf_priv.h83 elf_sym* symbol, struct elf_image_info* sharedImage,
/haiku/src/system/kernel/
H A Delf.cpp997 /*! Resolves the \a symbol by linking against \a sharedImage if necessary.
1002 struct elf_image_info *sharedImage, elf_addr *_symbolAddress)
1012 elf_image_info* firstImage = sharedImage;
1001 elf_resolve_symbol(struct elf_image_info *image, elf_sym *symbol, struct elf_image_info *sharedImage, elf_addr *_symbolAddress) argument

Completed in 62 milliseconds