Searched refs:check_assertions (Results 1 – 4 of 4) sorted by relevance
/dflybsd-src/contrib/binutils-2.34/gold/ |
H A D | expression.cc | 58 bool check_assertions; member 87 bool check_assertions) in eval() argument 89 return this->eval_maybe_dot(symtab, layout, check_assertions, false, 0, in eval() 97 bool check_assertions, uint64_t dot_value, in eval_with_dot() argument 103 return this->eval_maybe_dot(symtab, layout, check_assertions, true, in eval_with_dot() 114 bool check_assertions, bool is_dot_available, in eval_maybe_dot() argument 127 eei.check_assertions = check_assertions; in eval_maybe_dot() 312 eei->check_assertions, in arg_value() 400 eei->check_assertions, in left_value() 419 eei->check_assertions, in right_value() [all …]
|
H A D | script.h | 80 eval(const Symbol_table*, const Layout*, bool check_assertions); 99 eval_with_dot(const Symbol_table*, const Layout*, bool check_assertions, 111 eval_maybe_dot(const Symbol_table*, const Layout*, bool check_assertions,
|
/dflybsd-src/contrib/binutils-2.27/gold/ |
H A D | expression.cc | 58 bool check_assertions; member 87 bool check_assertions) in eval() argument 89 return this->eval_maybe_dot(symtab, layout, check_assertions, false, 0, in eval() 97 bool check_assertions, uint64_t dot_value, in eval_with_dot() argument 103 return this->eval_maybe_dot(symtab, layout, check_assertions, true, in eval_with_dot() 114 bool check_assertions, bool is_dot_available, in eval_maybe_dot() argument 127 eei.check_assertions = check_assertions; in eval_maybe_dot() 304 eei->check_assertions, in arg_value() 388 eei->check_assertions, in left_value() 407 eei->check_assertions, in right_value() [all …]
|
H A D | script.h | 80 eval(const Symbol_table*, const Layout*, bool check_assertions); 99 eval_with_dot(const Symbol_table*, const Layout*, bool check_assertions, 111 eval_maybe_dot(const Symbol_table*, const Layout*, bool check_assertions,
|