Home
last modified time | relevance | path

Searched refs:modtaboff (Results 1 – 23 of 23) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-objdump/AArch64/
Dmacho-private-headers.test69 CHECK: modtaboff 0
253 EXE: modtaboff 0
/external/llvm/test/tools/llvm-objdump/AArch64/
Dmacho-private-headers.test69 CHECK: modtaboff 0
253 EXE: modtaboff 0
/external/llvm/test/MC/MachO/ARM/
Ddarwin-Thumb-reloc.s138 @ CHECK: modtaboff: 0
Ddarwin-ARM-reloc.s176 @ CHECK: modtaboff: 0
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/MachO/ARM/
Ddarwin-Thumb-reloc.s138 @ CHECK: modtaboff: 0
Ddarwin-ARM-reloc.s176 @ CHECK: modtaboff: 0
/external/llvm/test/tools/llvm-objdump/ARM/
Dmacho-private-headers.test116 CHECK: modtaboff 0
287 EXE: modtaboff 0
/external/llvm/test/tools/llvm-objdump/X86/
Dmacho-private-headers.test112 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/
Dmacho-private-headers.test114 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/
Dmacho-private-headers.test118 CHECK: modtaboff 0
289 EXE: modtaboff 0
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DMachO.h476 uint32_t modtaboff; member
/external/swiftshader/third_party/llvm-7.0/llvm/test/Object/
Dmacho-invalid.test182 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/
DMachO.h689 uint32_t modtaboff; member
1207 sys::swapByteOrder(dst.modtaboff); in swapStruct()
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DMachO.h691 uint32_t modtaboff; member
1215 sys::swapByteOrder(dst.modtaboff); in swapStruct()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/
DMachO.h696 uint32_t modtaboff; member
1232 sys::swapByteOrder(dst.modtaboff); in swapStruct()
/external/llvm/lib/ObjectYAML/
DMachOYAML.cpp297 IO.mapRequired("modtaboff", LoadCommand.modtaboff); in mapping()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
DMachOYAML.cpp326 IO.mapRequired("modtaboff", LoadCommand.modtaboff); in mapping()
/external/llvm/tools/llvm-readobj/
DMachODumper.cpp758 W.printNumber("modtaboff", DLC.modtaboff); in printMachODysymtab()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/
DMachODumper.cpp805 W.printNumber("modtaboff", DLC.modtaboff); in printMachODysymtab()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
DMachOObjectFile.cpp484 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/
DMachOObjectFile.cpp2279 Cmd.modtaboff = 0; in getDysymtabLoadCommand()
/external/llvm/tools/llvm-objdump/
DMachODump.cpp8006 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/
DMachODump.cpp8405 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()