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

/haiku/src/kits/debugger/debug_info/
H A DDwarfImageDebugInfo.cpp812 target_addr_t statementAddress = 0; local
820 if (statementAddress != 0
823 if (address >= statementAddress && address < endAddress) {
827 TargetAddressRange(fRelocationDelta + statementAddress,
828 endAddress - statementAddress));
836 statementAddress = 0;
840 statementAddress = state.address;
892 target_addr_t statementAddress = 0; local
898 if (statementAddress != 0
902 if (statementAddress < endAddres
1026 target_addr_t statementAddress = 0; local
[all...]

Completed in 42 milliseconds