| Home | Sort by: relevance | last modified time | path |
| /src/sys/external/bsd/compiler_rt/dist/lib/interception/ | |
| interception_win.cc | 730 uptr trampoline_length = instruction_size + kDirectBranchLength; local in function:__interception::OverrideFunctionWithHotPatch 731 uptr trampoline = AllocateMemoryForTrampoline(old_func, trampoline_length); 780 uptr trampoline_length = instructions_length + kDirectBranchLength; local in function:__interception::OverrideFunctionWithTrampoline 781 uptr trampoline = AllocateMemoryForTrampoline(old_func, trampoline_length); |