Home
last modified time | relevance | path

Searched full: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.cpp63 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 DMachOLayoutBuilder.cpp398 MLC.dyld_info_command_data.bind_off = in layoutTail()
/aosp_15_r20/external/llvm/test/ObjectYAML/MachO/
H A Dout_of_order_linkedit.yaml62 bind_off: 12288
203 #CHECK: bind_off: 12288
H A Dload_commands.yaml62 bind_off: 12296
188 #CHECK: bind_off: 12296
H A Drebase_opcode.yaml29 bind_off: 1032
H A Dweak_bind_opcode.yaml29 bind_off: 0
H A Dbind_opcode.yaml29 bind_off: 1032
H A Dexport_trie.yaml62 bind_off: 12296
H A Dsections.yaml172 bind_off: 12296
H A Dlazy_bind_opcode.yaml29 bind_off: 0
H A Dsymtab.yaml64 bind_off: 12296
/aosp_15_r20/external/llvm/lib/ObjectYAML/
H A DMachOYAML.cpp242 IO.mapRequired("bind_off", LoadCommand.bind_off); in mapping()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
H A DMachOYAML.cpp266 IO.mapRequired("bind_off", LoadCommand.bind_off); in mapping()
H A DMachOEmitter.cpp407 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 DMachOYAML.cpp307 IO.mapRequired("bind_off", LoadCommand.bind_off); in mapping()
/aosp_15_r20/external/llvm/test/tools/llvm-objdump/AArch64/
H A Dmacho-private-headers.test227 EXE: bind_off 49160
/aosp_15_r20/external/llvm/test/tools/llvm-objdump/ARM/
H A Dmacho-private-headers.test261 EXE: bind_off 49156
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
H A DMachOObjectFile.cpp665 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 DMachO.h822 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 DMachO.h827 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 DMachOObjectFile.cpp668 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 Dmacho-private-headers.test283 EXE: bind_off 8200
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
H A DMachO.h860 uint32_t bind_off; member
1112 sys::swapByteOrder(info.bind_off); in swapStruct()
/aosp_15_r20/external/llvm/tools/yaml2obj/
H A Dyaml2macho.cpp355 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 DMachO.h883 uint32_t bind_off; member
1251 sys::swapByteOrder(info.bind_off); in swapStruct()

12