/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/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/google-breakpad/src/common/mac/ |
D | macho_utilities.cc | 52 sg->fileoff = ByteSwap(sg->fileoff); in breakpad_swap_segment_command_64()
|
/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/tools/llvm-objdump/X86/ |
D | macho-private-headers.test | 34 CHECK: fileoff 528 130 EXE: fileoff 0 142 EXE: fileoff 0 232 EXE: fileoff 4096 270 EXE: fileoff 8192 458 NON_VERBOSE: fileoff 528
|
/external/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/ |
D | DynamicLoaderMacOSXDYLD.h | 138 fileoff(0), in Segment() 150 lldb::addr_t fileoff; variable
|
D | DynamicLoaderMacOSXDYLD.cpp | 1239 segment.fileoff = data.GetU32 (&offset); in ParseLoadCommands() 1292 if (dylib_info.segments[i].fileoff == 0 && dylib_info.segments[i].filesize > 0) in ParseLoadCommands()
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_procmaps_mac.cc | 93 *offset = sc->fileoff; in NextSegmentLoad()
|
/external/valgrind/coregrind/m_ume/ |
D | macho.c | 210 if (segcmd->fileoff == 0 && segcmd->filesize != 0) { in load_segment() 220 if (segcmd->fileoff + segcmd->filesize > size) { in load_segment() 241 offset + segcmd->fileoff, in load_segment()
|
/external/llvm/tools/macho-dump/ |
D | macho-dump.cpp | 130 SLC.vmsize, SLC.fileoff, SLC.filesize, in DumpSegmentCommand() 152 SLC.vmsize, SLC.fileoff, SLC.filesize, in DumpSegment64Command()
|
/external/llvm/include/llvm/Support/ |
D | MachO.h | 568 uint32_t fileoff; member 582 uint64_t fileoff; member 1041 sys::swapByteOrder(seg.fileoff); in swapStruct() 1054 sys::swapByteOrder(seg.fileoff); in swapStruct()
|
/external/lldb/source/Plugins/ObjectFile/Mach-O/ |
D | ObjectFileMachO.cpp | 1026 load_cmd.fileoff = m_data.GetAddress(&offset); in CreateSections() 1030 if (load_cmd.fileoff > m_length) in CreateSections() 1041 load_cmd.fileoff, in CreateSections() 1044 load_cmd.fileoff = 0; in CreateSections() 1048 if (load_cmd.fileoff + load_cmd.filesize > m_length) in CreateSections() 1059 load_cmd.fileoff + load_cmd.filesize, in CreateSections() 1063 load_cmd.filesize = m_length - load_cmd.fileoff; in CreateSections() 1087 … load_cmd.fileoff, // Offset to the data for this section in the file in CreateSections()
|
/external/v8/src/ |
D | gdb-jit.cc | 514 uint32_t fileoff; member 519 uint64_t fileoff; member 569 cmd->fileoff = 0; in WriteSegmentCommand() 588 cmd->fileoff = w->position(); in WriteSections() 594 cmd->filesize = w->position() - (uintptr_t)cmd->fileoff; in WriteSections()
|
/external/llvm/tools/llvm-size/ |
D | llvm-size.cpp | 137 << Seg.fileoff << ")"; in PrintDarwinSectionSizes() 163 << Seg.fileoff << ")"; in PrintDarwinSectionSizes()
|
/external/valgrind/coregrind/ |
D | fixup_macho_loadcmds.c | 543 seg->fileoff = 0; in modify_macho_loadcmds()
|
/external/google-breakpad/src/client/mac/handler/ |
D | dynamic_images.cc | 269 if (seg->fileoff == 0 && seg->filesize != 0) { in FindTextSection()
|
/external/valgrind/coregrind/m_debuginfo/ |
D | readmacho.c | 843 && seg.fileoff == 0 && seg.filesize != 0) { in ML_()
|
/external/llvm/tools/llvm-objdump/ |
D | MachODump.cpp | 7136 uint64_t vmsize, uint64_t fileoff, in PrintSegmentCommand() argument 7166 outs() << " fileoff " << fileoff; in PrintSegmentCommand() 7167 if (fileoff > object_size) in PrintSegmentCommand() 7172 if (fileoff + filesize > object_size) in PrintSegmentCommand() 8376 SLC.vmsize, SLC.fileoff, SLC.filesize, SLC.maxprot, in PrintLoadCommands() 8389 SLC_64.vmaddr, SLC_64.vmsize, SLC_64.fileoff, in PrintLoadCommands()
|