Home
last modified time | relevance | path

Searched refs:rel_offset (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/interception/
H A Dinterception_win.cpp558 static size_t GetInstructionSize(uptr address, size_t* rel_offset = nullptr) { in GetInstructionSize() argument
559 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() argument
995 return GetInstructionSize(address, rel_offset); in TestOnlyGetInstructionSize()
1013 size_t rel_offset = 0; in CopyInstructions() local
[all …]
H A Dinterception_win.h67 SIZE_T TestOnlyGetInstructionSize(uptr address, SIZE_T *rel_offset);
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp928 uint64_t rel_offset; in GetImageInfoAddress() local
929 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()