Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objcopy/ELF/
H A DObject.cpp1220 bool SectionIsTLS = Sec.Flags & SHF_TLS; in sectionWithinSegment() local
1222 if (SectionIsTLS != SegmentIsTLS) in sectionWithinSegment()