Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/ObjectFile/PECOFF/
DObjectFilePECOFF.h214 } section_header_t; typedef
234 void DumpSectionHeader(lldb_private::Stream *s, const section_header_t& sh);
235 bool GetSectionName(std::string& sect_name, const section_header_t& sect);
237 typedef std::vector<section_header_t> SectionHeaderColl;
DObjectFilePECOFF.cpp458 const size_t section_header_byte_size = nsects * sizeof(section_header_t); in ParseSectionHeaders()
491 ObjectFilePECOFF::GetSectionName(std::string& sect_name, const section_header_t& sect) in GetSectionName()
901 ObjectFilePECOFF::DumpSectionHeader(Stream *s, const section_header_t& sh) in DumpSectionHeader()