Home
last modified time | relevance | path

Searched refs:loadCommandsSize (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objcopy/MachO/
H A DMachOWriter.h31 size_t loadCommandsSize() const;
H A DMachOWriter.cpp26 size_t MachOWriter::loadCommandsSize() const { return O.Header.SizeOfCmds; } in loadCommandsSize() function in MachOWriter
151 return headerSize() + loadCommandsSize(); in totalSize()
/freebsd-13.1/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFileBinaryWriter.cpp125 uint32_t loadCommandsSize(uint32_t &count,
331 + loadCommandsSize(_countOfLoadCommands, in MachOFileLayout()
381 uint32_t MachOFileLayout::loadCommandsSize(uint32_t &count, in loadCommandsSize() function in lld::mach_o::normalized::MachOFileLayout