• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/bfd/

Lines Matching refs:plt_type

2451   enum ppc_elf_plt_type plt_type;
2642 if (htab->plt_type == PLT_VXWORKS)
3368 if (h && h == htab->elf.hgot && htab->plt_type == PLT_UNSET)
3370 htab->plt_type = PLT_OLD;
3413 && htab->plt_type == PLT_UNSET)
3427 htab->plt_type = PLT_OLD;
3443 if (htab->plt_type == PLT_UNSET)
3445 htab->plt_type = PLT_OLD;
3770 if (htab->plt_type == PLT_UNSET)
3773 htab->plt_type = PLT_OLD;
3777 enum ppc_elf_plt_type plt_type = plt_style;
3783 if (plt_type == PLT_UNSET)
3784 plt_type = PLT_OLD;
3789 plt_type = PLT_NEW;
3792 plt_type = PLT_OLD;
3797 htab->plt_type = plt_type;
3800 if (htab->plt_type == PLT_OLD && plt_style == PLT_NEW)
3805 BFD_ASSERT (htab->plt_type != PLT_VXWORKS);
3807 if (htab->plt_type == PLT_NEW)
3829 return htab->plt_type == PLT_NEW;
4001 if (htab->plt_type == PLT_NEW
4431 if (htab->plt_type == PLT_VXWORKS)
4438 max_before_header = htab->plt_type == PLT_NEW ? 32768 : 32764;
4501 if (htab->plt_type == PLT_NEW)
4565 if (htab->plt_type == PLT_OLD
4579 if (htab->plt_type == PLT_VXWORKS)
4822 if (htab->plt_type == PLT_OLD)
4824 else if (htab->plt_type == PLT_NEW)
4923 if (htab->got != NULL && htab->plt_type != PLT_VXWORKS)
4934 if (htab->plt_type == PLT_OLD)
5271 if (htab->plt_type == PLT_NEW)
6497 if (htab->plt_type == PLT_NEW)
6587 if (htab->plt_type == PLT_NEW)
6911 if (htab->plt_type == PLT_NEW)
6918 && htab->plt_type == PLT_OLD)
6924 if (htab->plt_type == PLT_VXWORKS)
7058 if (htab->plt_type == PLT_OLD)
7096 if (htab->plt_type == PLT_NEW)
7320 if (htab->plt_type == PLT_OLD)
7697 htab->plt_type = PLT_VXWORKS;