LLVM 18.0.0git
|
#include "llvm/BinaryFormat/MachO.h"
uint32_t llvm::MachO::dyld_info_command::bind_off |
Definition at line 885 of file MachO.h.
Referenced by checkDyldInfoCommand(), llvm::object::MachOObjectFile::getDyldInfoBindOpcodes(), and llvm::objcopy::macho::MachOWriter::totalSize().
uint32_t llvm::MachO::dyld_info_command::bind_size |
Definition at line 886 of file MachO.h.
Referenced by checkDyldInfoCommand(), llvm::object::MachOObjectFile::getDyldInfoBindOpcodes(), and llvm::objcopy::macho::MachOWriter::totalSize().
uint32_t llvm::MachO::dyld_info_command::cmdsize |
Definition at line 882 of file MachO.h.
Referenced by checkDyldInfoCommand().
uint32_t llvm::MachO::dyld_info_command::export_off |
Definition at line 891 of file MachO.h.
Referenced by checkDyldInfoCommand(), llvm::object::MachOObjectFile::getDyldInfoExportsTrie(), and llvm::objcopy::macho::MachOWriter::totalSize().
uint32_t llvm::MachO::dyld_info_command::export_size |
Definition at line 892 of file MachO.h.
Referenced by checkDyldInfoCommand(), llvm::object::MachOObjectFile::getDyldInfoExportsTrie(), and llvm::objcopy::macho::MachOWriter::totalSize().
uint32_t llvm::MachO::dyld_info_command::lazy_bind_off |
Definition at line 889 of file MachO.h.
Referenced by checkDyldInfoCommand(), llvm::object::MachOObjectFile::getDyldInfoLazyBindOpcodes(), and llvm::objcopy::macho::MachOWriter::totalSize().
uint32_t llvm::MachO::dyld_info_command::lazy_bind_size |
Definition at line 890 of file MachO.h.
Referenced by checkDyldInfoCommand(), llvm::object::MachOObjectFile::getDyldInfoLazyBindOpcodes(), and llvm::objcopy::macho::MachOWriter::totalSize().
uint32_t llvm::MachO::dyld_info_command::rebase_off |
Definition at line 883 of file MachO.h.
Referenced by checkDyldInfoCommand(), llvm::object::MachOObjectFile::getDyldInfoRebaseOpcodes(), and llvm::objcopy::macho::MachOWriter::totalSize().
uint32_t llvm::MachO::dyld_info_command::rebase_size |
Definition at line 884 of file MachO.h.
Referenced by checkDyldInfoCommand(), llvm::object::MachOObjectFile::getDyldInfoRebaseOpcodes(), and llvm::objcopy::macho::MachOWriter::totalSize().
uint32_t llvm::MachO::dyld_info_command::weak_bind_off |
Definition at line 887 of file MachO.h.
Referenced by checkDyldInfoCommand(), llvm::object::MachOObjectFile::getDyldInfoWeakBindOpcodes(), and llvm::objcopy::macho::MachOWriter::totalSize().
uint32_t llvm::MachO::dyld_info_command::weak_bind_size |
Definition at line 888 of file MachO.h.
Referenced by checkDyldInfoCommand(), llvm::object::MachOObjectFile::getDyldInfoWeakBindOpcodes(), and llvm::objcopy::macho::MachOWriter::totalSize().