Searched refs:section_header_t (Results 1 – 2 of 2) sorted by relevance
214 } section_header_t; typedef234 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;
458 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()