Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/binutils.old/dist/gold/
H A Dscript-sections.h119 add_assertion(Expression* check, const char* message, size_t messagelen);
H A Dscript.h463 add_assertion(Expression* check, const char* message, size_t messagelen);
H A Dscript-sections.cc1965 add_assertion(Expression* check, const char* message, size_t messagelen);
2177 Output_section_definition::add_assertion(Expression* check, in add_assertion() function in gold::Output_section_definition
3420 Script_sections::add_assertion(Expression* check, const char* message, in add_assertion() function in gold::Script_sections
3424 this->output_section_->add_assertion(check, message, messagelen); in add_assertion()
H A Dscript.cc1195 Script_options::add_assertion(Expression* check, const char* message, in add_assertion() function in gold::Script_options
1199 this->script_sections_.add_assertion(check, message, messagelen); in add_assertion()
2840 closure->script_options()->add_assertion(check, message, messagelen); in script_add_assertion()
/netbsd-src/external/gpl3/binutils/dist/gold/
H A Dscript-sections.h119 add_assertion(Expression* check, const char* message, size_t messagelen);
H A Dscript.h463 add_assertion(Expression* check, const char* message, size_t messagelen);
H A Dscript-sections.cc1965 add_assertion(Expression* check, const char* message, size_t messagelen);
2177 Output_section_definition::add_assertion(Expression* check, in add_assertion() function in gold::Output_section_definition
3420 Script_sections::add_assertion(Expression* check, const char* message, in add_assertion() function in gold::Script_sections
3424 this->output_section_->add_assertion(check, message, messagelen); in add_assertion()
H A Dscript.cc1195 Script_options::add_assertion(Expression* check, const char* message, in add_assertion() function in gold::Script_options
1199 this->script_sections_.add_assertion(check, message, messagelen); in add_assertion()
2840 closure->script_options()->add_assertion(check, message, messagelen); in script_add_assertion()