Home
last modified time | relevance | path

Searched refs:targetInterface (Results 1 – 9 of 9) sorted by relevance

/haiku/src/kits/debugger/dwarf/
H A DDwarfFile.h72 const DwarfTargetInterface* targetInterface,
81 const DwarfTargetInterface* targetInterface,
96 const DwarfTargetInterface* targetInterface,
104 const DwarfTargetInterface* targetInterface,
H A DDwarfExpressionEvaluator.h21 const DwarfTargetInterface* targetInterface,
H A DDwarfFile.cpp66 const DwarfTargetInterface* targetInterface, in ExpressionEvaluationContext()
71 DwarfExpressionEvaluationContext(targetInterface, addressSize, isBigEndian, in ExpressionEvaluationContext()
785 off_t expressionLength, const DwarfTargetInterface* targetInterface, in EvaluateExpression() argument
790 subprogramEntry, targetInterface, instructionPointer, 0, false, in EvaluateExpression()
804 const DwarfTargetInterface* targetInterface, in ResolveLocation() argument
819 subprogramEntry, targetInterface, instructionPointer, objectPointer, in ResolveLocation()
830 const DwarfTargetInterface* targetInterface, in EvaluateConstantValue() argument
849 targetInterface, instructionPointer, framePointer, 0, false, in EvaluateConstantValue()
866 const DwarfTargetInterface* targetInterface, in EvaluateDynamicValue() argument
948 subprogramEntry, constantValue, targetInterface, in EvaluateDynamicValue()
[all …]
H A DDwarfExpressionEvaluator.cpp40 const DwarfTargetInterface* targetInterface, uint8 addressSize, in DwarfExpressionEvaluationContext() argument
43 fTargetInterface(targetInterface), in DwarfExpressionEvaluationContext()
/haiku/src/kits/debugger/debug_info/
H A DDwarfStackFrameDebugInfo.h47 DwarfTargetInterface* targetInterface,
H A DDwarfStackFrameDebugInfo.cpp171 DwarfTargetInterface* targetInterface, RegisterMap* fromDwarfRegisterMap) in DwarfStackFrameDebugInfo() argument
176 relocationDelta, targetInterface, fromDwarfRegisterMap)), in DwarfStackFrameDebugInfo()
H A DDwarfImageDebugInfo.cpp507 BasicTargetInterface* targetInterface in GetType() local
510 if (targetInterface == NULL) in GetType()
514 targetInterface, true); in GetType()
518 info->unit, NULL, 0, 0, fRelocationDelta, targetInterface, NULL); in GetType()
H A DDwarfTypes.cpp140 DwarfTargetInterface* targetInterface, RegisterMap* fromDwarfRegisterMap) in DwarfTypeContext() argument
150 fTargetInterface(targetInterface), in DwarfTypeContext()
H A DDwarfTypes.h60 DwarfTargetInterface* targetInterface,