HomeSort by: relevance | last modified time | path
    Searched defs:use_plt_second (Results 1 - 8 of 8) sorted by relevancy

  /src/external/gpl3/binutils/dist/bfd/
elf32-i386.c 3652 bool use_plt_second;
3659 use_plt_second = htab->elf.splt != NULL && htab->plt_second != NULL;
3723 if (use_plt_second)
3649 bool use_plt_second; local
elf64-x86-64.c 5150 bool use_plt_second;
5157 use_plt_second = htab->elf.splt != NULL && htab->plt_second != NULL;
5221 if (use_plt_second)
5148 bool use_plt_second; local
  /src/external/gpl3/binutils.old/dist/bfd/
elf32-i386.c 3641 bool use_plt_second;
3648 use_plt_second = htab->elf.splt != NULL && htab->plt_second != NULL;
3712 if (use_plt_second)
3638 bool use_plt_second; local
elf64-x86-64.c 5130 bool use_plt_second;
5137 use_plt_second = htab->elf.splt != NULL && htab->plt_second != NULL;
5201 if (use_plt_second)
5128 bool use_plt_second; local
  /src/external/gpl3/gdb/dist/bfd/
elf32-i386.c 3593 bool use_plt_second;
3600 use_plt_second = htab->elf.splt != NULL && htab->plt_second != NULL;
3664 if (use_plt_second)
3590 bool use_plt_second; local
elf64-x86-64.c 4659 bool use_plt_second;
4666 use_plt_second = htab->elf.splt != NULL && htab->plt_second != NULL;
4730 if (use_plt_second)
4657 bool use_plt_second; local
  /src/external/gpl3/gdb.old/dist/bfd/
elf32-i386.c 3583 bool use_plt_second;
3590 use_plt_second = htab->elf.splt != NULL && htab->plt_second != NULL;
3654 if (use_plt_second)
3580 bool use_plt_second; local
elf64-x86-64.c 4580 bool use_plt_second;
4587 use_plt_second = htab->elf.splt != NULL && htab->plt_second != NULL;
4651 if (use_plt_second)
4578 bool use_plt_second; local

Completed in 52 milliseconds