Home | History | Annotate | Download | only in gold

Lines Matching refs:got_pov

5039   unsigned char* got_pov = got_view;
5040 memset(got_pov, 0, size / 8 * AARCH64_GOTPLT_RESERVE_COUNT);
5041 got_pov += (size / 8) * AARCH64_GOTPLT_RESERVE_COUNT;
5050 got_pov += size / 8,
5059 elfcpp::Swap<size, big_endian>::writeval(got_pov, plt_address);
5075 gold_assert(static_cast<section_size_type>(got_pov - got_view) == got_size);