Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/ObjectFile/ELF/
DObjectFileELF.cpp888 bool is_thread_specific = false; in CreateSections() local
896 is_thread_specific = true; in CreateSections()
901 is_thread_specific = true; in CreateSections()
962 if (is_thread_specific) in CreateSections()
963 section_sp->SetIsThreadSpecific (is_thread_specific); in CreateSections()