Searched refs:refType (Results 1 - 6 of 6) sorted by relevance

/haiku/src/kits/debugger/dwarf/
H A DDwarfExpressionEvaluator.h43 uint8 refType, const void*& _block,
88 void _Call(uint64 offset, uint8 refType);
H A DDwarfFile.h182 uint8 refType) const;
H A DDwarfExpressionEvaluator.cpp788 DwarfExpressionEvaluator::_Call(uint64 offset, uint8 refType) argument
796 if (fContext->GetCallTarget(offset, refType, block, size) != B_OK)
H A DDwarfFile.cpp151 virtual status_t GetCallTarget(uint64 offset, uint8 refType, argument
155 DebugInfoEntry* entry = fFile->_ResolveReference(fUnit, offset, refType);
1639 uint8 refType = dwarf_reference_type_local; local
1706 refType = dwarf_reference_type_global;
1766 refType = dwarf_reference_type_signature;
1858 unit, value, refType));
3106 uint8 refType) const
3108 switch (refType) {
/haiku/src/preferences/backgrounds/
H A DImageFilePanel.cpp153 BMimeType refType; local
154 if (BMimeType::GuessMimeType(&ref, &refType) == B_OK) {
155 refType.GetShortDescription(type);
193 BMimeType refType; local
194 if (BMimeType::GuessMimeType(ref, &refType) == B_OK)
195 return imageType.Contains(&refType);
H A DBackgroundsView.cpp1004 BMimeType refType; local
1005 if (BMimeType::GuessMimeType(&ref, &refType) == B_OK
1006 && !imageType.Contains(&refType)) {

Completed in 69 milliseconds