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