Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/ObjectFile/PECOFF/
DObjectFilePECOFF.h240 } section_header_t; typedef
282 void DumpSectionHeader(lldb_private::Stream *s, const section_header_t &sh);
285 llvm::StringRef GetSectionName(const section_header_t &sect);
287 const section_header_t &sect);
289 typedef std::vector<section_header_t> SectionHeaderColl;
DObjectFilePECOFF.cpp549 const size_t section_header_byte_size = nsects * sizeof(section_header_t); in ParseSectionHeaders()
579 llvm::StringRef ObjectFilePECOFF::GetSectionName(const section_header_t &sect) { in GetSectionName()
751 const section_header_t &sect) { in GetSectionType()
1116 const section_header_t &sh) { in DumpSectionHeader()