Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/ObjectFile/PECOFF/
DObjectFilePECOFF.h235 bool GetSectionName(std::string& sect_name, const section_header_t& sect);
DObjectFilePECOFF.cpp491 ObjectFilePECOFF::GetSectionName(std::string& sect_name, const section_header_t& sect) in GetSectionName() function in ObjectFilePECOFF
625 GetSectionName (sect_name, m_sect_headers[idx]); in CreateSections()
904 GetSectionName(name, sh); in DumpSectionHeader()