Searched refs:rel_offset (Results 1 – 3 of 3) sorted by relevance
558 static size_t GetInstructionSize(uptr address, size_t* rel_offset = nullptr) { in GetInstructionSize() argument559 if (rel_offset) { in GetInstructionSize()560 *rel_offset = 0; in GetInstructionSize()744 if (rel_offset) in GetInstructionSize()745 *rel_offset = 2; in GetInstructionSize()894 if (rel_offset) in GetInstructionSize()895 *rel_offset = 3; in GetInstructionSize()994 size_t TestOnlyGetInstructionSize(uptr address, size_t *rel_offset) { in TestOnlyGetInstructionSize() argument995 return GetInstructionSize(address, rel_offset); in TestOnlyGetInstructionSize()1013 size_t rel_offset = 0; in CopyInstructions() local[all …]
67 SIZE_T TestOnlyGetInstructionSize(uptr address, SIZE_T *rel_offset);
928 uint64_t rel_offset; in GetImageInfoAddress() local929 rel_offset = target->ReadUnsignedIntegerFromMemory( in GetImageInfoAddress()931 if (error.Success() && rel_offset != UINT64_MAX) { in GetImageInfoAddress()934 d_load_addr - GetAddressByteSize() + rel_offset; in GetImageInfoAddress()