Searched refs:add_assertion (Results 1 – 4 of 4) sorted by relevance
/toolchain/binutils/binutils-2.27/gold/ |
D | script-sections.h | 119 add_assertion(Expression* check, const char* message, size_t messagelen);
|
D | script.h | 451 add_assertion(Expression* check, const char* message, size_t messagelen);
|
D | script-sections.cc | 1931 add_assertion(Expression* check, const char* message, size_t messagelen); 2143 Output_section_definition::add_assertion(Expression* check, in add_assertion() function in gold::Output_section_definition 3360 Script_sections::add_assertion(Expression* check, const char* message, in add_assertion() function in gold::Script_sections 3364 this->output_section_->add_assertion(check, message, messagelen); in add_assertion()
|
D | script.cc | 1165 Script_options::add_assertion(Expression* check, const char* message, in add_assertion() function in gold::Script_options 1169 this->script_sections_.add_assertion(check, message, messagelen); in add_assertion() 2810 closure->script_options()->add_assertion(check, message, messagelen); in script_add_assertion()
|