Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/Plugins/ObjectFile/PECOFF/
H A DObjectFilePECOFF.cpp956 static ConstString g_data_sect_name(".data"); in GetSectionType() local
967 ((const_sect_name == g_data_sect_name) || in GetSectionType()