Searched refs:symbolType (Results 1 - 23 of 23) sorted by relevance

/haiku/headers/private/libroot/
H A Dimage_private.h16 int32 symbolType, bool recursive, image_id* _inImage, void** _location);
/haiku/src/bin/debug/profile/
H A DSharedImage.cpp134 int32 symbolType; local
138 &symbolType, &symbolLocation, &symbolSize) == B_OK) {
140 // symbolType == B_SYMBOL_TYPE_TEXT ? "text" : "data",
142 if (symbolSize > 0 && symbolType == B_SYMBOL_TYPE_TEXT) {
/haiku/src/kits/debugger/elf/
H A DElfSymbolLookup.h41 uint32 symbolType, SymbolInfo& _info) = 0;
H A DElfSymbolLookup.cpp257 virtual status_t GetSymbolInfo(const char* name, uint32 symbolType, argument
/haiku/src/tools/elfsymbolpatcher/
H A DElfImage.cpp42 get_static_image_symbol(image_id image, const char* name, int32 symbolType, argument
46 status_t error = get_image_symbol(image, name, symbolType, _address);
85 && (symbolType == B_SYMBOL_TYPE_ANY || foundType == symbolType)) {
/haiku/headers/os/kernel/
H A Dimage.h83 status_t get_image_symbol(image_id image, const char *name, int32 symbolType,
/haiku/src/system/libroot/os/
H A Dimage.cpp275 get_image_symbol(image_id id, char const *symbolName, int32 symbolType, argument
278 return __gRuntimeLoader->get_image_symbol(id, symbolName, symbolType,
284 get_image_symbol_etc(image_id id, char const *symbolName, int32 symbolType, argument
287 return __gRuntimeLoader->get_image_symbol(id, symbolName, symbolType,
/haiku/headers/private/debug/
H A Ddebug_support.h74 image_id image, const char* name, int32 symbolType,
/haiku/src/kits/debug/
H A DImage.h49 virtual status_t GetSymbol(const char* name, int32 symbolType,
H A DImage.cpp38 Image::GetSymbol(const char* name, int32 symbolType, void** _symbolLocation, argument
50 if ((symbolType == B_SYMBOL_TYPE_ANY || symbolType == foundType)
H A DSymbolLookup.h157 status_t GetSymbol(image_id imageID, const char* name, int32 symbolType,
H A Ddebug_support.cpp398 const char* name, int32 symbolType, void** _symbolLocation,
405 return lookup->GetSymbol(image, name, symbolType, _symbolLocation,
397 debug_get_symbol(debug_symbol_lookup_context* lookupContext, image_id image, const char* name, int32 symbolType, void** _symbolLocation, size_t* _symbolSize, int32* _symbolType) argument
H A DSymbolLookup.cpp413 SymbolLookup::GetSymbol(image_id imageID, const char* name, int32 symbolType, argument
420 return image->GetSymbol(name, symbolType, _symbolLocation, _symbolSize,
/haiku/src/kits/debugger/debugger_interface/core/
H A DCoreFileDebuggerInterface.h60 const char* name, int32 symbolType,
H A DCoreFileDebuggerInterface.cpp276 const char* name, int32 symbolType, SymbolInfo& info)
275 GetSymbolInfo(team_id team, image_id image, const char* name, int32 symbolType, SymbolInfo& info) argument
/haiku/src/kits/debugger/debugger_interface/local/
H A DLocalDebuggerInterface.h51 const char* name, int32 symbolType,
H A DLocalDebuggerInterface.cpp652 int32 symbolType, SymbolInfo& info)
665 error = debug_get_symbol(lookupContext, image, name, symbolType,
651 GetSymbolInfo(team_id team, image_id image, const char* name, int32 symbolType, SymbolInfo& info) argument
/haiku/src/system/runtime_loader/
H A Delf_symbol_lookup.cpp237 int32 symbolType = lookupInfo.type; local
238 patch_defined_symbol(image, lookupInfo.name, &location, &symbolType);
296 int32 symbolType = lookupInfo.type; local
298 &symbolType);
H A Druntime_loader_private.h82 status_t get_symbol(image_id imageID, char const* symbolName, int32 symbolType,
H A Delf.cpp934 get_symbol(image_id imageID, char const *symbolName, int32 symbolType, argument
963 SymbolLookupInfo(symbolName, symbolType, NULL,
968 SymbolLookupInfo(symbolName, symbolType, NULL,
1004 int32 symbolType = symbol->Type() == STT_FUNC local
1006 patch_defined_symbol(image, symbolName, _location, &symbolType);
1072 int32 symbolType = B_SYMBOL_TYPE_TEXT; local
1074 &symbolType);
/haiku/headers/private/runtime_loader/
H A Druntime_loader.h35 int32 symbolType, bool recursive, image_id *_inImage, void **_location);
39 char *symbolName, int32 *nameLength, int32 *symbolType,
/haiku/src/kits/debugger/debugger_interface/
H A DDebuggerInterface.h80 const char* name, int32 symbolType,
/haiku/src/system/libroot/posix/malloc_hoard2/
H A Dwrapper.cpp73 int32 symbolType; local
76 &symbolType, &location) == B_OK) {

Completed in 234 milliseconds