Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/binutils.old/dist/gold/
H A Dlayout.cc3796 align_file_offset(off_t off, uint64_t addr, uint64_t abi_pagesize) in align_file_offset() function
3997 off = align_file_offset(off, addr, in set_segment_offsets()
4052 off = align_file_offset(off, addr, abi_pagesize); in set_segment_offsets()
4094 off = align_file_offset(off, 0, target->abi_pagesize()); in set_segment_offsets()
H A DChangeLog-081514680 (align_file_offset): New static function.
14681 (Layout::set_segment_offsets): Use align_file_offset.
/netbsd-src/external/gpl3/binutils/dist/gold/
H A Dlayout.cc3865 align_file_offset(off_t off, uint64_t addr, uint64_t abi_pagesize) in align_file_offset() function
4066 off = align_file_offset(off, addr, in set_segment_offsets()
4121 off = align_file_offset(off, addr, abi_pagesize); in set_segment_offsets()
4163 off = align_file_offset(off, 0, target->abi_pagesize()); in set_segment_offsets()
H A DChangeLog-081514680 (align_file_offset): New static function.
14681 (Layout::set_segment_offsets): Use align_file_offset.