Searched refs:num_plts (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/binutils/bfd/
H A Delf32-i386.c3723 int num_plts = (htab->splt->size / PLT_ENTRY_SIZE) - 1;
3732 for (; num_plts; num_plts--)
3721 int num_plts = (htab->splt->size / PLT_ENTRY_SIZE) - 1; local
H A Delf32-arm.c9320 int num_plts; local
9323 num_plts = ((htab->splt->size - htab->plt_header_size)
9327 for (; num_plts; num_plts--)

Completed in 83 milliseconds