Home
last modified time | relevance | path

Searched defs:obj_file (Results 1 – 3 of 3) sorted by relevance

/external/google-breakpad/src/common/linux/
Ddump_symbols.cc367 bool LoadELF(const string& obj_file, MmapWrapper* map_wrapper, in LoadELF()
430 const string& obj_file, in ReadDebugLink()
585 bool LoadSymbols(const string& obj_file, in LoadSymbols()
925 bool ReadSymbolDataInternal(const uint8_t* obj_file, in ReadSymbolDataInternal()
950 bool WriteSymbolFile(const string &obj_file, in WriteSymbolFile()
963 bool ReadSymbolData(const string& obj_file, in ReadSymbolData()
/external/toolchain-utils/binary_search_tool/
Dbisect_driver.py98 def which_cache(obj_file): argument
/external/google-breakpad/src/common/solaris/
Ddump_symbols.cc482 bool WriteModuleInfo(int fd, GElf_Half arch, const std::string &obj_file) { in WriteModuleInfo()
639 bool DumpSymbols::WriteSymbolFile(const std::string &obj_file, int sym_fd) { in WriteSymbolFile()