Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/BinaryFormat/
H A DMachO.h856 uint32_t bind_off; member
1103 sys::swapByteOrder(info.bind_off); in swapStruct()
/freebsd-12.1/contrib/llvm/lib/ObjectYAML/
H A DMachOYAML.cpp267 IO.mapRequired("bind_off", LoadCommand.bind_off); in mapping()
/freebsd-12.1/contrib/llvm/lib/Object/
H A DMachOObjectFile.cpp648 if (DyldInfo.bind_off > FileSize) in checkDyldInfoCommand()
652 BigSize = DyldInfo.bind_off; in checkDyldInfoCommand()
659 if (Error Err = checkOverlappingElement(Elements, DyldInfo.bind_off, in checkDyldInfoCommand()
4531 reinterpret_cast<const uint8_t *>(getPtr(*this, DyldInfo.bind_off)); in getDyldInfoBindOpcodes()
/freebsd-12.1/contrib/llvm/tools/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFileBinaryWriter.cpp851 di->bind_off = _bindingInfo.size() ? _startOfBindingInfo : 0; in writeLoadCommands()
/freebsd-12.1/contrib/llvm/tools/llvm-objdump/
H A DMachODump.cpp8549 outs() << " bind_off " << dc.bind_off; in PrintDyldInfoLoadCommand()
8550 if (dc.bind_off > object_size) in PrintDyldInfoLoadCommand()
8555 big_size = dc.bind_off; in PrintDyldInfoLoadCommand()