Searched refs:image (Results 101 - 125 of 399) sorted by relevance

1234567891011>>

/haiku/src/bin/debug/profile/
H A DProfileResult.h22 ImageProfileResult(SharedImage* image,
59 virtual bool VisitImage(ImageProfileResult* image) = 0;
82 virtual status_t GetImageProfileResult(SharedImage* image,
134 virtual bool VisitImage(ImageProfileResult* image) argument
136 if (image->TotalHits() > 0) {
138 = static_cast<ImageProfileResultType*>(image);
/haiku/src/kits/debugger/arch/
H A DArchitecture.cpp129 // get the image for the instruction pointer
131 Image* image = team->ImageByAddress(instructionPointer); local
132 BReference<Image> imageReference(image);
135 // get the image debug info
137 if (image != NULL)
138 imageInfoProvider->GetImageDebugInfo(image, imageDebugInfo);
158 UpdateStackFrameCpuState(nextFrame, image,
167 ->CreateFrame(image, function, cpuState, getFullFrameInfo,
177 status_t error = CreateStackFrame(image, functionDebugInfo,
185 frame->SetImage(image);
[all...]
/haiku/src/tools/elfsymbolpatcher/
H A DElfImage.cpp25 // a loaded ELF image, providing support for accessing the
26 // image's symbols and their relocation entries.
42 get_static_image_symbol(image_id image, const char* name, int32 symbolType, argument
46 status_t error = get_image_symbol(image, name, symbolType, _address);
50 // get an image info
52 error = get_image_info(image, &imageInfo);
62 // get the unrelocated image info
115 ElfImage::SetTo(image_id image) argument
118 status_t error = _SetTo(image);
185 ElfImage::_SetTo(image_id image) argument
[all...]
/haiku/src/system/kernel/arch/arm64/
H A Darch_commpage.cpp36 // add symbol to the commpage image
37 image_id image = get_commpage_image(); local
38 elf_add_memory_image_symbol(image, commpageSymbolName, position, symbolInfo.size,
/haiku/src/libs/icon/shape/
H A DReferenceImage.h37 ReferenceImage(BBitmap* image);
38 // transfers ownership of image
56 virtual void SetImage(BBitmap* image);
57 // transfers ownership of image
/haiku/src/apps/cortex/addons/common/
H A DControlAppLauncher.h46 #include <kernel/image.h>
/haiku/headers/private/kernel/
H A Dcommpage.h8 #include <image.h>
H A Dcommpage_compat.h10 #include <image.h>
/haiku/src/system/kernel/arch/x86/32/
H A Dsyscalls.cpp124 // add syscall to the commpage image
125 image_id image = get_commpage_image(); local
126 elf_add_memory_image_symbol(image, "commpage_memcpy", memcpyPosition,
128 elf_add_memory_image_symbol(image, "commpage_memset", memsetPosition,
130 elf_add_memory_image_symbol(image, "commpage_syscall", position, len,
/haiku/headers/private/media/
H A DPluginManager.h69 MediaPlugin** plugin, image_id* image);
75 image_id image; member in struct:BPrivate::media::PluginManager::plugin_info
82 image = other.image;
/haiku/src/add-ons/network_settings/dialup/
H A DAddOn.cpp128 AddOn::AddOn(image_id image, BNetworkSettings& settings) argument
129 : BNetworkSettingsAddOn(image, settings)
154 instantiate_network_settings_add_on(image_id image, BNetworkSettings& settings) argument
156 return new AddOn(image, settings);
/haiku/src/add-ons/media/media-add-ons/equalizer/
H A DEqualizerAddOn.cpp12 extern "C" _EXPORT BMediaAddOn* make_media_addon(image_id image) argument
14 return new EqualizerAddOn(image);
21 EqualizerAddOn::EqualizerAddOn(image_id image) argument
23 BMediaAddOn(image)
/haiku/src/system/boot/platform/openfirmware/
H A Dstart.cpp52 preloaded_elf64_image *image = static_cast<preloaded_elf64_image *>( local
54 return image->elf_header.e_entry;
56 preloaded_elf32_image *image = static_cast<preloaded_elf32_image *>( local
58 return image->elf_header.e_entry;
/haiku/src/system/boot/platform/bios_ia32/
H A Dlong.cpp245 convert_preloaded_image(preloaded_elf64_image* image) argument
247 fix_address(image->next);
248 fix_address(image->name);
249 fix_address(image->debug_string_table);
250 fix_address(image->syms);
251 fix_address(image->rel);
252 fix_address(image->rela);
253 fix_address(image->pltrel);
254 fix_address(image->debug_symbols);
278 preloaded_image* image local
349 preloaded_elf64_image *image = static_cast<preloaded_elf64_image *>( local
[all...]
/haiku/src/system/kernel/
H A Dmodule.cpp83 /* Each loaded module image (which can export several modules) is put
95 image_id image; member in struct:module_image
308 size_t Hash(ValueType* image) const
309 { return HashKey(image->path); }
318 bool Compare(KeyType key, ValueType* image) const
322 return strcmp(image->path, key) == 0;
360 non-null module_image and owns a reference to the image. When the last
361 module reference is put, the image's reference is released and module_image
363 An unreferenced module image is unloaded (when the boot volume is mounted).
377 /*! Try to load the module image a
387 image_id image; local
471 put_module_image(module_image* image) argument
489 struct module_image* image; local
573 module_image* image; local
667 module_image* image = module->module_image; local
688 module_image* image = module->module_image; local
1086 register_preloaded_module_image(struct preloaded_image* image) argument
1157 struct module_image* image; local
1797 struct preloaded_image* image; local
1882 struct module_image* image = imageIterator.Next(); local
[all...]
/haiku/src/system/boot/platform/amiga_m68k/
H A Dstart.cpp77 preloaded_elf32_image *image = static_cast<preloaded_elf32_image *>( local
87 dprintf("kernel entry at %lx\n", image->elf_header.e_entry);
102 : : "g" (args), "g" (image->elf_header.e_entry));
/haiku/headers/private/debugger/model/
H A DImageInfo.h8 #include <image.h>
18 ImageInfo(team_id team, image_id image,
25 void SetTo(team_id team, image_id image,
/haiku/src/apps/networkstatus/
H A DNetworkStatus.cpp52 our_image(image_info& image) argument
55 while (get_next_image_info(B_CURRENT_TEAM, &cookie, &image) == B_OK) {
56 if ((char *)our_image >= (char *)image.text
57 && (char *)our_image <= (char *)image.text + image.text_size)
/haiku/src/apps/powerstatus/
H A DPowerStatus.cpp51 our_image(image_info& image) argument
54 while (get_next_image_info(B_CURRENT_TEAM, &cookie, &image) == B_OK) {
55 if ((char *)our_image >= (char *)image.text
56 && (char *)our_image <= (char *)image.text + image.text_size)
/haiku/src/preferences/mail/
H A DFilterList.cpp148 unload_add_on(info.image);
160 info.image = load_add_on(path.Path());
161 if (info.image < 0)
162 return info.image;
164 status_t status = get_image_symbol(info.image,
168 status = get_image_symbol(info.image, "filter_name", B_SYMBOL_TYPE_TEXT,
173 unload_add_on(info.image);
H A DConfigViews.cpp181 image_id image = load_add_on(path.Path()); local
182 if (image < 0)
183 return image;
185 if (get_image_symbol(image, "instantiate_protocol_settings_view",
187 unload_add_on(image);
191 fImage = image;
/haiku/src/tests/add-ons/translators/
H A DTranslatorTestAddOn.cpp248 image_id image = load_add_on(path); local
249 CPPUNIT_ASSERT(image >= 0);
254 status_t err = get_image_symbol(image, "make_nth_translator",
260 BTranslator *ptran = pMakeNthTranslator(0, image, 0);
265 CPPUNIT_ASSERT(!pMakeNthTranslator(1, image, 0));
266 CPPUNIT_ASSERT(!pMakeNthTranslator(2, image, 0));
267 CPPUNIT_ASSERT(!pMakeNthTranslator(3, image, 0));
268 CPPUNIT_ASSERT(!pMakeNthTranslator(16, image, 0));
269 CPPUNIT_ASSERT(!pMakeNthTranslator(1023, image, 0));
279 CPPUNIT_ASSERT(unload_add_on(image)
[all...]
/haiku/src/servers/bluetooth/
H A DDeskbarReplicant.cpp29 status_t our_image(image_info& image);
243 our_image(image_info& image) argument
246 while (get_next_image_info(B_CURRENT_TEAM, &cookie, &image) == B_OK) {
247 if ((char *)our_image >= (char *)image.text
248 && (char *)our_image <= (char *)image.text + image.text_size)
/haiku/src/system/boot/platform/atari_m68k/
H A Dstart.cpp77 preloaded_elf32_image *image = static_cast<preloaded_elf32_image *>( local
87 dprintf("kernel entry at %lx\n", image->elf_header.e_entry);
102 : : "g" (args), "g" (image->elf_header.e_entry));
/haiku/src/system/libroot/posix/
H A Ddlfcn.c80 image_id image; local
86 sStatus = __gRuntimeLoader->get_nearest_symbol_at_address(address, &image,
91 sStatus = get_image_info(image, &imageInfo);

Completed in 121 milliseconds

1234567891011>>