Symbol: fRelocationDelta
src/kits/debugger/debug_info/DwarfImageDebugInfo.cpp
346
fRelocationDelta(0),
src/kits/debugger/debug_info/DwarfImageDebugInfo.cpp
385
fRelocationDelta = fImageInfo.TextBase() - fTextSegment->LoadAddress();
src/kits/debugger/debug_info/DwarfImageDebugInfo.cpp
389
fTextSectionStart = section->LoadAddress() + fRelocationDelta;
src/kits/debugger/debug_info/DwarfImageDebugInfo.cpp
395
fPLTSectionStart = section->LoadAddress() + fRelocationDelta;
src/kits/debugger/debug_info/DwarfImageDebugInfo.cpp
518
info->unit, NULL, 0, 0, fRelocationDelta, targetInterface, NULL);
src/kits/debugger/debug_info/DwarfImageDebugInfo.cpp
646
= cpuState->InstructionPointer() - fRelocationDelta;
src/kits/debugger/debug_info/DwarfImageDebugInfo.cpp
679
fTypeCache, instructionPointer, framePointer, fRelocationDelta,
src/kits/debugger/debug_info/DwarfImageDebugInfo.cpp
737
instructionPointer, functionInstance->Address() - fRelocationDelta,
src/kits/debugger/debug_info/DwarfImageDebugInfo.cpp
806
address -= fRelocationDelta;
src/kits/debugger/debug_info/DwarfImageDebugInfo.cpp
826
TargetAddressRange(fRelocationDelta + statementAddress,
src/kits/debugger/debug_info/DwarfImageDebugInfo.cpp
861
target_addr_t functionStartAddress = function->Address() - fRelocationDelta;
src/kits/debugger/debug_info/DwarfImageDebugInfo.cpp
918
TargetAddressRange(fRelocationDelta + statementAddress,
src/kits/debugger/debug_info/DwarfImageDebugInfo.cpp
984
target_addr_t offset = address - fRelocationDelta
src/kits/debugger/debug_info/DwarfImageDebugInfo.h
162
target_addr_t fRelocationDelta;
src/kits/debugger/debug_info/DwarfImageDebugInfo.h
56
{ return fRelocationDelta; }
src/kits/debugger/debug_info/DwarfTypes.cpp
149
fRelocationDelta(relocationDelta),
src/kits/debugger/debug_info/DwarfTypes.h
79
{ return fRelocationDelta; }
src/kits/debugger/debug_info/DwarfTypes.h
95
target_addr_t fRelocationDelta;
src/kits/debugger/dwarf/DwarfExpressionEvaluator.h
33
{ return fRelocationDelta; }
src/kits/debugger/dwarf/DwarfExpressionEvaluator.h
54
target_addr_t fRelocationDelta;