Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/BinaryFormat/
H A DMachO.h858 uint32_t weak_bind_off; member
1105 sys::swapByteOrder(info.weak_bind_off); in swapStruct()
/freebsd-12.1/contrib/llvm/lib/ObjectYAML/
H A DMachOYAML.cpp269 IO.mapRequired("weak_bind_off", LoadCommand.weak_bind_off); in mapping()
/freebsd-12.1/contrib/llvm/lib/Object/
H A DMachOObjectFile.cpp663 if (DyldInfo.weak_bind_off > FileSize) in checkDyldInfoCommand()
667 BigSize = DyldInfo.weak_bind_off; in checkDyldInfoCommand()
674 if (Error Err = checkOverlappingElement(Elements, DyldInfo.weak_bind_off, in checkDyldInfoCommand()
4542 reinterpret_cast<const uint8_t *>(getPtr(*this, DyldInfo.weak_bind_off)); in getDyldInfoWeakBindOpcodes()
/freebsd-12.1/contrib/llvm/tools/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFileBinaryWriter.cpp853 di->weak_bind_off = 0; in writeLoadCommands()
/freebsd-12.1/contrib/llvm/tools/llvm-objdump/
H A DMachODump.cpp8561 outs() << " weak_bind_off " << dc.weak_bind_off; in PrintDyldInfoLoadCommand()
8562 if (dc.weak_bind_off > object_size) in PrintDyldInfoLoadCommand()
8567 big_size = dc.weak_bind_off; in PrintDyldInfoLoadCommand()