Home
last modified time | relevance | path

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

/freebsd/sbin/ipf/libipf/
H A Dipft_pc.c14 int lc_type; member
103 for (i = 0; llcs[i].lc_type != -1; i++) in ipcap_open()
104 if (llcs[i].lc_type == ph.type) { in ipcap_open()
/freebsd/contrib/llvm-project/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()
282 seg_data->lc_type = kLCSegment; in NextSegmentLoad()