Searched refs:_symbolLocation (Results 1 – 7 of 7) sorted by relevance
/haiku/headers/os/kernel/ |
H A D | image.h | 84 void **_symbolLocation); 86 int32 *_nameLength, int32 *_symbolType, void **_symbolLocation);
|
/haiku/headers/private/debug/ |
H A D | debug_support.h | 75 void** _symbolLocation, size_t* _symbolSize, int32* _symbolType); 91 void** _symbolLocation, size_t* _symbolSize);
|
/haiku/src/kits/debug/ |
H A D | debug_support.cpp | 398 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 D | Image.cpp | 38 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 D | Image.h | 50 void** _symbolLocation, size_t* _symbolSize,
|
H A D | SymbolLookup.h | 158 void** _symbolLocation, size_t* _symbolSize, int32* _symbolType) const;
|
H A D | SymbolLookup.cpp | 414 void** _symbolLocation, size_t* _symbolSize, int32* _symbolType) const in GetSymbol() argument 420 return image->GetSymbol(name, symbolType, _symbolLocation, _symbolSize, in GetSymbol()
|