Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gold/
Dscript-sections.cc947 uint64_t next_dot = this->val_->eval_with_dot(symtab, layout, false, in set_section_addresses() local
951 if (next_dot < *dot_value) in set_section_addresses()
953 if (next_dot > *dot_value && output_section != NULL) in set_section_addresses()
955 section_size_type length = convert_to_section_size_type(next_dot in set_section_addresses()
968 *dot_value = next_dot; in set_section_addresses()