Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/lib/ObjCopy/MachO/
HDMachOWriter.cpp74 if (DyLdInfoCommand.lazy_bind_off) { in totalSize()
77 Ends.push_back(DyLdInfoCommand.lazy_bind_off + in totalSize()
359 char *Out = (char *)Buf->getBufferStart() + DyLdInfoCommand.lazy_bind_off; in writeLazyBindInfo()
611 if (DyLdInfoCommand.lazy_bind_off) in writeTail()
613 {DyLdInfoCommand.lazy_bind_off, &MachOWriter::writeLazyBindInfo}); in writeTail()
HDMachOLayoutBuilder.cpp405 MLC.dyld_info_command_data.lazy_bind_off = in layoutTail()
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
HDMachO.h883 uint32_t lazy_bind_off; member
1256 sys::swapByteOrder(info.lazy_bind_off); in swapStruct()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
HDMachOYAML.cpp312 IO.mapRequired("lazy_bind_off", LoadCommand.lazy_bind_off); in mapping()
HDMachOEmitter.cpp519 WriteQueue.push_back(std::make_pair(DyldInfoOnlyCmd->lazy_bind_off, in writeLinkEditData()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Object/
HDMachOObjectFile.cpp703 if (DyldInfo.lazy_bind_off > FileSize) in checkDyldInfoCommand()
707 BigSize = DyldInfo.lazy_bind_off; in checkDyldInfoCommand()
714 if (Error Err = checkOverlappingElement(Elements, DyldInfo.lazy_bind_off, in checkDyldInfoCommand()
4961 reinterpret_cast<const uint8_t *>(getPtr(*this, DyldInfo.lazy_bind_off)); in getDyldInfoLazyBindOpcodes()
/freebsd-14-stable/contrib/llvm-project/lld/MachO/
HDWriter.cpp114 c->lazy_bind_off = lazyBindingSection->fileOff; in writeTo()
/freebsd-14-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
HDMachODump.cpp9003 outs() << " lazy_bind_off " << dc.lazy_bind_off; in PrintDyldInfoLoadCommand()
9004 if (dc.lazy_bind_off > object_size) in PrintDyldInfoLoadCommand()
9009 big_size = dc.lazy_bind_off; in PrintDyldInfoLoadCommand()