Searched refs:targetInterface (Results 1 – 9 of 9) sorted by relevance
/haiku/src/kits/debugger/dwarf/ |
H A D | DwarfFile.h | 72 const DwarfTargetInterface* targetInterface, 81 const DwarfTargetInterface* targetInterface, 96 const DwarfTargetInterface* targetInterface, 104 const DwarfTargetInterface* targetInterface,
|
H A D | DwarfExpressionEvaluator.h | 21 const DwarfTargetInterface* targetInterface,
|
H A D | DwarfFile.cpp | 66 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 D | DwarfExpressionEvaluator.cpp | 40 const DwarfTargetInterface* targetInterface, uint8 addressSize, in DwarfExpressionEvaluationContext() argument 43 fTargetInterface(targetInterface), in DwarfExpressionEvaluationContext()
|
/haiku/src/kits/debugger/debug_info/ |
H A D | DwarfStackFrameDebugInfo.h | 47 DwarfTargetInterface* targetInterface,
|
H A D | DwarfStackFrameDebugInfo.cpp | 171 DwarfTargetInterface* targetInterface, RegisterMap* fromDwarfRegisterMap) in DwarfStackFrameDebugInfo() argument 176 relocationDelta, targetInterface, fromDwarfRegisterMap)), in DwarfStackFrameDebugInfo()
|
H A D | DwarfImageDebugInfo.cpp | 507 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 D | DwarfTypes.cpp | 140 DwarfTargetInterface* targetInterface, RegisterMap* fromDwarfRegisterMap) in DwarfTypeContext() argument 150 fTargetInterface(targetInterface), in DwarfTypeContext()
|
H A D | DwarfTypes.h | 60 DwarfTargetInterface* targetInterface,
|