HomeSort by: relevance | last modified time | path
    Searched defs:trampoline_length (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/interception/
interception_win.cc 730 uptr trampoline_length = instruction_size + kDirectBranchLength; local
731 uptr trampoline = AllocateMemoryForTrampoline(old_func, trampoline_length);
780 uptr trampoline_length = instructions_length + kDirectBranchLength;
781 uptr trampoline = AllocateMemoryForTrampoline(old_func, trampoline_length);
  /src/external/gpl3/gcc.old/dist/libsanitizer/interception/
interception_win.cpp 781 uptr trampoline_length = instruction_size + kDirectBranchLength; local
782 uptr trampoline = AllocateMemoryForTrampoline(old_func, trampoline_length);
831 uptr trampoline_length = instructions_length + kDirectBranchLength;
832 uptr trampoline = AllocateMemoryForTrampoline(old_func, trampoline_length);
  /src/external/gpl3/gcc/dist/libsanitizer/interception/
interception_win.cpp 838 uptr trampoline_length = instruction_size + kDirectBranchLength; local
839 uptr trampoline = AllocateMemoryForTrampoline(old_func, trampoline_length);
888 uptr trampoline_length = instructions_length + kDirectBranchLength;
889 uptr trampoline = AllocateMemoryForTrampoline(old_func, trampoline_length);

Completed in 58 milliseconds