Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/BinaryFormat/
H A DMachO.h859 uint32_t weak_bind_size; member
1106 sys::swapByteOrder(info.weak_bind_size); in swapStruct()
/freebsd-12.1/contrib/llvm/lib/ObjectYAML/
H A DMachOYAML.cpp270 IO.mapRequired("weak_bind_size", LoadCommand.weak_bind_size); in mapping()
/freebsd-12.1/contrib/llvm/lib/Object/
H A DMachOObjectFile.cpp668 BigSize += DyldInfo.weak_bind_size; in checkDyldInfoCommand()
675 DyldInfo.weak_bind_size, in checkDyldInfoCommand()
4543 return makeArrayRef(Ptr, DyldInfo.weak_bind_size); in getDyldInfoWeakBindOpcodes()
/freebsd-12.1/contrib/llvm/tools/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFileBinaryWriter.cpp854 di->weak_bind_size = 0; in writeLoadCommands()
/freebsd-12.1/contrib/llvm/tools/llvm-objdump/
H A DMachODump.cpp8566 outs() << " weak_bind_size " << dc.weak_bind_size; in PrintDyldInfoLoadCommand()
8568 big_size += dc.weak_bind_size; in PrintDyldInfoLoadCommand()