Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_procmaps_mac.cpp182 template <u32 kLCSegment, typename SegmentCommand>
189 const SegmentCommand* sc = (const SegmentCommand *)lc; in NextSegmentLoad()
213 (const char *)lc + sizeof(SegmentCommand); in NextSegmentLoad()
/freebsd-13.1/contrib/llvm-project/lld/MachO/
H A DWriter.cpp229 using SegmentCommand = typename LP::segment_command; in writeTo() typedef
232 auto *c = reinterpret_cast<SegmentCommand *>(buf); in writeTo()
233 buf += sizeof(SegmentCommand); in writeTo()
H A DInputFiles.cpp751 using SegmentCommand = typename LP::segment_command; in parse() typedef
777 auto *c = reinterpret_cast<const SegmentCommand *>(cmd); in parse()
H A DSyntheticSections.cpp734 using SegmentCommand = typename LP::segment_command; in collectDataInCodeEntries() typedef
742 const auto *c = reinterpret_cast<const SegmentCommand *>( in collectDataInCodeEntries()