Searched refs:orig_r_type (Results 1 – 1 of 1) sorted by relevance
/dflybsd-src/contrib/binutils-2.27/gold/ |
H A D | sparc.cc | 2269 unsigned int orig_r_type = r_type; in local() local 2342 rela_dyn->add_local(object, r_sym, orig_r_type, output_section, in local() 2349 rela_dyn->add_symbolless_local_addend(object, r_sym, orig_r_type, in local() 2588 unsigned int orig_r_type = r_type; in global() local 2666 rela_dyn->add_global(gsym, orig_r_type, output_section, object, in global() 2721 orig_r_type = r_type = elfcpp::R_SPARC_UA16; in global() 2725 orig_r_type = r_type = elfcpp::R_SPARC_UA32; in global() 2729 orig_r_type = r_type = elfcpp::R_SPARC_UA64; in global() 2733 orig_r_type = r_type = elfcpp::R_SPARC_16; in global() 2737 orig_r_type = r_type = elfcpp::R_SPARC_32; in global() [all …]
|