boot2

Playing with the boostrap
git clone https://git.ryansepassi.com/git/boot2.git
Log | Files | Refs | README

arm64-link-prel64-condbr.before (153B)


      1         case R_AARCH64_ABS32:
      2             write32le(ptr, val);
      3             return;
      4 	case R_AARCH64_PREL32:
      5 	    write32le(ptr, val - addr);
      6 	    return;