Home
last modified time | relevance | path

Searched refs:textSegmentOffset (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_procmaps_mac.cpp183 uint64_t textSegmentOffset; // offset from start of cache member
210 (mach_header *)(cacheStart + info->textSegmentOffset); in GetDyldImageHeaderViaSharedCache()
/llvm-project-15.0.7/lldb/source/Host/macosx/objcxx/
H A DHostInfoMacOSX.mm503 uint64_t textSegmentOffset; // offset from start of cache
579 shared_cache_start + info->textSegmentOffset,
580 shared_cache_size - info->textSegmentOffset)};