Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objcopy/MachO/
H A DMachOWriter.cpp62 if (DyLdInfoCommand.weak_bind_off) { in totalSize()
65 Ends.push_back(DyLdInfoCommand.weak_bind_off + in totalSize()
367 char *Out = (char *)Buf->getBufferStart() + DyLdInfoCommand.weak_bind_off; in writeWeakBindInfo()
467 if (DyLdInfoCommand.weak_bind_off) in writeTail()
469 {DyLdInfoCommand.weak_bind_off, &MachOWriter::writeWeakBindInfo}); in writeTail()
H A DMachOLayoutBuilder.cpp343 MLC.dyld_info_command_data.weak_bind_off = in layoutTail()
/freebsd-13.1/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DMachOEmitter.cpp465 WriteQueue.push_back(std::make_pair(DyldInfoOnlyCmd->weak_bind_off, in writeLinkEditData()
H A DMachOYAML.cpp270 IO.mapRequired("weak_bind_off", LoadCommand.weak_bind_off); in mapping()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMachO.h872 uint32_t weak_bind_off; member
1119 sys::swapByteOrder(info.weak_bind_off); in swapStruct()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp679 if (DyldInfo.weak_bind_off > FileSize) in checkDyldInfoCommand()
683 BigSize = DyldInfo.weak_bind_off; in checkDyldInfoCommand()
690 if (Error Err = checkOverlappingElement(Elements, DyldInfo.weak_bind_off, in checkDyldInfoCommand()
4590 reinterpret_cast<const uint8_t *>(getPtr(*this, DyldInfo.weak_bind_off)); in getDyldInfoWeakBindOpcodes()
/freebsd-13.1/contrib/llvm-project/lld/MachO/
H A DWriter.cpp108 c->weak_bind_off = weakBindingSection->fileOff; in writeTo()
/freebsd-13.1/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFileBinaryWriter.cpp859 di->weak_bind_off = 0; in writeLoadCommands()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp8994 outs() << " weak_bind_off " << dc.weak_bind_off; in PrintDyldInfoLoadCommand()
8995 if (dc.weak_bind_off > object_size) in PrintDyldInfoLoadCommand()
9000 big_size = dc.weak_bind_off; in PrintDyldInfoLoadCommand()