Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gold/
Dicf.cc284 Icf::Addend_info::iterator it_a = a.begin(); in get_section_contents() local
289 for (; it_v != v.end(); ++it_v, ++it_s, ++it_a, ++it_o, ++it_addend_size) in get_section_contents()
297 loc.offset = convert_types<off_t, long long>(it_a->first in get_section_contents()
298 + it_a->second); in get_section_contents()
305 it_a->first = loc.offset; in get_section_contents()
306 it_a->second = 0; in get_section_contents()
319 static_cast<long long>((*it_a).first), in get_section_contents()
320 static_cast<long long>((*it_a).second), in get_section_contents()
399 long long offset = it_a->first; in get_section_contents()
401 unsigned long long addend = it_a->second; in get_section_contents()