Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/PECOFF/
H A DObjectFilePECOFF.h240 } section_header_t; typedef
259 void DumpSectionHeader(lldb_private::Stream *s, const section_header_t &sh);
262 llvm::StringRef GetSectionName(const section_header_t &sect);
264 const section_header_t &sect);
266 typedef std::vector<section_header_t> SectionHeaderColl;
H A DObjectFilePECOFF.cpp724 const size_t section_header_byte_size = nsects * sizeof(section_header_t); in ParseSectionHeaders()
754 llvm::StringRef ObjectFilePECOFF::GetSectionName(const section_header_t &sect) { in GetSectionName()
952 const section_header_t &sect) { in GetSectionType()
1325 const section_header_t &sh) { in DumpSectionHeader()