Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/binutils/dist/gold/
Dlayout.cc3867 uint64_t unsigned_off = off; in align_file_offset() local
3868 uint64_t aligned_off = ((unsigned_off & ~(abi_pagesize - 1)) in align_file_offset()
3870 if (aligned_off < unsigned_off) in align_file_offset()