Searched defs:_symbolSize (Results 1 - 3 of 3) sorted by relevance

/haiku/src/kits/debug/
H A DImage.cpp38 GetSymbol(const char* name, int32 symbolType, void** _symbolLocation, size_t* _symbolSize, int32* _symbolType) const argument
136 NextSymbol(int32& iterator, const char** _symbolName, size_t* _symbolNameLen, addr_t* _symbolAddress, size_t* _symbolSize, int32* _symbolType) const argument
H A DSymbolLookup.cpp402 NextSymbol(SymbolIterator& iterator, const char** _symbolName, size_t* _symbolNameLen, addr_t* _symbolAddress, size_t* _symbolSize, int32* _symbolType) const argument
413 GetSymbol(image_id imageID, const char* name, int32 symbolType, void** _symbolLocation, size_t* _symbolSize, int32* _symbolType) const argument
671 NextSymbol(int32& iterator, const char** _symbolName, size_t* _symbolNameLen, addr_t* _symbolAddress, size_t* _symbolSize, int32* _symbolType) const argument
H A Ddebug_support.cpp397 debug_get_symbol(debug_symbol_lookup_context* lookupContext, image_id image, const char* name, int32 symbolType, void** _symbolLocation, size_t* _symbolSize, int32* _symbolType) argument
551 debug_next_image_symbol(debug_symbol_iterator* iterator, char* nameBuffer, size_t nameBufferLength, int32* _symbolType, void** _symbolLocation, size_t* _symbolSize) argument

Completed in 62 milliseconds