/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjCopy/MachO/ |
H A D | MachOWriter.cpp | 58 if (DyLdInfoCommand.rebase_off) { in totalSize() 61 Ends.push_back(DyLdInfoCommand.rebase_off + DyLdInfoCommand.rebase_size); in totalSize() 323 char *Out = (char *)Buf->getBufferStart() + DyLdInfoCommand.rebase_off; in writeRebaseInfo() 603 if (DyLdInfoCommand.rebase_off) in writeTail() 605 {DyLdInfoCommand.rebase_off, &MachOWriter::writeRebaseInfo}); in writeTail()
|
H A D | MachOLayoutBuilder.cpp | 395 MLC.dyld_info_command_data.rebase_off = in layoutTail()
|
/aosp_15_r20/external/llvm/test/ObjectYAML/MachO/ |
H A D | out_of_order_linkedit.yaml | 60 rebase_off: 12384 201 #CHECK: rebase_off: 12384
|
H A D | load_commands.yaml | 60 rebase_off: 12288 186 #CHECK: rebase_off: 12288
|
H A D | rebase_opcode.yaml | 27 rebase_off: 1024
|
H A D | weak_bind_opcode.yaml | 27 rebase_off: 1024
|
H A D | bind_opcode.yaml | 27 rebase_off: 1024
|
H A D | export_trie.yaml | 60 rebase_off: 12288
|
H A D | sections.yaml | 170 rebase_off: 12288
|
H A D | lazy_bind_opcode.yaml | 27 rebase_off: 1024
|
H A D | symtab.yaml | 62 rebase_off: 12288
|
/aosp_15_r20/external/llvm/lib/ObjectYAML/ |
H A D | MachOYAML.cpp | 240 IO.mapRequired("rebase_off", LoadCommand.rebase_off); in mapping()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
H A D | MachOYAML.cpp | 264 IO.mapRequired("rebase_off", LoadCommand.rebase_off); in mapping()
|
H A D | MachOEmitter.cpp | 405 WriteQueue.push_back(std::make_pair(DyldInfoOnlyCmd->rebase_off, in writeLinkEditData()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjectYAML/ |
H A D | MachOYAML.cpp | 305 IO.mapRequired("rebase_off", LoadCommand.rebase_off); in mapping()
|
/aosp_15_r20/external/llvm/test/tools/llvm-objdump/AArch64/ |
H A D | macho-private-headers.test | 225 EXE: rebase_off 49152
|
/aosp_15_r20/external/llvm/test/tools/llvm-objdump/ARM/ |
H A D | macho-private-headers.test | 259 EXE: rebase_off 49152
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
H A D | MachOObjectFile.cpp | 650 if (DyldInfo.rebase_off > FileSize) in checkDyldInfoCommand() 651 return malformedError("rebase_off field of " + Twine(CmdName) + in checkDyldInfoCommand() 654 uint64_t BigSize = DyldInfo.rebase_off; in checkDyldInfoCommand() 657 return malformedError("rebase_off field plus rebase_size field of " + in checkDyldInfoCommand() 661 if (Error Err = checkOverlappingElement(Elements, DyldInfo.rebase_off, in checkDyldInfoCommand() 4545 reinterpret_cast<const uint8_t *>(getPtr(*this, DyldInfo.rebase_off)); in getDyldInfoRebaseOpcodes()
|
/aosp_15_r20/external/llvm/include/llvm/Support/ |
H A D | MachO.h | 820 uint32_t rebase_off; member 1073 sys::swapByteOrder(info.rebase_off); in swapStruct()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
H A D | MachO.h | 825 uint32_t rebase_off; member 1081 sys::swapByteOrder(info.rebase_off); in swapStruct()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Object/ |
H A D | MachOObjectFile.cpp | 653 if (DyldInfo.rebase_off > FileSize) in checkDyldInfoCommand() 654 return malformedError("rebase_off field of " + Twine(CmdName) + in checkDyldInfoCommand() 657 uint64_t BigSize = DyldInfo.rebase_off; in checkDyldInfoCommand() 660 return malformedError("rebase_off field plus rebase_size field of " + in checkDyldInfoCommand() 664 if (Error Err = checkOverlappingElement(Elements, DyldInfo.rebase_off, in checkDyldInfoCommand() 4903 reinterpret_cast<const uint8_t *>(getPtr(*this, DyldInfo.rebase_off)); in getDyldInfoRebaseOpcodes()
|
/aosp_15_r20/external/llvm/test/tools/llvm-objdump/X86/ |
H A D | macho-private-headers.test | 281 EXE: rebase_off 8192
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
H A D | MachO.h | 858 uint32_t rebase_off; member 1110 sys::swapByteOrder(info.rebase_off); in swapStruct()
|
/aosp_15_r20/external/llvm/tools/yaml2obj/ |
H A D | yaml2macho.cpp | 353 WriteQueue.push_back(std::make_pair(DyldInfoOnlyCmd->rebase_off, in writeLinkEditData()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/BinaryFormat/ |
H A D | MachO.h | 881 uint32_t rebase_off; member 1249 sys::swapByteOrder(info.rebase_off); in swapStruct()
|