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

  /src/external/gpl3/binutils/dist/bfd/
elf32-ppc.c 73 #define PLT_NUM_SINGLE_ENTRIES 8192
5392 > PLT_NUM_SINGLE_ENTRIES)
9481 if (reloc_index > PLT_NUM_SINGLE_ENTRIES
9483 reloc_index -= (reloc_index - PLT_NUM_SINGLE_ENTRIES) / 2;
  /src/external/gpl3/binutils.old/dist/bfd/
elf32-ppc.c 69 #define PLT_NUM_SINGLE_ENTRIES 8192
5405 > PLT_NUM_SINGLE_ENTRIES)
9506 if (reloc_index > PLT_NUM_SINGLE_ENTRIES
9508 reloc_index -= (reloc_index - PLT_NUM_SINGLE_ENTRIES) / 2;
  /src/external/gpl3/gdb.old/dist/bfd/
elf32-ppc.c 69 #define PLT_NUM_SINGLE_ENTRIES 8192
5405 > PLT_NUM_SINGLE_ENTRIES)
9515 if (reloc_index > PLT_NUM_SINGLE_ENTRIES
9517 reloc_index -= (reloc_index - PLT_NUM_SINGLE_ENTRIES) / 2;
  /src/external/gpl3/gdb/dist/bfd/
elf32-ppc.c 73 #define PLT_NUM_SINGLE_ENTRIES 8192
5392 > PLT_NUM_SINGLE_ENTRIES)
9483 if (reloc_index > PLT_NUM_SINGLE_ENTRIES
9485 reloc_index -= (reloc_index - PLT_NUM_SINGLE_ENTRIES) / 2;

Completed in 69 milliseconds