VirtualBox

Changeset 94869 in vbox for trunk/src/VBox/Runtime/include


Ignore:
Timestamp:
May 5, 2022 10:22:41 PM (3 years ago)
Author:
vboxsync
Message:

IPRT/ldr: Minimal MachO/ARM64 read support to make RTSignTool work. bugref:9898

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/include/internal/ldr.h

    r93115 r94869  
    216216    /** @} */
    217217
     218    /** @name K_ARCH_ARM64
     219     * @{ */
     220    RTLDRCPU_ARM64_BLEND,
     221    RTLDRCPU_ARM64_V8,
     222    RTLDRCPU_ARM64E,
     223    RTLDRCPU_FIRST_ARM64 = RTLDRCPU_ARM64_V8,
     224    RTLDRCPU_LAST_ARM64 = RTLDRCPU_ARM64E,
     225    /** @} */
     226
    218227    /** The end of the valid cpu values (exclusive). */
    219228    RTLDRCPU_END,
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette