Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • D dynamorio
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 1,467
    • Issues 1,467
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 44
    • Merge requests 44
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • DynamoRIO
  • dynamorio
  • Merge requests
  • !2686

i#2681: AArch64 encoder: Consult check_reachable argument.

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Administrator requested to merge i2681-check_reachable into master Nov 02, 2017
  • Overview 4
  • Commits 3
  • Pipelines 0
  • Changes 6

Created by: egrimley

A check_reachable member is added to the previously unused decode_info_t struct and the encoder functions acquire an extra argument which is a pointer to this struct. The functions that encode branches, ADR and ADRP refer to this and accept unreachable targets when check_reachable is false, setting the offset to zero in this case. Targets are still required to be aligned.

Fixes #2681 (closed)

Change-Id: I4575a396bf13ee9fd27e395b10957eed294342ce

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: i2681-check_reachable