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

/freebsd-10.0-release/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.c9292 int num_plts; local
9295 num_plts = ((htab->splt->size - htab->plt_header_size)
9299 for (; num_plts; num_plts--)

Completed in 86 milliseconds