Lines Matching full:template
46 template<int size>
49 template<int size, bool big_endian>
52 template<int size>
55 template<int sh_type, bool dynamic, int size, bool big_endian>
319 template<int size, bool big_endian>
325 template<int valsize>
337 template<int valsize>
351 template<int valsize>
365 template<int valsize>
380 template<int valsize>
393 template<int valsize>
408 template<int valsize>
421 template<int valsize>
436 template<int valsize>
452 template<int valsize>
466 template<int valsize>
487 { This::template rel<8>(view, value); }
493 { This::template rel<8>(view, object, psymval); }
498 { This::template rela<8>(view, value, addend); }
505 { This::template rela<8>(view, object, psymval, addend); }
512 { This::template pcrel<8>(view, value, address); }
519 { This::template
526 { This::template pcrela<8>(view, value, addend, address); }
534 { This::template pcrela<8>(view, object, psymval, addend, address); }
540 { This::template rel<16>(view, value); }
546 { This::template rel<16>(view, object, psymval); }
551 { This::template rela<16>(view, value, addend); }
558 { This::template rela<16>(view, object, psymval, addend); }
565 { This::template pcrel<16>(view, value, address); }
572 { This::template pcrel<16>(view, object, psymval, address); }
580 { This::template pcrela<16>(view, value, addend, address); }
588 { This::template pcrela<16>(view, object, psymval, addend, address); }
594 { This::template rel<32>(view, value); }
599 { This::template rel_unaligned<32>(view, value); }
605 { This::template rel<32>(view, object, psymval); }
612 { This::template rel_unaligned<32>(view, object, psymval); }
617 { This::template rela<32>(view, value, addend); }
624 { This::template rela<32>(view, object, psymval, addend); }
631 { This::template pcrel<32>(view, value, address); }
637 { This::template pcrel_unaligned<32>(view, value, address); }
644 { This::template pcrel<32>(view, object, psymval, address); }
652 { This::template pcrela<32>(view, value, addend, address); }
660 { This::template pcrela<32>(view, object, psymval, addend, address); }
666 { This::template rel<64>(view, value); }
672 { This::template rel<64>(view, object, psymval); }
678 { This::template rela<64>(view, value, addend); }
685 { This::template rela<64>(view, object, psymval, addend); }
692 { This::template pcrel<64>(view, value, address); }
699 { This::template pcrel<64>(view, object, psymval, address); }
707 { This::template pcrela<64>(view, value, addend, address); }
715 { This::template pcrela<64>(view, object, psymval, addend, address); }
721 template<int bits>
838 template<int size, bool big_endian>