OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:rel_offset
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/interception/
interception_win.cc
403
static size_t GetInstructionSize(uptr address, size_t*
rel_offset
= nullptr) {
500
if (
rel_offset
)
501
*
rel_offset
= 2;
543
if (
rel_offset
)
544
*
rel_offset
= 3;
625
size_t
rel_offset
= 0;
local in function:__interception::CopyInstructions
626
size_t instruction_size = GetInstructionSize(from + cursor, &
rel_offset
);
629
if (
rel_offset
) {
631
uptr relocated_offset = *(u32*)(to + cursor +
rel_offset
) - delta;
636
*(u32*)(to + cursor +
rel_offset
) = relocated_offset
[
all
...]
interception_win.cc
403
static size_t GetInstructionSize(uptr address, size_t*
rel_offset
= nullptr) {
500
if (
rel_offset
)
501
*
rel_offset
= 2;
543
if (
rel_offset
)
544
*
rel_offset
= 3;
625
size_t
rel_offset
= 0;
local in function:__interception::CopyInstructions
626
size_t instruction_size = GetInstructionSize(from + cursor, &
rel_offset
);
629
if (
rel_offset
) {
631
uptr relocated_offset = *(u32*)(to + cursor +
rel_offset
) - delta;
636
*(u32*)(to + cursor +
rel_offset
) = relocated_offset
[
all
...]
Completed in 25 milliseconds
Indexes created Fri Sep 26 20:09:58 GMT 2025