Home
last modified time | relevance | path

Searched full:weak_bind_off (Results 1 – 25 of 43) sorted by relevance

12

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjCopy/MachO/
H A DMachOWriter.cpp68 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 DMachOLayoutBuilder.cpp401 MLC.dyld_info_command_data.weak_bind_off = in layoutTail()
/aosp_15_r20/external/llvm/test/ObjectYAML/MachO/
H A Dout_of_order_linkedit.yaml64 weak_bind_off: 0
205 #CHECK: weak_bind_off: 0
H A Dload_commands.yaml64 weak_bind_off: 0
190 #CHECK: weak_bind_off: 0
H A Drebase_opcode.yaml31 weak_bind_off: 0
H A Dweak_bind_opcode.yaml31 weak_bind_off: 1032
H A Dbind_opcode.yaml31 weak_bind_off: 0
H A Dexport_trie.yaml64 weak_bind_off: 0
H A Dsections.yaml174 weak_bind_off: 0
H A Dlazy_bind_opcode.yaml31 weak_bind_off: 1032
H A Dsymtab.yaml66 weak_bind_off: 0
/aosp_15_r20/external/llvm/lib/ObjectYAML/
H A DMachOYAML.cpp244 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 DMachOYAML.cpp268 IO.mapRequired("weak_bind_off", LoadCommand.weak_bind_off); in mapping()
H A DMachOEmitter.cpp409 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 DMachOYAML.cpp309 IO.mapRequired("weak_bind_off", LoadCommand.weak_bind_off); in mapping()
/aosp_15_r20/external/llvm/test/tools/llvm-objdump/AArch64/
H A Dmacho-private-headers.test229 EXE: weak_bind_off 0
/aosp_15_r20/external/llvm/test/tools/llvm-objdump/ARM/
H A Dmacho-private-headers.test263 EXE: weak_bind_off 0
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
H A DMachOObjectFile.cpp680 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 DMachO.h824 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 DMachO.h829 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 DMachOObjectFile.cpp683 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 Dmacho-private-headers.test285 EXE: weak_bind_off 0
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
H A DMachO.h862 uint32_t weak_bind_off; member
1114 sys::swapByteOrder(info.weak_bind_off); in swapStruct()
/aosp_15_r20/external/llvm/tools/yaml2obj/
H A Dyaml2macho.cpp357 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 DMachO.h885 uint32_t weak_bind_off; member
1253 sys::swapByteOrder(info.weak_bind_off); in swapStruct()

12