OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:program_name_
(Results
1 - 2
of
2
) sorted by null
/toolchain/binutils/binutils-2.25/gold/
errors.cc
42
:
program_name_
(program_name), lock_(NULL), initialize_lock_(&this->lock_),
81
fprintf(stderr, _("%s: fatal error: "), this->
program_name_
);
92
fprintf(stderr, _("%s: fatal error: "), this->
program_name_
);
103
fprintf(stderr, _("%s: error: "), this->
program_name_
);
115
fprintf(stderr, _("%s: warning: "), this->
program_name_
);
209
fprintf(stderr, _("%s: "), this->
program_name_
);
errors.h
121
const char*
program_name_
;
member in class:gold::Errors
Completed in 111 milliseconds