Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gold/
Dpowerpc.cc2225 add_constant_pair(Valtype c1, Valtype c2) in add_constant_pair() function in __anon0f0c9f3e0111::Output_data_got_powerpc
2228 return Output_data_got<size, big_endian>::add_constant_pair(c1, c2); in add_constant_pair()
5159 unsigned int got_offset = got->add_constant_pair(0, 0); in tlsld_got_offset()
Doutput.h2398 add_constant_pair(Valtype c1, Valtype c2) in add_constant_pair() function
DChangeLog1502 (Output_data_got::add_constant_pair): New function.
3205 (Output_data_got_powerpc::add_constant_pair): New function.
3211 (Target_powerpc::tlsld_got_offset): Use add_constant_pair.