/external/llvm/test/ObjectYAML/MachO/ |
D | load_commands.yaml | 19 fileoff: 0 30 fileoff: 0 41 fileoff: 8192 52 fileoff: 12288 145 #CHECK: fileoff: 0 156 #CHECK: fileoff: 0 167 #CHECK: fileoff: 8192 178 #CHECK: fileoff: 12288
|
D | export_trie.yaml | 19 fileoff: 0 30 fileoff: 0 41 fileoff: 8192 52 fileoff: 12288
|
D | sections.yaml | 19 fileoff: 0 30 fileoff: 0 114 fileoff: 8192 162 fileoff: 12288
|
D | out_of_order_linkedit.yaml | 19 fileoff: 0 30 fileoff: 0 41 fileoff: 8192 52 fileoff: 12288
|
D | symtab.yaml | 19 fileoff: 0 30 fileoff: 0 42 fileoff: 8192 54 fileoff: 12288
|
D | rebase_opcode.yaml | 19 fileoff: 1024
|
D | bind_opcode.yaml | 19 fileoff: 1024
|
D | weak_bind_opcode.yaml | 19 fileoff: 1024
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | ELFWriter.cpp | 1035 size_t FileOff = ElfHdr.size(); // File header first. in OutputSectionsAndSectionTable() local 1041 ES.Offset = FileOff; in OutputSectionsAndSectionTable() 1049 // Align FileOff to whatever the alignment restrictions of the section are. in OutputSectionsAndSectionTable() 1051 FileOff = (FileOff+ES.Align-1) & ~(ES.Align-1); in OutputSectionsAndSectionTable() 1053 ES.Offset = FileOff; in OutputSectionsAndSectionTable() 1054 FileOff += ES.Size; in OutputSectionsAndSectionTable() 1059 FileOff = (FileOff+TableAlign-1) & ~(TableAlign-1); in OutputSectionsAndSectionTable() 1067 ElfHdr.fixWord(FileOff, ELFHdr_e_shoff_Offset); in OutputSectionsAndSectionTable() 1072 FileOff = ElfHdr.size(); in OutputSectionsAndSectionTable() 1084 // Align FileOff to whatever the alignment restrictions of the section are. in OutputSectionsAndSectionTable() [all …]
|
/external/llvm/test/tools/llvm-objdump/AArch64/ |
D | macho-private-headers.test | 14 CHECK: fileoff 384 89 EXE: fileoff 0 101 EXE: fileoff 0 178 EXE: fileoff 32768 216 EXE: fileoff 49152
|
/external/llvm/test/tools/llvm-objdump/ARM/ |
D | macho-private-headers.test | 14 CHECK: fileoff 596 136 EXE: fileoff 0 148 EXE: fileoff 0 212 EXE: fileoff 32768 250 EXE: fileoff 49152
|
/external/llvm/test/Object/ |
D | size-trivial-macho.test | 61 mxl: Segment __PAGEZERO: 0x100000000 (vmaddr 0x0 fileoff 0) 62 mxl: Segment __TEXT: 0x1000 (vmaddr 0x100000000 fileoff 0) 70 mxl: Segment __DATA: 0x1000 (vmaddr 0x100001000 fileoff 4096) 74 mxl: Segment __LINKEDIT: 0x1000 (vmaddr 0x100002000 fileoff 8192)
|
/external/swiftshader/third_party/LLVM/lib/MC/ |
D | ELFObjectWriter.cpp | 1056 uint64_t FileOff = OS.tell(); in WriteDataSectionData() local 1059 uint64_t Padding = OffsetToAlignment(FileOff, SD.getAlignment()); in WriteDataSectionData() 1061 FileOff += Padding; in WriteDataSectionData() 1063 FileOff += GetSectionFileSize(Layout, SD); in WriteDataSectionData() 1181 uint64_t FileOff = HeaderSize; in WriteObject() local 1191 FileOff = RoundUpToAlignment(FileOff, SD.getAlignment()); in WriteObject() 1194 SectionOffsetMap[&Section] = FileOff; in WriteObject() 1197 FileOff += GetSectionFileSize(Layout, SD); in WriteObject() 1200 FileOff = RoundUpToAlignment(FileOff, NaturalAlignment); in WriteObject() 1202 const unsigned SectionHeaderOffset = FileOff - HeaderSize; in WriteObject() [all …]
|
/external/llvm/test/tools/llvm-objdump/X86/ |
D | macho-private-headers.test | 36 CHECK: fileoff 528 132 EXE: fileoff 0 144 EXE: fileoff 0 234 EXE: fileoff 4096 272 EXE: fileoff 8192 460 NON_VERBOSE: fileoff 528
|
/external/llvm/tools/llvm-readobj/ |
D | MachODumper.cpp | 275 uint64_t fileoff; member 343 Segment.fileoff = SC.fileoff; in getSegment() 357 Segment.fileoff = SC.fileoff; in getSegment() 783 W.printNumber("fileoff", MOSegment.fileoff); in printMachOSegment()
|
/external/google-breakpad/src/common/mac/ |
D | macho_utilities.cc | 52 sg->fileoff = ByteSwap(sg->fileoff); in breakpad_swap_segment_command_64()
|
/external/valgrind/coregrind/ |
D | fixup_macho_loadcmds.c | 41 fileoff 2285568 67 fileoff 2658304 544 seg->fileoff = 0; in modify_macho_loadcmds() 632 fileoff 2658304 646 fileoff 2498560
|
/external/llvm/lib/ObjectYAML/ |
D | MachOYAML.cpp | 453 IO.mapRequired("fileoff", LoadCommand.fileoff); in mapping() 467 IO.mapRequired("fileoff", LoadCommand.fileoff); in mapping()
|
/external/llvm/tools/dsymutil/ |
D | MachOUtils.cpp | 114 Seg64.fileoff = Seg.fileoff; in adaptFrom32bits() 234 Segment.fileoff = Segment.filesize = 0; in transferSegmentAndSections() 237 Segment.fileoff = LinkeditOffset; in transferSegmentAndSections()
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_procmaps_mac.cc | 39 // The |vmaddr|, |vmsize| and |fileoff| fields of segment_command or 93 *offset = sc->fileoff; in NextSegmentLoad()
|
/external/llvm/test/tools/llvm-ar/Inputs/ |
D | macho.yaml | 17 fileoff: 184
|
/external/llvm/test/MC/MachO/ |
D | darwin-x86_64-nobase-relocs.s | 66 // CHECK: fileoff: 200
|
D | section-align-1.s | 63 // CHECK: fileoff: 272
|
D | thread_init_func.s | 71 // CHECK: fileoff: 264
|
D | data.s | 74 // CHECK: fileoff: 236
|