HomeSort by relevance Sort by last modified time
    Searched refs:LoadCommandsSize (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/MC/
MachObjectWriter.cpp 127 unsigned LoadCommandsSize,
147 Write32(LoadCommandsSize);
779 uint64_t LoadCommandsSize = is64Bit() ?
786 LoadCommandsSize += sizeof(MachO::version_min_command);
793 LoadCommandsSize += sizeof(MachO::linkedit_data_command);
801 LoadCommandsSize += sizeof(MachO::linkedit_data_command);
809 LoadCommandsSize += (sizeof(MachO::symtab_command) +
818 LoadCommandsSize += ComputeLinkerOptionsLoadCommandSize(LinkerOptions[i],
825 sizeof(MachO::mach_header)) + LoadCommandsSize;
853 WriteHeader(NumLoadCommands, LoadCommandsSize,
    [all...]
  /external/llvm/include/llvm/MC/
MCMachObjectWriter.h 165 void WriteHeader(unsigned NumLoadCommands, unsigned LoadCommandsSize,

Completed in 197 milliseconds