Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_procmaps_mac.cpp43 u32 lc_type; member
73 if (data_->lc_type == LC_SEGMENT) { in AddAddressRanges()
76 } else if (data_->lc_type == LC_SEGMENT_64) { in AddAddressRanges()
280 seg_data->lc_type = kLCSegment; in NextSegmentLoad()