Searched refs:_imageName (Results 1 - 14 of 14) sorted by relevance

/haiku/headers/private/kernel/
H A Delf.h43 const char **_symbolName, const char **_imageName,
47 const char **_imageName, bool *_exactMatch);
H A Dkimage.h61 const char **_imageName, bool *_exactMatch);
/haiku/src/system/kernel/arch/riscv64/
H A Darch_debug.cpp146 const char** _symbolName, const char** _imageName, bool* _exactMatch)
153 _symbolName, _imageName, _exactMatch);
157 _baseAddress, _symbolName, _imageName, _exactMatch);
162 address, _baseAddress, _symbolName, _imageName, _exactMatch);
145 lookup_symbol(Thread* thread, addr_t address, addr_t* _baseAddress, const char** _symbolName, const char** _imageName, bool* _exactMatch) argument
/haiku/src/system/kernel/arch/arm/
H A Darch_debug.cpp72 const char** _symbolName, const char** _imageName, bool* _exactMatch)
79 _symbolName, _imageName, _exactMatch);
83 _baseAddress, _symbolName, _imageName, _exactMatch);
88 address, _baseAddress, _symbolName, _imageName, _exactMatch);
71 lookup_symbol(Thread* thread, addr_t address, addr_t* _baseAddress, const char** _symbolName, const char** _imageName, bool* _exactMatch) argument
/haiku/src/system/kernel/arch/arm64/
H A Darch_debug.cpp64 const char** _symbolName, const char** _imageName, bool* _exactMatch)
71 _symbolName, _imageName, _exactMatch);
75 _baseAddress, _symbolName, _imageName, _exactMatch);
80 address, _baseAddress, _symbolName, _imageName, _exactMatch);
63 lookup_symbol(Thread* thread, addr_t address, addr_t* _baseAddress, const char** _symbolName, const char** _imageName, bool* _exactMatch) argument
/haiku/src/system/runtime_loader/
H A Druntime_loader_private.h80 char** _imagePath, char** _imageName, char** _symbolName, int32* _type,
H A Delf.cpp861 char** _imagePath, char** _imageName, char** _symbolName, int32* _type,
874 if (_imageName != NULL)
875 *_imageName = image->name;
860 get_nearest_symbol_at_address(void* address, image_id* _imageID, char** _imagePath, char** _imageName, char** _symbolName, int32* _type, void** _location, bool* _exactMatch) argument
/haiku/src/kits/debug/
H A DSymbolLookup.cpp312 const char **_symbolName, size_t *_symbolNameLen, const char **_imageName,
321 if (_imageName != NULL)
322 *_imageName = image->Name();
338 if (_imageName)
339 *_imageName = image->Name();
311 LookupSymbolAddress(addr_t address, addr_t *_baseAddress, const char **_symbolName, size_t *_symbolNameLen, const char **_imageName, bool *_exactMatch) const argument
H A Ddebug_support.cpp425 const char *_imageName; local
428 &_baseAddress, &_symbolName, &_symbolNameLen, &_imageName,
451 strlcpy(imageName, _imageName, imageNameSize);
H A DSymbolLookup.h147 const char **_imageName, bool *_exactMatch) const;
/haiku/src/system/kernel/
H A Delf.cpp1379 const char **_symbolName, const char **_imageName, bool *_exactMatch)
1399 if (*_imageName)
1400 *_imageName = "commpage";
1477 if (_imageName)
1478 *_imageName = fImageName;
1623 const char **_symbolName, const char **_imageName, bool *_exactMatch)
1713 if (_imageName)
1714 *_imageName = image->name;
1726 if (_imageName)
1727 *_imageName
1378 LookupSymbolAddress(addr_t address, addr_t *_baseAddress, const char **_symbolName, const char **_imageName, bool *_exactMatch) argument
1622 elf_debug_lookup_symbol_address(addr_t address, addr_t *_baseAddress, const char **_symbolName, const char **_imageName, bool *_exactMatch) argument
1753 elf_debug_lookup_user_symbol_address(Team* team, addr_t address, addr_t *_baseAddress, const char **_symbolName, const char **_imageName, bool *_exactMatch) argument
[all...]
H A Dimage.cpp364 addr_t *_baseAddress, const char **_symbolName, const char **_imageName,
384 *_imageName = info->name;
363 image_debug_lookup_user_symbol_address(Team *team, addr_t address, addr_t *_baseAddress, const char **_symbolName, const char **_imageName, bool *_exactMatch) argument
/haiku/headers/private/runtime_loader/
H A Druntime_loader.h42 image_id* _imageID, char** _imagePath, char** _imageName,
/haiku/src/system/kernel/arch/x86/
H A Darch_debug.cpp107 const char** _symbolName, const char** _imageName, bool* _exactMatch)
114 _symbolName, _imageName, _exactMatch);
118 _baseAddress, _symbolName, _imageName, _exactMatch);
123 address, _baseAddress, _symbolName, _imageName, _exactMatch);
106 lookup_symbol(Thread* thread, addr_t address, addr_t* _baseAddress, const char** _symbolName, const char** _imageName, bool* _exactMatch) argument

Completed in 184 milliseconds