Home
last modified time | relevance | path

Searched refs:add_assertion (Results 1 – 4 of 4) sorted by relevance

/toolchain/binutils/binutils-2.27/gold/
Dscript-sections.h119 add_assertion(Expression* check, const char* message, size_t messagelen);
Dscript.h451 add_assertion(Expression* check, const char* message, size_t messagelen);
Dscript-sections.cc1931 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()
Dscript.cc1165 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()