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

  /src/external/gpl3/binutils/dist/bfd/
elf32-sh.c 6042 unsigned int reachable_plts, plts_per_4k;
6046 REACHABLE_PLTS entries and the other groups contain
6052 reachable_plts = ((4096
6057 if (plt_index < reachable_plts)
6061 distance = -(((plt_index - reachable_plts) % plts_per_4k + 1)
6036 unsigned int reachable_plts, plts_per_4k; local
  /src/external/gpl3/binutils.old/dist/bfd/
elf32-sh.c 6041 unsigned int reachable_plts, plts_per_4k;
6045 REACHABLE_PLTS entries and the other groups contain
6051 reachable_plts = ((4096
6056 if (plt_index < reachable_plts)
6060 distance = -(((plt_index - reachable_plts) % plts_per_4k + 1)
6035 unsigned int reachable_plts, plts_per_4k; local
  /src/external/gpl3/gdb.old/dist/bfd/
elf32-sh.c 6038 unsigned int reachable_plts, plts_per_4k;
6042 REACHABLE_PLTS entries and the other groups contain
6048 reachable_plts = ((4096
6053 if (plt_index < reachable_plts)
6057 distance = -(((plt_index - reachable_plts) % plts_per_4k + 1)
6032 unsigned int reachable_plts, plts_per_4k; local
  /src/external/gpl3/gdb/dist/bfd/
elf32-sh.c 6041 unsigned int reachable_plts, plts_per_4k;
6045 REACHABLE_PLTS entries and the other groups contain
6051 reachable_plts = ((4096
6056 if (plt_index < reachable_plts)
6060 distance = -(((plt_index - reachable_plts) % plts_per_4k + 1)
6035 unsigned int reachable_plts, plts_per_4k; local

Completed in 28 milliseconds