LLVM 20.0.0git
|
#include "llvm/BinaryFormat/MachO.h"
uint32_t llvm::MachO::dyld_info_command::bind_off |
Definition at line 879 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 880 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 876 of file MachO.h.
Referenced by checkDyldInfoCommand().
uint32_t llvm::MachO::dyld_info_command::export_off |
Definition at line 885 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 886 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 883 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 884 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 877 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 878 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 881 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 882 of file MachO.h.
Referenced by checkDyldInfoCommand(), llvm::object::MachOObjectFile::getDyldInfoWeakBindOpcodes(), and llvm::objcopy::macho::MachOWriter::totalSize().