Searched refs:_symbolType (Results 1 - 9 of 9) sorted by relevance

/haiku/src/kits/debug/
H A DImage.h47 int32* _symbolType) const = 0;
51 int32* _symbolType) const;
72 int32* _symbolType) const;
H A DSymbolLookup.h155 int32* _symbolType) const;
158 void** _symbolLocation, size_t* _symbolSize, int32* _symbolType) const;
H A DImage.cpp39 size_t* _symbolSize, int32* _symbolType) const
56 if (_symbolType != NULL)
57 *_symbolType = foundType;
138 int32* _symbolType) const
155 *_symbolType = symbol->Type() == STT_FUNC ? B_SYMBOL_TYPE_TEXT
H A DSymbolLookup.cpp210 int32* _symbolType) const;
404 int32* _symbolType) const
407 _symbolNameLen, _symbolAddress, _symbolSize, _symbolType);
414 void** _symbolLocation, size_t* _symbolSize, int32* _symbolType) const
421 _symbolType);
673 int32* _symbolType) const
691 *_symbolType = symbol->Type() == STT_FUNC ? B_SYMBOL_TYPE_TEXT
H A Ddebug_support.cpp399 size_t* _symbolSize, int32* _symbolType)
406 _symbolSize, _symbolType);
552 size_t nameBufferLength, int32* _symbolType, void** _symbolLocation,
565 _symbolType);
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
551 debug_next_image_symbol(debug_symbol_iterator* iterator, char* nameBuffer, size_t nameBufferLength, int32* _symbolType, void** _symbolLocation, size_t* _symbolSize) argument
/haiku/headers/private/debug/
H A Ddebug_support.h75 void** _symbolLocation, size_t* _symbolSize, int32* _symbolType);
90 char* nameBuffer, size_t nameBufferLength, int32* _symbolType,
/haiku/src/add-ons/kernel/debugger/demangle/
H A Dgcc2.cpp349 mangled_start(Input& name, size_t* _symbolLength, int32* _symbolType) argument
379 if (_symbolType != NULL)
380 *_symbolType = TYPE_FUNCTION;
385 if (_symbolType != NULL)
386 *_symbolType = TYPE_METHOD;
/haiku/headers/os/kernel/
H A Dimage.h86 int32 *_nameLength, int32 *_symbolType, void **_symbolLocation);
/haiku/src/system/libroot/os/
H A Dimage.cpp294 int32 *_symbolType, void **_location)
296 return __gRuntimeLoader->get_nth_image_symbol(id, num, nameBuffer, _nameLength, _symbolType, _location);
293 get_nth_image_symbol(image_id id, int32 num, char *nameBuffer, int32 *_nameLength, int32 *_symbolType, void **_location) argument

Completed in 67 milliseconds