Home
last modified time | relevance | path

Searched refs:bind_size (Results 1 – 17 of 17) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/Support/
DMachO.h589 uint32_t bind_size; member
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-objdump/AArch64/
Dmacho-private-headers.test228 EXE: bind_size 24
/external/llvm/test/tools/llvm-objdump/AArch64/
Dmacho-private-headers.test228 EXE: bind_size 24
/external/llvm/test/tools/llvm-objdump/ARM/
Dmacho-private-headers.test262 EXE: bind_size 24
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-objdump/ARM/
Dmacho-private-headers.test264 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-7.0/llvm/include/llvm/BinaryFormat/
DMachO.h854 uint32_t bind_size; member
1101 sys::swapByteOrder(info.bind_size); in swapStruct()
/external/llvm/lib/ObjectYAML/
DMachOYAML.cpp243 IO.mapRequired("bind_size", LoadCommand.bind_size); in mapping()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
DMachOYAML.cpp268 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/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-objdump/X86/
Dmacho-private-headers.test286 EXE: bind_size 24
/external/swiftshader/third_party/llvm-7.0/llvm/test/Object/
Dmacho-invalid.test242 RUN: not llvm-objdump -macho -private-headers %p/Inputs/macho-invalid-dyldinfo-bind_off-bind_size
243 …D_SIZE: macho-invalid-dyldinfo-bind_off-bind_size': truncated or malformed object (bind_off field …
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
DMachOObjectFile.cpp653 BigSize += DyldInfo.bind_size; in checkDyldInfoCommand()
660 DyldInfo.bind_size, in checkDyldInfoCommand()
4532 return makeArrayRef(Ptr, DyldInfo.bind_size); in getDyldInfoBindOpcodes()
/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()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objdump/
DMachODump.cpp8508 outs() << " bind_size " << dc.bind_size; in PrintDyldInfoLoadCommand()
8510 big_size += dc.bind_size; in PrintDyldInfoLoadCommand()