Home | History | Annotate | Download | only in gold

Lines Matching refs:got_type

2318   add_global(Symbol* gsym, unsigned int got_type);
2323 add_global_plt(Symbol* gsym, unsigned int got_type);
2328 add_global_tls(Symbol* gsym, unsigned int got_type)
2329 { return add_global_plt(gsym, got_type); }
2334 add_global_with_rel(Symbol* gsym, unsigned int got_type,
2340 add_global_pair_with_rel(Symbol* gsym, unsigned int got_type,
2348 add_local(Relobj* object, unsigned int sym_index, unsigned int got_type);
2353 add_local_plt(Relobj* object, unsigned int sym_index, unsigned int got_type);
2358 add_local_tls(Relobj* object, unsigned int sym_index, unsigned int got_type)
2359 { return add_local_plt(object, sym_index, got_type); }
2365 unsigned int got_type, Output_data_reloc_generic* rel_dyn,
2375 unsigned int shndx, unsigned int got_type,
2385 unsigned int got_type,
2411 unsigned int got_type);
2415 reserve_global(unsigned int i, Symbol* gsym, unsigned int got_type);