Home
last modified time | relevance | path

Searched refs:dot_value (Results 1 – 16 of 16) sorted by relevance

/dragonfly/contrib/binutils-2.34/gold/
H A Dscript-sections.cc766 *dot_value = this->val_->eval_with_dot(symtab, layout, true, *dot_value, in finalize_symbols()
776 *dot_value = this->val_->eval_with_dot(symtab, layout, false, *dot_value, in set_section_addresses()
958 *dot_value = this->val_->eval_with_dot(symtab, layout, true, *dot_value, in finalize_symbols()
991 uint64_t* dot_value, in set_section_addresses() argument
1018 *dot_value = next_dot; in set_section_addresses()
1825 *dot_value = dot; in set_section_addresses()
2480 address = *dot_value; in set_section_addresses()
2519 *dot_value, NULL, in set_section_addresses()
2616 *dot_value, in set_section_addresses()
2632 *dot_value, in set_section_addresses()
[all …]
H A Dscript.h100 uint64_t dot_value, Output_section* dot_section,
112 bool is_dot_available, uint64_t dot_value,
361 finalize_with_dot(Symbol_table*, const Layout*, uint64_t dot_value,
369 uint64_t dot_value, Output_section* dot_section);
383 uint64_t dot_value, Output_section* dot_section);
389 uint64_t dot_value, Output_section*);
H A Dexpression.cc63 uint64_t dot_value; member
97 bool check_assertions, uint64_t dot_value, in eval_with_dot() argument
115 uint64_t dot_value, Output_section* dot_section, in eval_maybe_dot() argument
129 eei.dot_value = dot_value; in eval_maybe_dot()
280 return eei->dot_value; in value()
314 eei->dot_value, in arg_value()
402 eei->dot_value, in left_value()
421 eei->dot_value, in right_value()
583 eei->dot_value, in arg1_value()
602 eei->dot_value, in arg2_value()
[all …]
H A Dscript.cc938 uint64_t dot_value, in finalize_with_dot() argument
941 this->finalize_maybe_dot(symtab, layout, true, dot_value, dot_section); in finalize_with_dot()
950 uint64_t dot_value, in finalize_maybe_dot() argument
964 this->sized_finalize<32>(symtab, layout, is_dot_available, dot_value, in finalize_maybe_dot()
973 this->sized_finalize<64>(symtab, layout, is_dot_available, dot_value, in finalize_maybe_dot()
986 bool is_dot_available, uint64_t dot_value, in sized_finalize() argument
995 dot_value, dot_section, in sized_finalize()
1012 bool is_dot_available, uint64_t dot_value, in set_if_absolute() argument
1021 is_dot_available, dot_value, in set_if_absolute()
/dragonfly/contrib/binutils-2.27/gold/
H A Dscript-sections.cc732 *dot_value = this->val_->eval_with_dot(symtab, layout, true, *dot_value, in finalize_symbols()
742 *dot_value = this->val_->eval_with_dot(symtab, layout, false, *dot_value, in set_section_addresses()
924 *dot_value = this->val_->eval_with_dot(symtab, layout, true, *dot_value, in finalize_symbols()
957 uint64_t* dot_value, in set_section_addresses() argument
984 *dot_value = next_dot; in set_section_addresses()
1791 *dot_value = dot; in set_section_addresses()
2434 address = *dot_value; in set_section_addresses()
2470 *dot_value = address; in set_section_addresses()
2541 *dot_value, in set_section_addresses()
2572 *dot_value, in set_section_addresses()
[all …]
H A Dscript.h100 uint64_t dot_value, Output_section* dot_section,
112 bool is_dot_available, uint64_t dot_value,
349 finalize_with_dot(Symbol_table*, const Layout*, uint64_t dot_value,
357 uint64_t dot_value, Output_section* dot_section);
371 uint64_t dot_value, Output_section* dot_section);
377 uint64_t dot_value, Output_section*);
H A Dexpression.cc63 uint64_t dot_value; member
97 bool check_assertions, uint64_t dot_value, in eval_with_dot() argument
115 uint64_t dot_value, Output_section* dot_section, in eval_maybe_dot() argument
129 eei.dot_value = dot_value; in eval_maybe_dot()
272 return eei->dot_value; in value()
306 eei->dot_value, in arg_value()
390 eei->dot_value, in left_value()
409 eei->dot_value, in right_value()
564 eei->dot_value, in arg1_value()
583 eei->dot_value, in arg2_value()
[all …]
H A Dscript.cc931 uint64_t dot_value, in finalize_with_dot() argument
934 this->finalize_maybe_dot(symtab, layout, true, dot_value, dot_section); in finalize_with_dot()
943 uint64_t dot_value, in finalize_maybe_dot() argument
957 this->sized_finalize<32>(symtab, layout, is_dot_available, dot_value, in finalize_maybe_dot()
966 this->sized_finalize<64>(symtab, layout, is_dot_available, dot_value, in finalize_maybe_dot()
979 bool is_dot_available, uint64_t dot_value, in sized_finalize() argument
988 dot_value, dot_section, in sized_finalize()
1005 bool is_dot_available, uint64_t dot_value, in set_if_absolute() argument
1014 is_dot_available, dot_value, in set_if_absolute()
/dragonfly/contrib/binutils-2.34/gas/
H A Dwrite.h168 extern addressT dot_value;
H A Dwrite.c122 addressT dot_value; variable
173 fixP->fx_dot_value = dot_value; in fix_new_internal()
H A Dexpr.c1768 dot_value = frag_now_fix (); in expr()
H A Dread.c4200 dot_value = frag_now_fix (); in emit_expr_with_reloc()
/dragonfly/contrib/binutils-2.27/gas/
H A Dwrite.h165 extern addressT dot_value;
H A Dwrite.c120 addressT dot_value; variable
171 fixP->fx_dot_value = dot_value; in fix_new_internal()
H A Dexpr.c1772 dot_value = frag_now_fix (); in expr()
H A Dread.c4201 dot_value = frag_now_fix (); in emit_expr_with_reloc()