Home
last modified time | relevance | path

Searched refs:bind_size (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/BinaryFormat/
H A DMachO.h857 uint32_t bind_size; member
1104 sys::swapByteOrder(info.bind_size); in swapStruct()
/freebsd-12.1/contrib/llvm/lib/ObjectYAML/
H A DMachOYAML.cpp268 IO.mapRequired("bind_size", LoadCommand.bind_size); in mapping()
/freebsd-12.1/contrib/llvm/lib/Object/
H A DMachOObjectFile.cpp653 BigSize += DyldInfo.bind_size; in checkDyldInfoCommand()
660 DyldInfo.bind_size, in checkDyldInfoCommand()
4532 return makeArrayRef(Ptr, DyldInfo.bind_size); in getDyldInfoBindOpcodes()
/freebsd-12.1/contrib/llvm/tools/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFileBinaryWriter.cpp852 di->bind_size = _bindingInfo.size(); in writeLoadCommands()
/freebsd-12.1/contrib/llvm/tools/llvm-objdump/
H A DMachODump.cpp8554 outs() << " bind_size " << dc.bind_size; in PrintDyldInfoLoadCommand()
8556 big_size += dc.bind_size; in PrintDyldInfoLoadCommand()