Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/ELF/
H A DObject.cpp1217 bool SegmentIsTLS = Seg.Type == PT_TLS; in sectionWithinSegment() local
1218 if (SectionIsTLS != SegmentIsTLS) in sectionWithinSegment()