Lines Matching defs:error_msg
64 std::string* error_msg, in Open()
88 std::string* error_msg) { in Open()
99 bool ElfFileImpl<ElfTypes>::Setup(int prot, int flags, bool low_4gb, std::string* error_msg) { in Setup()
283 uint8_t** target, std::string* error_msg) { in CheckAndSet()
411 bool ElfFileImpl<ElfTypes>::SetMap(MemMap* map, std::string* error_msg) { in SetMap()
1067 bool ElfFileImpl<ElfTypes>::Load(bool executable, bool low_4gb, std::string* error_msg) { in Load()
1395 bool ElfFileImpl<ElfTypes>::Strip(std::string* error_msg) { in Strip()
1672 std::string* error_msg, in Open()
1721 ElfFile* ElfFile::Open(File* file, int mmap_prot, int mmap_flags, std::string* error_msg) { in Open()
1778 bool ElfFile::Load(bool executable, bool low_4gb, std::string* error_msg) { in Load()
1851 bool ElfFile::Strip(File* file, std::string* error_msg) { in Strip()