Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/PECOFF/
H A DObjectFilePECOFF.cpp954 static ConstString g_code_sect_name(".code"); in GetSectionType() local
962 ((const_sect_name == g_code_sect_name) || in GetSectionType()