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

  /toolchain/binutils/binutils-2.25/gold/
cref.h 64 print_symbol_counts(const Symbol_table*) const;
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);
main.cc 311 input_objects.print_symbol_counts(&symtab);
object.cc 3000 Input_objects::print_symbol_counts(const Symbol_table* symtab) const function in class:gold::Input_objects
    [all...]
object.h     [all...]
options.h     [all...]

Completed in 66 milliseconds