OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:instruction_size
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/interception/
interception_win.cc
614
size_t
instruction_size
= GetInstructionSize(address + cursor);
local in function:__interception::RoundUpToInstrBoundary
615
if (!
instruction_size
)
617
cursor +=
instruction_size
;
626
size_t
instruction_size
= GetInstructionSize(from + cursor, &rel_offset);
local in function:__interception::CopyInstructions
628
(size_t)
instruction_size
);
638
cursor +=
instruction_size
;
723
size_t
instruction_size
= GetInstructionSize(old_func);
local in function:__interception::OverrideFunctionWithHotPatch
724
if (
instruction_size
< kShortJumpInstructionLength ||
730
uptr trampoline_length =
instruction_size
+ kDirectBranchLength;
734
if (!CopyInstructions(trampoline, old_func,
instruction_size
))
[
all
...]
interception_win.cc
614
size_t
instruction_size
= GetInstructionSize(address + cursor);
local in function:__interception::RoundUpToInstrBoundary
615
if (!
instruction_size
)
617
cursor +=
instruction_size
;
626
size_t
instruction_size
= GetInstructionSize(from + cursor, &rel_offset);
local in function:__interception::CopyInstructions
628
(size_t)
instruction_size
);
638
cursor +=
instruction_size
;
723
size_t
instruction_size
= GetInstructionSize(old_func);
local in function:__interception::OverrideFunctionWithHotPatch
724
if (
instruction_size
< kShortJumpInstructionLength ||
730
uptr trampoline_length =
instruction_size
+ kDirectBranchLength;
734
if (!CopyInstructions(trampoline, old_func,
instruction_size
))
[
all
...]
Completed in 120 milliseconds
Indexes created Fri Nov 07 20:09:51 GMT 2025