Home | History | Annotate | Download | only in runtime

Lines Matching refs:string

21 #include <string>
45 std::string* error_msg,
52 std::string* error_msg);
56 bool Load(File* file, bool executable, bool low_4gb, std::string* error_msg);
58 const uint8_t* FindDynamicSymbolAddress(const std::string& symbol_name) const;
68 const std::string& GetFilePath() const;
72 bool HasSection(const std::string& name) const;
75 const std::string& symbol_name,
78 bool GetLoadedSize(size_t* size, std::string* error_msg) const;
82 static bool Strip(File* file, std::string* error_msg);