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

  /src/external/gpl3/binutils/dist/bfd/
elfxx-mips.c 947 #define STUB_LUI(VAL) (0x3c180000 + (VAL)) /* lui t8,VAL */
11410 bfd_put_32 (output_bfd, STUB_LUI ((h->dynindx >> 16) & 0x7fff),
  /src/external/gpl3/binutils.old/dist/bfd/
elfxx-mips.c 946 #define STUB_LUI(VAL) (0x3c180000 + (VAL)) /* lui t8,VAL */
11385 bfd_put_32 (output_bfd, STUB_LUI ((h->dynindx >> 16) & 0x7fff),
  /src/external/gpl3/gdb/dist/bfd/
elfxx-mips.c 946 #define STUB_LUI(VAL) (0x3c180000 + (VAL)) /* lui t8,VAL */
11280 bfd_put_32 (output_bfd, STUB_LUI ((h->dynindx >> 16) & 0x7fff),
  /src/external/gpl3/gdb.old/dist/bfd/
elfxx-mips.c 948 #define STUB_LUI(VAL) (0x3c180000 + (VAL)) /* lui t8,VAL */
11293 bfd_put_32 (output_bfd, STUB_LUI ((h->dynindx >> 16) & 0x7fff),

Completed in 165 milliseconds