Searched defs:COFFSection (Results 1 – 3 of 3) sorted by relevance
230 const auto COFFSection = m_object->getCOFFSection(SecRef); in CreateSections() local
109 class COFFSection { global() class 119 COFFSection(StringRef Name) : Name(std::string(Name)) {} COFFSection() function in __anonf03844010111::COFFSection [all...]
208 const object::coff_section *COFFSection = COFFObj.getCOFFSection(Section); mapVirtualAddress() local