Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/ObjectFile/PECOFF/
DObjectFilePECOFF.cpp496 … lldb::offset_t string_file_offset = m_coff_header.symoff + (m_coff_header.nsyms * 18) + stroff; in GetSectionName() local
497 const char *name = m_data.GetCStr (&string_file_offset); in GetSectionName()