Searched refs:fileoff (Results 1 – 16 of 16) sorted by relevance
/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/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/main/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 | 562 uint32_t fileoff; member 576 uint64_t fileoff; member
|
/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/chromium_org/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/valgrind/main/coregrind/ |
D | fixup_macho_loadcmds.c | 514 seg->fileoff = 0; in modify_macho_loadcmds()
|
/external/llvm/tools/llvm-size/ |
D | llvm-size.cpp | 137 << Seg.fileoff << ")"; in PrintDarwinSectionSizes() 163 << Seg.fileoff << ")"; in PrintDarwinSectionSizes()
|
/external/chromium_org/third_party/tcmalloc/vendor/src/base/ |
D | sysinfo.cc | 545 if (offset) *offset = sc->fileoff; in NextExtMachHelper()
|
/external/qemu/distrib/sdl-1.2.15/src/loadso/macosx/ |
D | SDL_dlcompat.c | 1286 ((unsigned long)((struct segment_command *)lc)->fileoff) + _dyld_get_image_vmaddr_slide(i);
|
/external/chromium_org/third_party/tcmalloc/chromium/src/base/ |
D | sysinfo.cc | 562 if (offset) *offset = sc->fileoff; in NextExtMachHelper()
|
/external/llvm/lib/Object/ |
D | MachOObjectFile.cpp | 179 sys::swapByteOrder(C.fileoff); in SwapStruct() 193 sys::swapByteOrder(C.fileoff); in SwapStruct()
|
/external/valgrind/main/coregrind/m_debuginfo/ |
D | readmacho.c | 837 && seg.fileoff == 0 && seg.filesize != 0) { in ML_()
|