Home | History | Annotate | Download | only in gold

Lines Matching refs:Reltype

3281     typedef typename elfcpp::Swap<32, big_endian>::Valtype Reltype;
3284 Reltype addend = (val & 0x7e0U) >> 6;
3285 Reltype x = psymval->value(object, addend);
3300 typedef typename elfcpp::Swap<32, big_endian>::Valtype Reltype;
3303 Reltype addend = val & 0x0fffU;
3304 Reltype x = psymval->value(object, addend);
3374 typedef typename elfcpp::Swap<16, big_endian>::Valtype Reltype;
3378 Reltype addend = (((val & 0x0200) >> 3) | ((val & 0x00f8) >> 2));
3379 Reltype x = (psymval->value(object, addend) - address);
3543 typedef typename elfcpp::Swap<32, big_endian>::Valtype Reltype;
3545 Reltype val = (elfcpp::Swap<16, big_endian>::readval(wv) << 16)
3547 Reltype addend = This::extract_thumb_movw_movt_addend(val);
3548 Reltype x =
3568 typedef typename elfcpp::Swap<32, big_endian>::Valtype Reltype;
3570 Reltype val = (elfcpp::Swap<16, big_endian>::readval(wv) << 16)
3572 Reltype addend = This::extract_thumb_movw_movt_addend(val);
3573 Reltype x = (psymval->value(object, addend) - relative_address_base) >> 16;
3589 typedef typename elfcpp::Swap<32, big_endian>::Valtype Reltype;
3591 Reltype insn = (elfcpp::Swap<16, big_endian>::readval(wv) << 16)
3616 Reltype val = abs(x);
3642 typedef typename elfcpp::Swap<16, big_endian>::Valtype Reltype;
3645 Reltype addend = ((insn & 0x00ff) << 2);
3647 Reltype val = abs(x);
3664 typedef typename elfcpp::Swap<32, big_endian>::Valtype Reltype;
3666 Reltype insn = (elfcpp::Swap<16, big_endian>::readval(wv) << 16)
3675 Reltype val = abs(x);
10217 typedef typename Reloc_types<elfcpp::SHT_REL, 32, big_endian>::Reloc Reltype;
10226 Reltype reloc(preloc_in);
11806 typedef typename Reloc_types<sh_type, 32, big_endian>::Reloc Reltype;
11819 Reltype reloc(prelocs);