Searched refs:getSectionHeaders (Results 1 – 4 of 4) sorted by relevance
240 for (; Section < Dbi->getSectionHeaders().size(); ++Section) { in addressForRVA() 241 auto &Sec = Dbi->getSectionHeaders()[Section]; in addressForRVA() 391 uint32_t MaxSection = Dbi->getSectionHeaders().size(); in getRVAFromSectOffset() 394 auto &Sec = Dbi->getSectionHeaders()[Section - 1]; in getRVAFromSectOffset()
199 FixedStreamArray<object::coff_section> DbiStream::getSectionHeaders() const { in getSectionHeaders() function in DbiStream
64 uint32_t max_section = dbi().getSectionHeaders().size(); in MakeVirtualAddress()71 const llvm::object::coff_section &cs = dbi().getSectionHeaders()[segment - 1]; in MakeVirtualAddress()
83 FixedStreamArray<object::coff_section> getSectionHeaders() const;