Searched refs:OpdExtractor (Results 1 – 2 of 2) sorted by relevance
37 std::unique_ptr<DataExtractor> OpdExtractor; in create() local51 OpdExtractor.reset(new DataExtractor(*E, Obj->isLittleEndian(), in create()62 res->addSymbol(P.first, P.second, OpdExtractor.get(), OpdAddress)) in create()144 DataExtractor *OpdExtractor, in addSymbol() argument202 if (OpdExtractor) { in addSymbol()209 if (OpdExtractor->isValidOffsetForAddress(OpdOffset)) in addSymbol()210 SymbolAddress = OpdExtractor->getAddress(&OpdOffset); in addSymbol()
64 // (function descriptor) section and OpdExtractor refers to its contents.66 DataExtractor *OpdExtractor = nullptr,