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

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_procmaps_mac.cpp43 u32 lc_type; member in struct:__sanitizer::MemoryMappedSegmentData
73 if (data_->lc_type == LC_SEGMENT) {
76 } else if (data_->lc_type == LC_SEGMENT_64) {
214 seg_data->lc_type = kLCSegment;
/freebsd-11-stable/contrib/ipfilter/lib/
H A Dipft_pc.c18 int lc_type; member in struct:llc
107 for (i = 0; llcs[i].lc_type != -1; i++)
108 if (llcs[i].lc_type == ph.type) {

Completed in 65 milliseconds