Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/ObjectFile/PECOFF/
DObjectFilePECOFF.cpp627 static ConstString g_code_sect_name (".code"); in CreateSections() local
651 … ((const_sect_name == g_code_sect_name) || (const_sect_name == g_CODE_sect_name))) in CreateSections()