HomeSort by relevance Sort by last modified time
    Searched defs:print_symbol_counts (Results 1 - 2 of 2) sorted by null

  /toolchain/binutils/binutils-2.25/gold/
cref.cc 65 print_symbol_counts(const Symbol_table*, FILE*) const;
201 Cref_inputs::print_symbol_counts(const Symbol_table* symtab, FILE* f) const function in class:gold::Cref_inputs
372 Cref::print_symbol_counts(const Symbol_table* symtab) const function in class:gold::Cref
378 if (strcmp(parameters->options().print_symbol_counts(), "-") == 0)
382 f = fopen(parameters->options().print_symbol_counts(), "w");
385 parameters->options().print_symbol_counts(),
389 this->inputs_->print_symbol_counts(symtab, f);
object.cc 3000 Input_objects::print_symbol_counts(const Symbol_table* symtab) const function in class:gold::Input_objects
    [all...]

Completed in 42 milliseconds