Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/MachO/
H A DMachOWriter.cpp67 if (DyLdInfoCommand.weak_bind_off) { in totalSize()
70 Ends.push_back(DyLdInfoCommand.weak_bind_off + in totalSize()
346 char *Out = (char *)Buf->getBufferStart() + DyLdInfoCommand.weak_bind_off; in writeWeakBindInfo()
607 if (DyLdInfoCommand.weak_bind_off) in writeTail()
609 {DyLdInfoCommand.weak_bind_off, &MachOWriter::writeWeakBindInfo}); in writeTail()
H A DMachOLayoutBuilder.cpp399 MLC.dyld_info_command_data.weak_bind_off = in layoutTail()
/freebsd/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()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DMachOEmitter.cpp515 WriteQueue.push_back(std::make_pair(DyldInfoOnlyCmd->weak_bind_off, in writeLinkEditData()
H A DMachOYAML.cpp308 IO.mapRequired("weak_bind_off", LoadCommand.weak_bind_off); in mapping()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp689 if (DyldInfo.weak_bind_off > FileSize) in checkDyldInfoCommand()
693 BigSize = DyldInfo.weak_bind_off; in checkDyldInfoCommand()
700 if (Error Err = checkOverlappingElement(Elements, DyldInfo.weak_bind_off, in checkDyldInfoCommand()
4946 reinterpret_cast<const uint8_t *>(getPtr(*this, DyldInfo.weak_bind_off)); in getDyldInfoWeakBindOpcodes()
/freebsd/contrib/llvm-project/lld/MachO/
H A DWriter.cpp109 c->weak_bind_off = weakBindingSection->fileOff; in writeTo()
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp9010 outs() << " weak_bind_off " << dc.weak_bind_off; in PrintDyldInfoLoadCommand()
9011 if (dc.weak_bind_off > object_size) in PrintDyldInfoLoadCommand()
9016 big_size = dc.weak_bind_off; in PrintDyldInfoLoadCommand()