Searched refs:image (Results 226 - 250 of 399) sorted by path

1234567891011>>

/haiku/src/tests/system/libroot/posix/
H A Dbrk_test.c13 #include <image.h>
/haiku/src/tests/system/libroot/posix/math/
H A Dmath_test.cpp8 #include <image.h>
/haiku/src/tools/cppunit/
H A DTestShell.cpp10 #include <image.h>
600 BTestShell::_UnloadAddOn(image_id image) argument
603 return unload_add_on(image);
606 return unload_add_on(image);
609 return unload_add_on(image);
610 status_t result = (*fOldUnloadAddOnHook)(image);
634 BTestShell::_UnloadAddOnHook(image_id image) argument
636 return fGlobalShell->_UnloadAddOn(image);
/haiku/src/tools/elfsymbolpatcher/
H A DElfFile.h33 #include <image.h>
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...]
H A DElfImage.h25 // a loaded ELF image, providing support for accessing the
26 // image's symbols and their relocation entries.
33 #include <image.h>
49 status_t SetTo(image_id image);
61 status_t _SetTo(image_id image);
H A DElfSymbolPatcher.cpp50 static Entry* Create(image_id image, void*** targets,
61 Entry(image_id image, void*** targets,
73 ElfSymbolPatchInfo::Entry::Create(image_id image, void*** targets, argument
81 entry = new(buffer) Entry(image, targets, targetCount);
104 ElfSymbolPatchInfo::Entry::Entry(image_id image, void*** targets, argument
106 : fImage(image),
210 ElfSymbolPatchInfo::SetOriginalAddress(void* address, image_id image) argument
213 fOriginalAddressImage = image;
218 ElfSymbolPatchInfo::CreateEntry(image_id image, BList* targets) argument
222 Entry* entry = Entry::Create(image, (voi
235 DeleteEntry(image_id image) argument
256 EntryFor(image_id image) argument
282 ImageAdded(ElfImage* image) argument
288 ImageRemoved(ElfImage* image) argument
329 ElfImage* image = _ImageAt(i); local
343 ElfImage* image = _ImageForID(info.id); local
424 UpdateSymbolPatchInfo(ElfSymbolPatchInfo* info, ElfImage* image) argument
446 ElfImage* image = new(std::nothrow) ElfImage; local
601 ImageAdded(ElfImage* image) argument
615 ImageRemoved(ElfImage* image) argument
[all...]
/haiku/src/tools/vmdkimage/
H A Dvmdkimage.cpp37 printf(" -d, --dump dumps info for the image file\n");
38 printf(" -i, --imagesize size of raw partition image file\n");
40 printf(" -f, --file the raw partition image file\n");
41 printf(" -u, --uuid UUID for the image instead of a computed "
43 printf(" -c, --clear-image set the image content to zero\n");
52 int image = open(filename, O_RDONLY); local
53 if (image < 0) {
60 if (read(image, &header, 512) != 512) {
98 if (pread(image, descripto
[all...]
/haiku/headers/build/os/support/
H A DArchivable.h35 #include <image.h>
/haiku/headers/build/private/kernel/
H A Dsyscalls.h10 #include <image.h>
/haiku/headers/os/game/
H A DWindowScreen.h14 #include <kernel/image.h>
/haiku/headers/os/interface/
H A DShelf.h130 image_id* image);
/haiku/headers/os/kernel/
H A Ddebugger.h11 #include <image.h>
198 B_DEBUGGER_MESSAGE_IMAGE_CREATED, // an image has been created
199 B_DEBUGGER_MESSAGE_IMAGE_DELETED, // an image has been deleted
218 // single parameter: the respective image event counter
414 int32 image_event; // number of the last image event
569 int32 image_event; // number of the image event
589 image_info info; // info for the image
590 int32 image_event; // number of the image event
597 image_info info; // info for the image
598 int32 image_event; // number of the image even
[all...]
H A Dimage.h38 int32 api_version; /* the Haiku API version used by the image */
39 int32 abi; /* the Haiku ABI used by the image */
75 image. */
77 /* pointer to a symbol in the callers image */
82 status_t unload_add_on(image_id image);
83 status_t get_image_symbol(image_id image, const char *name, int32 symbolType,
85 status_t get_nth_image_symbol(image_id image, int32 n, char *nameBuffer,
89 #define get_image_info(image, info) \
90 _get_image_info((image), (info), sizeof(*(info)))
95 status_t _get_image_info(image_id image, image_inf
[all...]
/haiku/headers/os/media/
H A DMediaAddOn.h9 #include <image.h>
97 explicit BMediaAddOn(image_id image);
/haiku/headers/os/storage/
H A DFindDirectory.h9 #include <image.h>
/haiku/headers/private/kernel/boot/
H A Delf.h89 extern status_t boot_elf_resolve_symbol(preloaded_elf32_image* image,
91 extern status_t boot_elf_resolve_symbol(preloaded_elf64_image* image,
/haiku/headers/private/kernel/
H A Dthread_types.h62 struct image; // defined in image.c
/haiku/headers/private/libroot/
H A Dlibroot_private.h10 #include <image.h>
/haiku/headers/private/locale/
H A DMutableLocaleRoster.h11 #include <image.h>
/haiku/headers/private/print/
H A DPrintTransport.h34 #include <image.h>
H A DPrintTransportAddOn.h33 #include <image.h>
/haiku/headers/private/runtime_loader/
H A Druntime_loader.h15 #include <image.h>
91 // image identification
143 struct image_t* image,
148 struct image_t* image,
154 // referenced by this image.
172 #define STRING(image, offset) ((char*)(&(image)->strtab[(offset)]))
173 #define SYMNAME(image, sym) STRING(image, (sym)->st_name)
174 #define SYMBOL(image, nu
[all...]
/haiku/headers/private/system/
H A Dsyscalls.h12 #include <image.h>
240 // image functions
H A Duser_runtime.h12 #include <image.h>

Completed in 119 milliseconds

1234567891011>>