Home
last modified time | relevance | path

Searched refs:check_assertions (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.25/gold/
Dexpression.cc58 bool check_assertions; member
83 bool check_assertions) in eval() argument
85 return this->eval_maybe_dot(symtab, layout, check_assertions, false, 0, in eval()
93 bool check_assertions, uint64_t dot_value, in eval_with_dot() argument
99 return this->eval_maybe_dot(symtab, layout, check_assertions, true, in eval_with_dot()
110 bool check_assertions, bool is_dot_available, in eval_maybe_dot() argument
122 eei.check_assertions = check_assertions; in eval_maybe_dot()
289 eei->check_assertions, in arg_value()
372 eei->check_assertions, in left_value()
390 eei->check_assertions, in right_value()
[all …]
Dscript.h80 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,