/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjCopy/MachO/ |
H A D | MachOWriter.cpp | 63 if (DyLdInfoCommand.bind_off) { in totalSize() 66 Ends.push_back(DyLdInfoCommand.bind_off + DyLdInfoCommand.bind_size); in totalSize() 335 char *Out = (char *)Buf->getBufferStart() + DyLdInfoCommand.bind_off; in writeBindInfo() 606 if (DyLdInfoCommand.bind_off) in writeTail() 607 Queue.push_back({DyLdInfoCommand.bind_off, &MachOWriter::writeBindInfo}); in writeTail()
|
H A D | MachOLayoutBuilder.cpp | 398 MLC.dyld_info_command_data.bind_off = in layoutTail()
|
/aosp_15_r20/external/llvm/test/ObjectYAML/MachO/ |
H A D | out_of_order_linkedit.yaml | 62 bind_off: 12288 203 #CHECK: bind_off: 12288
|
H A D | load_commands.yaml | 62 bind_off: 12296 188 #CHECK: bind_off: 12296
|
H A D | rebase_opcode.yaml | 29 bind_off: 1032
|
H A D | weak_bind_opcode.yaml | 29 bind_off: 0
|
H A D | bind_opcode.yaml | 29 bind_off: 1032
|
H A D | export_trie.yaml | 62 bind_off: 12296
|
H A D | sections.yaml | 172 bind_off: 12296
|
H A D | lazy_bind_opcode.yaml | 29 bind_off: 0
|
H A D | symtab.yaml | 64 bind_off: 12296
|
/aosp_15_r20/external/llvm/lib/ObjectYAML/ |
H A D | MachOYAML.cpp | 242 IO.mapRequired("bind_off", LoadCommand.bind_off); in mapping()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
H A D | MachOYAML.cpp | 266 IO.mapRequired("bind_off", LoadCommand.bind_off); in mapping()
|
H A D | MachOEmitter.cpp | 407 WriteQueue.push_back(std::make_pair(DyldInfoOnlyCmd->bind_off, in writeLinkEditData()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjectYAML/ |
H A D | MachOYAML.cpp | 307 IO.mapRequired("bind_off", LoadCommand.bind_off); in mapping()
|
/aosp_15_r20/external/llvm/test/tools/llvm-objdump/AArch64/ |
H A D | macho-private-headers.test | 227 EXE: bind_off 49160
|
/aosp_15_r20/external/llvm/test/tools/llvm-objdump/ARM/ |
H A D | macho-private-headers.test | 261 EXE: bind_off 49156
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
H A D | MachOObjectFile.cpp | 665 if (DyldInfo.bind_off > FileSize) in checkDyldInfoCommand() 666 return malformedError("bind_off field of " + Twine(CmdName) + in checkDyldInfoCommand() 669 BigSize = DyldInfo.bind_off; in checkDyldInfoCommand() 672 return malformedError("bind_off field plus bind_size field of " + in checkDyldInfoCommand() 676 if (Error Err = checkOverlappingElement(Elements, DyldInfo.bind_off, in checkDyldInfoCommand() 4559 reinterpret_cast<const uint8_t *>(getPtr(*this, DyldInfo.bind_off)); in getDyldInfoBindOpcodes()
|
/aosp_15_r20/external/llvm/include/llvm/Support/ |
H A D | MachO.h | 822 uint32_t bind_off; member 1075 sys::swapByteOrder(info.bind_off); in swapStruct()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
H A D | MachO.h | 827 uint32_t bind_off; member 1083 sys::swapByteOrder(info.bind_off); in swapStruct()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Object/ |
H A D | MachOObjectFile.cpp | 668 if (DyldInfo.bind_off > FileSize) in checkDyldInfoCommand() 669 return malformedError("bind_off field of " + Twine(CmdName) + in checkDyldInfoCommand() 672 BigSize = DyldInfo.bind_off; in checkDyldInfoCommand() 675 return malformedError("bind_off field plus bind_size field of " + in checkDyldInfoCommand() 679 if (Error Err = checkOverlappingElement(Elements, DyldInfo.bind_off, in checkDyldInfoCommand() 4917 reinterpret_cast<const uint8_t *>(getPtr(*this, DyldInfo.bind_off)); in getDyldInfoBindOpcodes()
|
/aosp_15_r20/external/llvm/test/tools/llvm-objdump/X86/ |
H A D | macho-private-headers.test | 283 EXE: bind_off 8200
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
H A D | MachO.h | 860 uint32_t bind_off; member 1112 sys::swapByteOrder(info.bind_off); in swapStruct()
|
/aosp_15_r20/external/llvm/tools/yaml2obj/ |
H A D | yaml2macho.cpp | 355 WriteQueue.push_back(std::make_pair(DyldInfoOnlyCmd->bind_off, in writeLinkEditData()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/BinaryFormat/ |
H A D | MachO.h | 883 uint32_t bind_off; member 1251 sys::swapByteOrder(info.bind_off); in swapStruct()
|