Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/sanitizer_common/
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()
214 seg_data->lc_type = kLCSegment; in NextSegmentLoad()