Home
last modified time | relevance | path

Searched refs:sym_fd (Results 1 – 2 of 2) sorted by relevance

/external/google-breakpad/src/common/solaris/
Ddump_symbols.h44 int sym_fd);
Ddump_symbols.cc639 bool DumpSymbols::WriteSymbolFile(const std::string &obj_file, int sym_fd) { in WriteSymbolFile() argument
674 if (WriteModuleInfo(sym_fd, elf_header.e_machine, obj_file) && in WriteSymbolFile()
675 DumpStabSymbols(sym_fd, symbols)) in WriteSymbolFile()