Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/ObjCopy/MachO/
H A DMachOWriter.cpp68 if (DyLdInfoCommand.weak_bind_off) { in totalSize()
71 Ends.push_back(DyLdInfoCommand.weak_bind_off + in totalSize()
347 char *Out = (char *)Buf->getBufferStart() + DyLdInfoCommand.weak_bind_off; in writeWeakBindInfo()
608 if (DyLdInfoCommand.weak_bind_off) in writeTail()
610 {DyLdInfoCommand.weak_bind_off, &MachOWriter::writeWeakBindInfo}); in writeTail()
H A DMachOLayoutBuilder.cpp402 MLC.dyld_info_command_data.weak_bind_off = in layoutTail()
/src/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMachO.h881 uint32_t weak_bind_off; member
1254 sys::swapByteOrder(info.weak_bind_off); in swapStruct()
/src/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DMachOEmitter.cpp517 WriteQueue.push_back(std::make_pair(DyldInfoOnlyCmd->weak_bind_off, in writeLinkEditData()
H A DMachOYAML.cpp310 IO.mapRequired("weak_bind_off", LoadCommand.weak_bind_off); in mapping()
/src/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp688 if (DyldInfo.weak_bind_off > FileSize) in checkDyldInfoCommand()
692 BigSize = DyldInfo.weak_bind_off; in checkDyldInfoCommand()
699 if (Error Err = checkOverlappingElement(Elements, DyldInfo.weak_bind_off, in checkDyldInfoCommand()
4947 reinterpret_cast<const uint8_t *>(getPtr(*this, DyldInfo.weak_bind_off)); in getDyldInfoWeakBindOpcodes()
/src/contrib/llvm-project/lld/MachO/
H A DWriter.cpp110 c->weak_bind_off = weakBindingSection->fileOff; in writeTo()
/src/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp8991 outs() << " weak_bind_off " << dc.weak_bind_off; in PrintDyldInfoLoadCommand()
8992 if (dc.weak_bind_off > object_size) in PrintDyldInfoLoadCommand()
8997 big_size = dc.weak_bind_off; in PrintDyldInfoLoadCommand()