Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/binutils/dist/gold/
Dicf.cc349 Icf::Offset_info::const_iterator it_o = o.begin(); in get_section_contents() local
353 for (; it_v != v.end(); ++it_v, ++it_s, ++it_a, ++it_o, ++it_addend_size) in get_section_contents()
359 if (static_cast<section_offset_type>(*it_o) < start_offset in get_section_contents()
360 || static_cast<section_offset_type>(*it_o) >= end_offset) in get_section_contents()
400 static_cast<unsigned long long>(*it_o - start_offset)); in get_section_contents()
501 contents + static_cast<unsigned long long>(*it_o); in get_section_contents()