Lines Matching refs:off
185 unsigned off;
216 for (uint32_t off = 0; off < cbImage; off++, pu8J++, pu8I++)
218 RTPrintf(" %08x %02x != %02x\n", off, *pu8J, *pu8I);
222 for (uint32_t off = 0; off < cbImage; off += 4, pu32J++, pu32I++)
224 RTPrintf(" %08x %08x != %08x\n", off, *pu32J, *pu32I);
243 unsigned off = Value - aLoads[i].Addr;
244 if (off < cbImage)
246 if (aSyms[iSym].off == ~0U)
247 aSyms[iSym].off = off;
248 else if (off != aSyms[iSym].off)
250 RTPrintf("tstLdr: Mismatching symbol '%s' in '%s'/%d. expected off=%d got %d\n",
251 aSyms[iSym].pszName, pszFilename, i, aSyms[iSym].off, off);
257 RTPrintf("tstLdr: Invalid value for symbol '%s' in '%s'/%d. off=%#x Value=%#x\n",
258 aSyms[iSym].pszName, pszFilename, i, off, Value);