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

  /src/external/gpl3/binutils/dist/bfd/
elf32-i386.c 4203 int num_plts = (htab->elf.splt->size
4235 for (; num_plts; num_plts--)
4200 int num_plts = (htab->elf.splt->size local
elf32-arm.c 17471 int num_plts; local
17474 num_plts = ((htab->root.splt->size - htab->plt_header_size)
17478 for (; num_plts; num_plts--)
  /src/external/gpl3/binutils.old/dist/bfd/
elf32-i386.c 4191 int num_plts = (htab->elf.splt->size
4223 for (; num_plts; num_plts--)
4188 int num_plts = (htab->elf.splt->size local
elf32-arm.c 17633 int num_plts; local
17636 num_plts = ((htab->root.splt->size - htab->plt_header_size)
17640 for (; num_plts; num_plts--)
  /src/external/gpl3/gdb.old/dist/bfd/
elf32-i386.c 4143 int num_plts = (htab->elf.splt->size
4175 for (; num_plts; num_plts--)
4140 int num_plts = (htab->elf.splt->size local
elf32-arm.c 17625 int num_plts; local
17628 num_plts = ((htab->root.splt->size - htab->plt_header_size)
17632 for (; num_plts; num_plts--)
  /src/external/gpl3/gdb/dist/bfd/
elf32-i386.c 4175 int num_plts = (htab->elf.splt->size
4207 for (; num_plts; num_plts--)
4172 int num_plts = (htab->elf.splt->size local
elf32-arm.c 17466 int num_plts; local
17469 num_plts = ((htab->root.splt->size - htab->plt_header_size)
17473 for (; num_plts; num_plts--)

Completed in 108 milliseconds