Home
last modified time | relevance | path

Searched refs:SegmentCommand (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_procmaps_mac.cpp248 template <u32 kLCSegment, typename SegmentCommand>
257 const SegmentCommand* sc = (const SegmentCommand *)lc; in NextSegmentLoad()
281 (const char *)lc + sizeof(SegmentCommand); in NextSegmentLoad()
/freebsd-14.2/contrib/llvm-project/lld/MachO/
H A DWriter.cpp232 using SegmentCommand = typename LP::segment_command; in writeTo() typedef
235 auto *c = reinterpret_cast<SegmentCommand *>(buf); in writeTo()
236 buf += sizeof(SegmentCommand); in writeTo()
H A DInputFiles.cpp988 using SegmentCommand = typename LP::segment_command; in parse() typedef
1009 auto *c = reinterpret_cast<const SegmentCommand *>(cmd); in parse()