/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjCopy/MachO/ |
H A D | MachOWriter.cpp | 68 if (DyLdInfoCommand.weak_bind_off) { in totalSize() 71 Ends.push_back(DyLdInfoCommand.weak_bind_off + in totalSize() 347 char *Out = (char *)Buf->getBufferStart() + DyLdInfoCommand.weak_bind_off; in writeWeakBindInfo() 608 if (DyLdInfoCommand.weak_bind_off) in writeTail() 610 {DyLdInfoCommand.weak_bind_off, &MachOWriter::writeWeakBindInfo}); in writeTail()
|
H A D | MachOLayoutBuilder.cpp | 401 MLC.dyld_info_command_data.weak_bind_off = in layoutTail()
|
/aosp_15_r20/external/llvm/test/ObjectYAML/MachO/ |
H A D | out_of_order_linkedit.yaml | 64 weak_bind_off: 0 205 #CHECK: weak_bind_off: 0
|
H A D | load_commands.yaml | 64 weak_bind_off: 0 190 #CHECK: weak_bind_off: 0
|
H A D | rebase_opcode.yaml | 31 weak_bind_off: 0
|
H A D | weak_bind_opcode.yaml | 31 weak_bind_off: 1032
|
H A D | bind_opcode.yaml | 31 weak_bind_off: 0
|
H A D | export_trie.yaml | 64 weak_bind_off: 0
|
H A D | sections.yaml | 174 weak_bind_off: 0
|
H A D | lazy_bind_opcode.yaml | 31 weak_bind_off: 1032
|
H A D | symtab.yaml | 66 weak_bind_off: 0
|
/aosp_15_r20/external/llvm/lib/ObjectYAML/ |
H A D | MachOYAML.cpp | 244 IO.mapRequired("weak_bind_off", LoadCommand.weak_bind_off); in mapping()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
H A D | MachOYAML.cpp | 268 IO.mapRequired("weak_bind_off", LoadCommand.weak_bind_off); in mapping()
|
H A D | MachOEmitter.cpp | 409 WriteQueue.push_back(std::make_pair(DyldInfoOnlyCmd->weak_bind_off, in writeLinkEditData()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjectYAML/ |
H A D | MachOYAML.cpp | 309 IO.mapRequired("weak_bind_off", LoadCommand.weak_bind_off); in mapping()
|
/aosp_15_r20/external/llvm/test/tools/llvm-objdump/AArch64/ |
H A D | macho-private-headers.test | 229 EXE: weak_bind_off 0
|
/aosp_15_r20/external/llvm/test/tools/llvm-objdump/ARM/ |
H A D | macho-private-headers.test | 263 EXE: weak_bind_off 0
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
H A D | MachOObjectFile.cpp | 680 if (DyldInfo.weak_bind_off > FileSize) in checkDyldInfoCommand() 681 return malformedError("weak_bind_off field of " + Twine(CmdName) + in checkDyldInfoCommand() 684 BigSize = DyldInfo.weak_bind_off; in checkDyldInfoCommand() 687 return malformedError("weak_bind_off field plus weak_bind_size field of " + in checkDyldInfoCommand() 691 if (Error Err = checkOverlappingElement(Elements, DyldInfo.weak_bind_off, in checkDyldInfoCommand() 4573 reinterpret_cast<const uint8_t *>(getPtr(*this, DyldInfo.weak_bind_off)); in getDyldInfoWeakBindOpcodes()
|
/aosp_15_r20/external/llvm/include/llvm/Support/ |
H A D | MachO.h | 824 uint32_t weak_bind_off; member 1077 sys::swapByteOrder(info.weak_bind_off); in swapStruct()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
H A D | MachO.h | 829 uint32_t weak_bind_off; member 1085 sys::swapByteOrder(info.weak_bind_off); in swapStruct()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Object/ |
H A D | MachOObjectFile.cpp | 683 if (DyldInfo.weak_bind_off > FileSize) in checkDyldInfoCommand() 684 return malformedError("weak_bind_off field of " + Twine(CmdName) + in checkDyldInfoCommand() 687 BigSize = DyldInfo.weak_bind_off; in checkDyldInfoCommand() 690 return malformedError("weak_bind_off field plus weak_bind_size field of " + in checkDyldInfoCommand() 694 if (Error Err = checkOverlappingElement(Elements, DyldInfo.weak_bind_off, in checkDyldInfoCommand() 4931 reinterpret_cast<const uint8_t *>(getPtr(*this, DyldInfo.weak_bind_off)); in getDyldInfoWeakBindOpcodes()
|
/aosp_15_r20/external/llvm/test/tools/llvm-objdump/X86/ |
H A D | macho-private-headers.test | 285 EXE: weak_bind_off 0
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
H A D | MachO.h | 862 uint32_t weak_bind_off; member 1114 sys::swapByteOrder(info.weak_bind_off); in swapStruct()
|
/aosp_15_r20/external/llvm/tools/yaml2obj/ |
H A D | yaml2macho.cpp | 357 WriteQueue.push_back(std::make_pair(DyldInfoOnlyCmd->weak_bind_off, in writeLinkEditData()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/BinaryFormat/ |
H A D | MachO.h | 885 uint32_t weak_bind_off; member 1253 sys::swapByteOrder(info.weak_bind_off); in swapStruct()
|