Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gold/
Doutput.cc4271 off_t orig_off = *poff; in set_section_addresses() local
4338 addr += off - orig_off; in set_section_addresses()
4339 orig_off = off; in set_section_addresses()
4357 this->offset_ = orig_off; in set_section_addresses()
4380 this->filesz_ = *poff - orig_off; in set_section_addresses()
4396 this->memsz_ = *poff - orig_off; in set_section_addresses()
4410 if (orig_off % abi_pagesize == 0 && off % abi_pagesize != 0) in set_section_addresses()
Dlayout.cc3589 uint64_t orig_off = off; in set_segment_offsets() local
3616 gold_assert(orig_off == 0); in set_segment_offsets()
3638 off = orig_off + ((addr - orig_addr) & (abi_pagesize - 1)); in set_segment_offsets()
3701 off = orig_off + ((addr - orig_addr) & (abi_pagesize - 1)); in set_segment_offsets()