Searched refs:imageName (Results 1 - 18 of 18) sorted by relevance

/haiku-fatelf/src/add-ons/kernel/debugger/disasm/
H A Ddisasm.cpp64 const char *imageName; local
69 &imageName, &exactMatch);
73 &imageName, &exactMatch);
/haiku-fatelf/src/system/kernel/
H A Dkernel_daemon.cpp168 const char* imageName; local
173 (addr_t)daemon->function, NULL, &symbol, &imageName, &exactMatch);
175 if (strchr(imageName, '/') != NULL)
176 imageName = strrchr(imageName, '/') + 1;
178 kprintf("\t%s:%s (%p)", imageName, symbol, daemon->function);
H A Dint.cpp90 const char *symbol, *imageName; local
94 NULL, &symbol, &imageName, &exactMatch);
96 if (strchr(imageName, '/') != NULL)
97 imageName = strrchr(imageName, '/') + 1;
99 int length = 4 + strlen(imageName);
100 kprintf(" %s:%-*s (%p)", imageName, 45 - length, symbol,
H A Dtimer.cpp186 const char* imageName; local
190 (addr_t)event->hook, NULL, &symbol, &imageName, &exactMatch);
192 if (const char* slash = strchr(imageName, '/'))
193 imageName = slash + 1;
195 kprintf(" %s:%s", imageName, symbol);
H A Dguarded_heap.cpp630 const char* imageName; local
635 &imageName, &exactMatch) == B_OK) {
637 address - baseAddress, imageName,
H A Delf.cpp208 const char *symbol, *imageName; local
223 &imageName, &exactMatch);
227 &imageName, &exactMatch);
232 address - baseAddress, imageName, exactMatch ? "" : " (nearest)");
2581 elf_create_memory_image(const char* imageName, addr_t text, size_t textSize, argument
2608 image->name = strdup(imageName);
H A Dheap.cpp828 const char *imageName; local
833 &imageName, &exactMatch) == B_OK) {
835 info.caller - baseAddress, imageName,
/haiku-fatelf/src/apps/debugger/ids/
H A DFunctionID.cpp132 ImageFunctionID::ImageFunctionID(const BString& imageName, argument
135 FunctionID(imageName, functionName)
H A DFunctionID.h58 ImageFunctionID(const BString& imageName,
/haiku-fatelf/headers/private/kernel/
H A Delf.h59 image_id elf_create_memory_image(const char* imageName, addr_t text,
/haiku-fatelf/headers/private/debug/
H A Ddebug_support.h74 int32 symbolNameSize, char *imageName, int32 imageNameSize,
/haiku-fatelf/src/kits/debug/
H A Ddebug_support.cpp414 int32 symbolNameSize, char *imageName, int32 imageNameSize,
448 if (imageName) {
451 strlcpy(imageName, _imageName, imageNameSize);
412 debug_lookup_symbol_address(debug_symbol_lookup_context *lookupContext, const void *address, void **baseAddress, char *symbolName, int32 symbolNameSize, char *imageName, int32 imageNameSize, bool *exactMatch) argument
/haiku-fatelf/src/system/libroot/posix/malloc/
H A Dwrapper.cpp82 const char* imageName = strrchr(info.name, '/'); local
83 if (imageName != NULL)
84 strlcpy(imageBuffer, imageName + 1, imageBufferSize);
/haiku-fatelf/src/system/kernel/debug/
H A Dtracing.cpp154 const char* imageName; local
159 &imageName, &exactMatch) == B_OK) {
169 address - baseAddress, imageName,
729 const char* imageName; local
734 &imageName, &exactMatch) == B_OK) {
736 address - baseAddress, imageName,
/haiku-fatelf/src/servers/debug/
H A DDebugServer.cpp744 char imageName[B_PATH_NAME_LENGTH]; local
749 &baseAddress, symbolName, sizeof(symbolName), imageName,
750 sizeof(imageName), &exactMatch);
764 snprintf(buffer, bufferSize, "(%s + %#lx)", imageName,
/haiku-fatelf/src/system/runtime_loader/
H A Dimages.cpp104 const char* imageName = isPath ? image->path : image->name; local
107 if (!strncmp(imageName, name, length)
/haiku-fatelf/src/system/kernel/slab/
H A DSlab.cpp801 const char* imageName; local
806 &imageName, &exactMatch) == B_OK) {
808 info.caller - baseAddress, imageName,
/haiku-fatelf/src/system/kernel/vm/
H A Dvm_page.cpp1242 const char* imageName; local
1247 &imageName, &exactMatch) == B_OK) {
1249 info.caller - baseAddress, imageName,

Completed in 133 milliseconds