HomeSort by relevance Sort by last modified time
    Searched refs:patch_length (Results 1 - 9 of 9) sorted by null

  /external/compiler-rt/lib/interception/
interception_win.cc 570 uptr patch_length = kDetourHeaderLen + kShortJumpInstructionLength; local
579 if (!ChangeMemoryProtection(header, patch_length, &protection))
589 if (!RestoreMemoryProtection(header, patch_length, protection))
639 uptr patch_length = kHotPatchHeaderLen + kShortJumpInstructionLength; local
669 if (!ChangeMemoryProtection(header, patch_length, &protection))
677 if (!RestoreMemoryProtection(header, patch_length, protection))
723 uptr patch_length = instructions_length + padding_length; local
725 if (!ChangeMemoryProtection(patch_address, patch_length, &protection))
732 if (!RestoreMemoryProtection(patch_address, patch_length, protection))
  /hardware/qcom/bt/msm8909/libbt-vendor/include/
hw_rome.h 199 unsigned short patch_length; member in struct:__anon41681
  /hardware/qcom/bt/msm8992/libbt-vendor/include/
hw_rome.h 200 unsigned short patch_length; member in struct:__anon41704
  /hardware/qcom/bt/msm8996/libbt-vendor/include/
hw_rome.h 201 unsigned short patch_length; member in struct:__anon41726
  /hardware/qcom/bt/msm8998/libbt-vendor/include/
hw_rome.h 196 unsigned short patch_length; member in struct:__anon41749
  /hardware/qcom/bt/msm8909/libbt-vendor/src/
hw_rome.c 513 rampatch_patch_info.patch_length |=
529 ALOGI("PATCH_LENGTH\t : 0x%x", rampatch_patch_info.patch_length);
574 no_of_patch_segment = (rampatch_patch_info.patch_length /
620 size = (rampatch_patch_info.patch_length < MAX_DATA_PER_SEGMENT) ?
621 rampatch_patch_info.patch_length :
622 (rampatch_patch_info.patch_length % MAX_DATA_PER_SEGMENT);
705 size = rampatch_patch_info.patch_length;
    [all...]
  /hardware/qcom/bt/msm8992/libbt-vendor/src/
hw_rome.c 495 rampatch_patch_info.patch_length |=
511 ALOGI("PATCH_LENGTH\t : 0x%x", rampatch_patch_info.patch_length);
556 no_of_patch_segment = (rampatch_patch_info.patch_length /
602 size = (rampatch_patch_info.patch_length < MAX_DATA_PER_SEGMENT) ?
603 rampatch_patch_info.patch_length :
604 (rampatch_patch_info.patch_length % MAX_DATA_PER_SEGMENT);
687 size = rampatch_patch_info.patch_length;
    [all...]
  /hardware/qcom/bt/msm8996/libbt-vendor/src/
hw_rome.c 544 rampatch_patch_info.patch_length |=
560 ALOGI("PATCH_LENGTH\t : 0x%x", rampatch_patch_info.patch_length);
605 no_of_patch_segment = (rampatch_patch_info.patch_length /
651 size = (rampatch_patch_info.patch_length < MAX_DATA_PER_SEGMENT) ?
652 rampatch_patch_info.patch_length :
653 (rampatch_patch_info.patch_length % MAX_DATA_PER_SEGMENT);
736 size = rampatch_patch_info.patch_length;
    [all...]
  /hardware/qcom/bt/msm8998/libbt-vendor/src/
hw_rome.c 517 rampatch_patch_info.patch_length |=
533 ALOGI("PATCH_LENGTH\t : 0x%x", rampatch_patch_info.patch_length);
578 no_of_patch_segment = (rampatch_patch_info.patch_length /
624 size = (rampatch_patch_info.patch_length < MAX_DATA_PER_SEGMENT) ?
625 rampatch_patch_info.patch_length :
626 (rampatch_patch_info.patch_length % MAX_DATA_PER_SEGMENT);
709 size = rampatch_patch_info.patch_length;
    [all...]

Completed in 543 milliseconds