Home
last modified time | relevance | path

Searched full:bind_size (Results 1 – 21 of 21) sorted by relevance

/external/llvm/test/ObjectYAML/MachO/
Dout_of_order_linkedit.yaml63 bind_size: 96
204 #CHECK: bind_size: 96
Dload_commands.yaml63 bind_size: 96
189 #CHECK: bind_size: 96
Drebase_opcode.yaml30 bind_size: 96
Dweak_bind_opcode.yaml30 bind_size: 0
Dbind_opcode.yaml30 bind_size: 96
Dexport_trie.yaml63 bind_size: 96
Dsections.yaml173 bind_size: 96
Dsymtab.yaml65 bind_size: 96
Dlazy_bind_opcode.yaml30 bind_size: 0
/external/llvm/test/tools/llvm-objdump/AArch64/
Dmacho-private-headers.test228 EXE: bind_size 24
/external/llvm/lib/ObjectYAML/
DMachOYAML.cpp243 IO.mapRequired("bind_size", LoadCommand.bind_size); in mapping()
/external/llvm/test/tools/llvm-objdump/ARM/
Dmacho-private-headers.test262 EXE: bind_size 24
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DMachOYAML.cpp267 IO.mapRequired("bind_size", LoadCommand.bind_size); in mapping()
/external/llvm/test/tools/llvm-objdump/X86/
Dmacho-private-headers.test284 EXE: bind_size 24
/external/llvm/include/llvm/Support/
DMachO.h823 uint32_t bind_size; member
1076 sys::swapByteOrder(info.bind_size); in swapStruct()
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DMachO.h828 uint32_t bind_size; member
1084 sys::swapByteOrder(info.bind_size); in swapStruct()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DMachO.h861 uint32_t bind_size; member
1113 sys::swapByteOrder(info.bind_size); in swapStruct()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DMachOObjectFile.cpp670 BigSize += DyldInfo.bind_size; in checkDyldInfoCommand()
672 return malformedError("bind_off field plus bind_size field of " + in checkDyldInfoCommand()
677 DyldInfo.bind_size, in checkDyldInfoCommand()
4560 return makeArrayRef(Ptr, DyldInfo.bind_size); in getDyldInfoBindOpcodes()
/external/google-breakpad/src/third_party/mac_headers/mach-o/
Dloader.h1222 uint32_t bind_size; /* size of binding info */ member
/external/llvm/lib/Object/
DMachOObjectFile.cpp2340 return makeArrayRef(Ptr, DyldInfo.bind_size); in getDyldInfoBindOpcodes()
/external/llvm/tools/llvm-objdump/
DMachODump.cpp8109 outs() << " bind_size " << dc.bind_size; in PrintDyldInfoLoadCommand()
8111 big_size += dc.bind_size; in PrintDyldInfoLoadCommand()