/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjCopy/MachO/ |
H A D | MachOWriter.cpp | 74 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 D | MachOObject.h | 259 /// to lazy_bind_off to get the information on what to bind.
|
H A D | MachOLayoutBuilder.cpp | 404 MLC.dyld_info_command_data.lazy_bind_off = in layoutTail()
|
/aosp_15_r20/external/llvm/test/ObjectYAML/MachO/ |
H A D | out_of_order_linkedit.yaml | 66 lazy_bind_off: 12392 207 #CHECK: lazy_bind_off: 12392
|
H A D | load_commands.yaml | 66 lazy_bind_off: 12392 192 #CHECK: lazy_bind_off: 12392
|
H A D | rebase_opcode.yaml | 33 lazy_bind_off: 1128
|
H A D | weak_bind_opcode.yaml | 33 lazy_bind_off: 1128
|
H A D | bind_opcode.yaml | 33 lazy_bind_off: 1128
|
H A D | export_trie.yaml | 66 lazy_bind_off: 12392
|
H A D | sections.yaml | 176 lazy_bind_off: 12392
|
H A D | lazy_bind_opcode.yaml | 33 lazy_bind_off: 1128
|
H A D | symtab.yaml | 68 lazy_bind_off: 12392
|
/aosp_15_r20/external/llvm/lib/ObjectYAML/ |
H A D | MachOYAML.cpp | 246 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 D | MachOYAML.cpp | 270 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 D | MachOYAML.cpp | 311 IO.mapRequired("lazy_bind_off", LoadCommand.lazy_bind_off); in mapping()
|
/aosp_15_r20/external/llvm/test/tools/llvm-objdump/AArch64/ |
H A D | macho-private-headers.test | 231 EXE: lazy_bind_off 49184
|
/aosp_15_r20/external/llvm/test/tools/llvm-objdump/ARM/ |
H A D | macho-private-headers.test | 265 EXE: lazy_bind_off 49180
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
H A D | MachOObjectFile.cpp | 695 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 D | MachO.h | 826 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 D | MachO.h | 831 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 D | MachOObjectFile.cpp | 698 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 D | macho-private-headers.test | 287 EXE: lazy_bind_off 8224
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
H A D | MachO.h | 864 uint32_t lazy_bind_off; member 1116 sys::swapByteOrder(info.lazy_bind_off); in swapStruct()
|
/aosp_15_r20/external/llvm/tools/yaml2obj/ |
H A D | yaml2macho.cpp | 359 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 D | MachO.h | 887 uint32_t lazy_bind_off; member 1255 sys::swapByteOrder(info.lazy_bind_off); in swapStruct()
|