Home
last modified time | relevance | path

Searched full:lazy_bind_off (Results 1 – 25 of 44) sorted by relevance

12

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjCopy/MachO/
H A DMachOWriter.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()
H A DMachOObject.h259 /// to lazy_bind_off to get the information on what to bind.
H A DMachOLayoutBuilder.cpp404 MLC.dyld_info_command_data.lazy_bind_off = in layoutTail()
/aosp_15_r20/external/llvm/test/ObjectYAML/MachO/
H A Dout_of_order_linkedit.yaml66 lazy_bind_off: 12392
207 #CHECK: lazy_bind_off: 12392
H A Dload_commands.yaml66 lazy_bind_off: 12392
192 #CHECK: lazy_bind_off: 12392
H A Drebase_opcode.yaml33 lazy_bind_off: 1128
H A Dweak_bind_opcode.yaml33 lazy_bind_off: 1128
H A Dbind_opcode.yaml33 lazy_bind_off: 1128
H A Dexport_trie.yaml66 lazy_bind_off: 12392
H A Dsections.yaml176 lazy_bind_off: 12392
H A Dlazy_bind_opcode.yaml33 lazy_bind_off: 1128
H A Dsymtab.yaml68 lazy_bind_off: 12392
/aosp_15_r20/external/llvm/lib/ObjectYAML/
H A DMachOYAML.cpp246 IO.mapRequired("lazy_bind_off", LoadCommand.lazy_bind_off); in mapping()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
H A DMachOYAML.cpp270 IO.mapRequired("lazy_bind_off", LoadCommand.lazy_bind_off); in mapping()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjectYAML/
H A DMachOYAML.cpp311 IO.mapRequired("lazy_bind_off", LoadCommand.lazy_bind_off); in mapping()
/aosp_15_r20/external/llvm/test/tools/llvm-objdump/AArch64/
H A Dmacho-private-headers.test231 EXE: lazy_bind_off 49184
/aosp_15_r20/external/llvm/test/tools/llvm-objdump/ARM/
H A Dmacho-private-headers.test265 EXE: lazy_bind_off 49180
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
H A DMachOObjectFile.cpp695 if (DyldInfo.lazy_bind_off > FileSize) in checkDyldInfoCommand()
696 return malformedError("lazy_bind_off field of " + Twine(CmdName) + in checkDyldInfoCommand()
699 BigSize = DyldInfo.lazy_bind_off; in checkDyldInfoCommand()
702 return malformedError("lazy_bind_off field plus lazy_bind_size field of " + in checkDyldInfoCommand()
706 if (Error Err = checkOverlappingElement(Elements, DyldInfo.lazy_bind_off, in checkDyldInfoCommand()
4587 reinterpret_cast<const uint8_t *>(getPtr(*this, DyldInfo.lazy_bind_off)); in getDyldInfoLazyBindOpcodes()
/aosp_15_r20/external/llvm/include/llvm/Support/
H A DMachO.h826 uint32_t lazy_bind_off; member
1079 sys::swapByteOrder(info.lazy_bind_off); in swapStruct()
/aosp_15_r20/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DMachO.h831 uint32_t lazy_bind_off; member
1087 sys::swapByteOrder(info.lazy_bind_off); in swapStruct()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Object/
H A DMachOObjectFile.cpp698 if (DyldInfo.lazy_bind_off > FileSize) in checkDyldInfoCommand()
699 return malformedError("lazy_bind_off field of " + Twine(CmdName) + in checkDyldInfoCommand()
702 BigSize = DyldInfo.lazy_bind_off; in checkDyldInfoCommand()
705 return malformedError("lazy_bind_off field plus lazy_bind_size field of " + in checkDyldInfoCommand()
709 if (Error Err = checkOverlappingElement(Elements, DyldInfo.lazy_bind_off, in checkDyldInfoCommand()
4945 reinterpret_cast<const uint8_t *>(getPtr(*this, DyldInfo.lazy_bind_off)); in getDyldInfoLazyBindOpcodes()
/aosp_15_r20/external/llvm/test/tools/llvm-objdump/X86/
H A Dmacho-private-headers.test287 EXE: lazy_bind_off 8224
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
H A DMachO.h864 uint32_t lazy_bind_off; member
1116 sys::swapByteOrder(info.lazy_bind_off); in swapStruct()
/aosp_15_r20/external/llvm/tools/yaml2obj/
H A Dyaml2macho.cpp359 WriteQueue.push_back(std::make_pair(DyldInfoOnlyCmd->lazy_bind_off, in writeLinkEditData()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/BinaryFormat/
H A DMachO.h887 uint32_t lazy_bind_off; member
1255 sys::swapByteOrder(info.lazy_bind_off); in swapStruct()

12