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

/haiku/src/kits/debugger/dwarf/
H A DDwarfExpressionEvaluator.h33 { return fRelocationDelta; }
54 target_addr_t fRelocationDelta; member in class:DwarfExpressionEvaluationContext
H A DDwarfExpressionEvaluator.cpp46 fRelocationDelta(relocationDelta)
/haiku/src/kits/debugger/debug_info/
H A DDwarfImageDebugInfo.h56 { return fRelocationDelta; }
162 target_addr_t fRelocationDelta; member in class:DwarfImageDebugInfo
H A DDwarfImageDebugInfo.cpp347 fRelocationDelta(0),
386 fRelocationDelta = fImageInfo.TextBase() - fTextSegment->LoadAddress();
390 fTextSectionStart = section->LoadAddress() + fRelocationDelta;
396 fPLTSectionStart = section->LoadAddress() + fRelocationDelta;
519 info->unit, NULL, 0, 0, fRelocationDelta, targetInterface, NULL);
647 = cpuState->InstructionPointer() - fRelocationDelta;
680 fTypeCache, instructionPointer, framePointer, fRelocationDelta,
738 instructionPointer, functionInstance->Address() - fRelocationDelta,
807 address -= fRelocationDelta;
827 TargetAddressRange(fRelocationDelta
[all...]
H A DDwarfTypes.h79 { return fRelocationDelta; }
95 target_addr_t fRelocationDelta; member in class:DwarfTypeContext
H A DDwarfTypes.cpp149 fRelocationDelta(relocationDelta),

Completed in 43 milliseconds