Searched refs:LoadSymbols (Results 1 - 3 of 3) sorted by relevance

/external/google-breakpad/src/common/solaris/
H A Ddump_symbols.cc434 bool LoadSymbols(Elf *elf, GElf_Ehdr *elf_header, struct SymbolInfo *symbols, function in namespace:__anon5135
671 if (!LoadSymbols(elf, &elf_header, &symbols, obj_base))
/external/google-breakpad/src/common/linux/
H A Ddump_symbols.cc512 // Holds the state between the two calls to LoadSymbols() in case it's necessary
575 // first call to LoadSymbols().
578 // LoadSymbols().
581 // between calls to LoadSymbols().
585 bool LoadSymbols(const string& obj_file, function in namespace:__anon5116
891 if (!LoadSymbols<ElfClass>(obj_filename, big_endian, elf_header,
909 if (!LoadSymbols<ElfClass>(debuglink_file, big_endian,
/external/v8/src/base/platform/
H A Dplatform-win32.cc1079 static std::vector<OS::SharedLibraryAddress> LoadSymbols( function in namespace:v8::base
1159 return LoadSymbols(process_handle);

Completed in 2792 milliseconds