mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-17 04:24:00 +00:00
Add printing the LC_ENCRYPTION_INFO load command with llvm-objdump’s -private-headers.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@224390 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -2299,6 +2299,11 @@ MachOObjectFile::getEntryPointCommand(const LoadCommandInfo &L) const {
|
||||
return getStruct<MachO::entry_point_command>(this, L.Ptr);
|
||||
}
|
||||
|
||||
MachO::encryption_info_command
|
||||
MachOObjectFile::getEncryptionInfoCommand(const LoadCommandInfo &L) const {
|
||||
return getStruct<MachO::encryption_info_command>(this, L.Ptr);
|
||||
}
|
||||
|
||||
|
||||
MachO::any_relocation_info
|
||||
MachOObjectFile::getRelocation(DataRefImpl Rel) const {
|
||||
|
Reference in New Issue
Block a user