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

  /toolchain/binutils/binutils-2.25/gold/
incremental-dump.cc 299 bool is_def; local
302 input_file.get_output_symbol_index(symndx, &is_def, &is_copy);
311 is_copy ? "COPY" : (is_def ? "DEF" : "UNDEF"),
incremental.h 1071 // libraries only. Sets *IS_DEF to TRUE if the symbol is defined in this
1075 get_output_symbol_index(unsigned int n, bool* is_def, bool* is_copy)
1087 *is_def = true;
1091 *is_def = true;
1095 *is_def = false;
    [all...]
incremental.cc 583 bool is_def; local
586 input_file.get_output_symbol_index(i, &is_def, &is_copy);
    [all...]

Completed in 51 milliseconds