Searched full:stroff (Results 1 – 25 of 62) sorted by relevance
123
/external/swiftshader/third_party/LLVM/test/Scripts/ |
D | macho-dumpx | 164 stroff = f.read32() 165 print " ('stroff', %r)" % stroff 171 f.seek(stroff)
|
/external/google-breakpad/src/common/mac/ |
D | macho_reader.cc | 380 uint32_t symoff, nsyms, stroff, strsize; in WalkLoadCommands() local 381 cursor >> symoff >> nsyms >> stroff >> strsize; in WalkLoadCommands() 393 stroff > buffer_.Size() || strsize > buffer_.Size() - stroff) { in WalkLoadCommands() 398 ByteBuffer names(buffer_.start + stroff, strsize); in WalkLoadCommands()
|
/external/llvm/test/ObjectYAML/MachO/ |
D | load_commands.yaml | 74 stroff: 13700 200 #CHECK: stroff: 13700
|
D | rebase_opcode.yaml | 41 stroff: 2436
|
D | bind_opcode.yaml | 41 stroff: 2436
|
D | weak_bind_opcode.yaml | 41 stroff: 2436
|
D | export_trie.yaml | 74 stroff: 13700
|
D | sections.yaml | 184 stroff: 13700
|
/external/llvm/test/tools/llvm-objdump/AArch64/ |
D | macho-private-headers.test | 56 CHECK: stroff 568 240 EXE: stroff 49360
|
/external/llvm/test/tools/llvm-objdump/X86/ |
D | macho-private-headers.test | 99 CHECK: stroff 800 296 EXE: stroff 8440 519 NON_VERBOSE: stroff 800
|
/external/llvm/test/tools/llvm-objdump/ARM/ |
D | macho-private-headers.test | 103 CHECK: stroff 728 274 EXE: stroff 49340
|
/external/swiftshader/third_party/LLVM/test/MC/MachO/ |
D | temp-labels.s | 8 // CHECK: ('stroff', 328)
|
D | section-align-1.s | 49 // CHECK: ('stroff', 272)
|
D | direction_labels.s | 57 // CHECK: ('stroff', 284)
|
D | zerofill-2.s | 65 // CHECK: ('stroff', 340)
|
D | tlv.s | 72 // CHECK: ('stroff', 408)
|
D | tdata.s | 68 // CHECK: ('stroff', 388)
|
D | string-table.s | 54 // CHECK: ('stroff', 308)
|
D | comm-1.s | 52 // CHECK: ('stroff', 304)
|
D | zerofill-5.s | 71 // CHECK: ('stroff', 388)
|
D | symbols-1.s | 60 // CHECK-X86_32: ('stroff', 368) 208 // CHECK-X86_64: ('stroff', 436)
|
D | zerofill-1.s | 83 // CHECK: ('stroff', 412)
|
D | values.s | 73 // CHECK: ('stroff', 396)
|
D | darwin-complex-difference.s | 75 // CHECK: ('stroff', 392)
|
/external/swiftshader/third_party/LLVM/test/MC/ARM/ |
D | darwin-Thumb-reloc.s | 93 @ CHECK: ('stroff', 384)
|
123