/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-objdump/AArch64/ |
D | macho-private-headers.test | 69 CHECK: modtaboff 0 253 EXE: modtaboff 0
|
/external/llvm/test/tools/llvm-objdump/AArch64/ |
D | macho-private-headers.test | 69 CHECK: modtaboff 0 253 EXE: modtaboff 0
|
/external/llvm/test/MC/MachO/ARM/ |
D | darwin-Thumb-reloc.s | 138 @ CHECK: modtaboff: 0
|
D | darwin-ARM-reloc.s | 176 @ CHECK: modtaboff: 0
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/MachO/ARM/ |
D | darwin-Thumb-reloc.s | 138 @ CHECK: modtaboff: 0
|
D | darwin-ARM-reloc.s | 176 @ CHECK: modtaboff: 0
|
/external/llvm/test/tools/llvm-objdump/ARM/ |
D | macho-private-headers.test | 116 CHECK: modtaboff 0 287 EXE: modtaboff 0
|
/external/llvm/test/tools/llvm-objdump/X86/ |
D | macho-private-headers.test | 112 CHECK: modtaboff 0 309 EXE: modtaboff 0 532 NON_VERBOSE: modtaboff 0
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-objdump/X86/ |
D | macho-private-headers.test | 114 CHECK: modtaboff 0 311 EXE: modtaboff 0 534 NON_VERBOSE: modtaboff 0
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-objdump/ARM/ |
D | macho-private-headers.test | 118 CHECK: modtaboff 0 289 EXE: modtaboff 0
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | MachO.h | 476 uint32_t modtaboff; member
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Object/ |
D | macho-invalid.test | 182 RUN: not llvm-objdump -macho -private-headers %p/Inputs/macho-invalid-dysymtab-modtaboff 2>&1 | Fil… 183 …DYSYMTAB-TOCOFF-MODTABOFF: macho-invalid-dysymtab-modtaboff': truncated or malformed object (modta… 185 RUN: not llvm-objdump -macho -private-headers %p/Inputs/macho-invalid-dysymtab-modtaboff-nmodtab 2>… 186 …OFF-MODTABOFF-NMODTAB: macho-invalid-dysymtab-modtaboff-nmodtab': truncated or malformed object (m…
|
/external/llvm/include/llvm/Support/ |
D | MachO.h | 689 uint32_t modtaboff; member 1207 sys::swapByteOrder(dst.modtaboff); in swapStruct()
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | MachO.h | 691 uint32_t modtaboff; member 1215 sys::swapByteOrder(dst.modtaboff); in swapStruct()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/ |
D | MachO.h | 696 uint32_t modtaboff; member 1232 sys::swapByteOrder(dst.modtaboff); in swapStruct()
|
/external/llvm/lib/ObjectYAML/ |
D | MachOYAML.cpp | 297 IO.mapRequired("modtaboff", LoadCommand.modtaboff); in mapping()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/ |
D | MachOYAML.cpp | 326 IO.mapRequired("modtaboff", LoadCommand.modtaboff); in mapping()
|
/external/llvm/tools/llvm-readobj/ |
D | MachODumper.cpp | 758 W.printNumber("modtaboff", DLC.modtaboff); in printMachODysymtab()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/ |
D | MachODumper.cpp | 805 W.printNumber("modtaboff", DLC.modtaboff); in printMachODysymtab()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/ |
D | MachOObjectFile.cpp | 484 if (Dysymtab.modtaboff > FileSize) in checkDysymtabCommand() 499 BigSize += Dysymtab.modtaboff; in checkDysymtabCommand() 505 if (Error Err = checkOverlappingElement(Elements, Dysymtab.modtaboff, in checkDysymtabCommand() 4471 Cmd.modtaboff = 0; in getDysymtabLoadCommand()
|
/external/llvm/lib/Object/ |
D | MachOObjectFile.cpp | 2279 Cmd.modtaboff = 0; in getDysymtabLoadCommand()
|
/external/llvm/tools/llvm-objdump/ |
D | MachODump.cpp | 8006 outs() << " modtaboff " << dyst.modtaboff; in PrintDysymtabLoadCommand() 8007 if (dyst.modtaboff > object_size) in PrintDysymtabLoadCommand() 8016 modtabend += dyst.modtaboff; in PrintDysymtabLoadCommand() 8020 modtabend += dyst.modtaboff; in PrintDysymtabLoadCommand()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objdump/ |
D | MachODump.cpp | 8405 outs() << " modtaboff " << dyst.modtaboff; in PrintDysymtabLoadCommand() 8406 if (dyst.modtaboff > object_size) in PrintDysymtabLoadCommand() 8415 modtabend += dyst.modtaboff; in PrintDysymtabLoadCommand() 8419 modtabend += dyst.modtaboff; in PrintDysymtabLoadCommand()
|