Home
last modified time | relevance | path

Searched refs:fileoff (Results 1 – 16 of 16) sorted by relevance

/external/llvm/test/Object/
Dsize-trivial-macho.test61 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/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
DDynamicLoaderMacOSXDYLD.h138 fileoff(0), in Segment()
150 lldb::addr_t fileoff; variable
DDynamicLoaderMacOSXDYLD.cpp1239 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/
Dsanitizer_procmaps_mac.cc93 *offset = sc->fileoff; in NextSegmentLoad()
/external/valgrind/main/coregrind/m_ume/
Dmacho.c210 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/
Dmacho-dump.cpp130 SLC.vmsize, SLC.fileoff, SLC.filesize, in DumpSegmentCommand()
152 SLC.vmsize, SLC.fileoff, SLC.filesize, in DumpSegment64Command()
/external/llvm/include/llvm/Support/
DMachO.h562 uint32_t fileoff; member
576 uint64_t fileoff; member
/external/lldb/source/Plugins/ObjectFile/Mach-O/
DObjectFileMachO.cpp1026 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/chromium_org/v8/src/
Dgdb-jit.cc514 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/valgrind/main/coregrind/
Dfixup_macho_loadcmds.c514 seg->fileoff = 0; in modify_macho_loadcmds()
/external/llvm/tools/llvm-size/
Dllvm-size.cpp137 << Seg.fileoff << ")"; in PrintDarwinSectionSizes()
163 << Seg.fileoff << ")"; in PrintDarwinSectionSizes()
/external/chromium_org/third_party/tcmalloc/vendor/src/base/
Dsysinfo.cc545 if (offset) *offset = sc->fileoff; in NextExtMachHelper()
/external/qemu/distrib/sdl-1.2.15/src/loadso/macosx/
DSDL_dlcompat.c1286 ((unsigned long)((struct segment_command *)lc)->fileoff) + _dyld_get_image_vmaddr_slide(i);
/external/chromium_org/third_party/tcmalloc/chromium/src/base/
Dsysinfo.cc562 if (offset) *offset = sc->fileoff; in NextExtMachHelper()
/external/llvm/lib/Object/
DMachOObjectFile.cpp179 sys::swapByteOrder(C.fileoff); in SwapStruct()
193 sys::swapByteOrder(C.fileoff); in SwapStruct()
/external/valgrind/main/coregrind/m_debuginfo/
Dreadmacho.c837 && seg.fileoff == 0 && seg.filesize != 0) { in ML_()