Home | History | Annotate | Download | only in runtime

Lines Matching defs:string

63                                                    std::string* error_msg,
87 std::string* error_msg) {
102 std::string* error_msg) {
289 uint8_t** target, std::string* error_msg) {
333 bool ElfFileImpl<ElfTypes>::CheckSectionsExist(File* file, std::string* error_msg) const {
417 bool ElfFileImpl<ElfTypes>::SetMap(File* file, MemMap* map, std::string* error_msg) {
756 const std::string& symbol_name) const {
774 const std::string& symbol_name) const {
845 Elf_Word section_type, const std::string& symbol_name, bool build_map) {
926 Elf_Word section_type, const std::string& symbol_name, bool build_map) {
949 uint8_t* string = strings + i;
950 if (string >= End()) {
953 return reinterpret_cast<const char*>(string);
1029 bool ElfFileImpl<ElfTypes>::GetLoadedSize(size_t* size, std::string* error_msg) const {
1076 std::string* error_msg) {
1133 std::string reservation_name("ElfFile reservation for ");
1235 std::string name = StringPrintf("Zero-initialized segment %" PRIu64 " of ELF file %s",
1331 const std::string& name) const {
1370 std::string patches_name = target_section_name + std::string(".oat_patches");
1404 bool ElfFileImpl<ElfTypes>::Strip(File* file, std::string* error_msg) {
1681 std::string* error_msg,
1730 ElfFile* ElfFile::Open(File* file, int mmap_prot, int mmap_flags, std::string* error_msg) {
1787 bool ElfFile::Load(File* file, bool executable, bool low_4gb, std::string* error_msg) {
1791 const uint8_t* ElfFile::FindDynamicSymbolAddress(const std::string& symbol_name) const {
1807 const std::string& ElfFile::GetFilePath() const {
1842 bool ElfFile::HasSection(const std::string& name) const {
1851 const std::string& symbol_name,
1856 bool ElfFile::GetLoadedSize(size_t* size, std::string* error_msg) const {
1860 bool ElfFile::Strip(File* file, std::string* error_msg) {