Home | History | Annotate | Download | only in src

Lines Matching refs:here_address

136 //       between 0 and (here_address - 1).
137 // here_address: The current location in the target data (i.e., the
155 VCDAddress here_address,
163 if (address >= here_address) {
165 << ") < here_address (" << here_address << ")" << LOG_ENDL;
189 const VCDAddress here_encoded_address = here_address - address;
224 VCDAddress here_address) {
229 } else if (decoded_address >= here_address) {
231 << ") is beyond location in target file (" << here_address
244 // here_address: The current location in the source + target data (i.e., the
246 // all addresses between 0 and (here_address - 1) are valid, and
266 // the instructions section, then an integer between 0 and here_address - 1
277 VCDAddress VCDiffAddressCache::DecodeAddress(VCDAddress here_address,
281 if (here_address < 0) {
283 " for here_address: " << here_address << LOG_ENDL;
312 decoded_address = DecodeHereAddress(encoded_address, here_address);
323 if (!IsDecodedAddressValid(decoded_address, here_address)) {