Home
last modified time | relevance | path

Searched refs:_symbolLocation (Results 1 – 7 of 7) sorted by relevance

/haiku/headers/os/kernel/
H A Dimage.h84 void **_symbolLocation);
86 int32 *_nameLength, int32 *_symbolType, void **_symbolLocation);
/haiku/headers/private/debug/
H A Ddebug_support.h75 void** _symbolLocation, size_t* _symbolSize, int32* _symbolType);
91 void** _symbolLocation, size_t* _symbolSize);
/haiku/src/kits/debug/
H A Ddebug_support.cpp398 const char* name, int32 symbolType, void** _symbolLocation, in debug_get_symbol() argument
405 return lookup->GetSymbol(image, name, symbolType, _symbolLocation, in debug_get_symbol()
552 size_t nameBufferLength, int32* _symbolType, void** _symbolLocation, in debug_next_image_symbol() argument
572 *_symbolLocation = (void*)symbolLocation; in debug_next_image_symbol()
H A DImage.cpp38 Image::GetSymbol(const char* name, int32 symbolType, void** _symbolLocation, in GetSymbol() argument
52 if (_symbolLocation != NULL) in GetSymbol()
53 *_symbolLocation = (void*)foundAddress; in GetSymbol()
H A DImage.h50 void** _symbolLocation, size_t* _symbolSize,
H A DSymbolLookup.h158 void** _symbolLocation, size_t* _symbolSize, int32* _symbolType) const;
H A DSymbolLookup.cpp414 void** _symbolLocation, size_t* _symbolSize, int32* _symbolType) const in GetSymbol() argument
420 return image->GetSymbol(name, symbolType, _symbolLocation, _symbolSize, in GetSymbol()