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

  /src/external/gpl3/binutils/dist/gas/config/
tc-spu.c 752 /* Handle .brinfo <priority>,<lrlive>. */
757 addressT lrlive;
762 lrlive = 0;
766 lrlive = get_absolute_expression ();
775 if (lrlive > 7)
777 as_bad (_("invalid lrlive '%lu'"), (unsigned long) lrlive);
778 lrlive = 0;
781 brinfo = (lrlive << 13) | priority;
755 addressT lrlive; local
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-spu.c 752 /* Handle .brinfo <priority>,<lrlive>. */
757 addressT lrlive;
762 lrlive = 0;
766 lrlive = get_absolute_expression ();
775 if (lrlive > 7)
777 as_bad (_("invalid lrlive '%lu'"), (unsigned long) lrlive);
778 lrlive = 0;
781 brinfo = (lrlive << 13) | priority;
755 addressT lrlive; local
  /src/external/gpl3/binutils/dist/bfd/
elf32-spu.c 1052 unsigned int lrlive = 0; local
1054 lrlive = (contents[1] & 0x70) >> 4;
1056 if (!lrlive && (call || sym_type == STT_FUNC))
1059 ret = br000_ovl_stub + lrlive;
1219 unsigned int lrlive; local
1309 lrlive = 0;
1315 lrlive = 5;
1318 lrlive = 1;
1357 lrlive = 1;
1362 lrlive = 4
1381 isec, irela->r_offset, lrlive, local
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
elf32-spu.c 1052 unsigned int lrlive = 0; local
1054 lrlive = (contents[1] & 0x70) >> 4;
1056 if (!lrlive && (call || sym_type == STT_FUNC))
1059 ret = br000_ovl_stub + lrlive;
1219 unsigned int lrlive; local
1309 lrlive = 0;
1315 lrlive = 5;
1318 lrlive = 1;
1357 lrlive = 1;
1362 lrlive = 4
1381 isec, irela->r_offset, lrlive, local
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
elf32-spu.c 1051 unsigned int lrlive = 0; local
1053 lrlive = (contents[1] & 0x70) >> 4;
1055 if (!lrlive && (call || sym_type == STT_FUNC))
1058 ret = br000_ovl_stub + lrlive;
1218 unsigned int lrlive; local
1308 lrlive = 0;
1314 lrlive = 5;
1317 lrlive = 1;
1356 lrlive = 1;
1361 lrlive = 4
1380 isec, irela->r_offset, lrlive, local
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
elf32-spu.c 1052 unsigned int lrlive = 0; local
1054 lrlive = (contents[1] & 0x70) >> 4;
1056 if (!lrlive && (call || sym_type == STT_FUNC))
1059 ret = br000_ovl_stub + lrlive;
1219 unsigned int lrlive; local
1309 lrlive = 0;
1315 lrlive = 5;
1318 lrlive = 1;
1357 lrlive = 1;
1362 lrlive = 4
1381 isec, irela->r_offset, lrlive, local
    [all...]

Completed in 67 milliseconds