Lines Matching defs:lrlive
1051 unsigned int lrlive = 0;
1053 lrlive = (contents[1] & 0x70) >> 4;
1055 if (!lrlive && (call || sym_type == STT_FUNC))
1058 ret = br000_ovl_stub + lrlive;
1218 unsigned int lrlive;
1308 lrlive = 0;
1314 lrlive = 5;
1317 lrlive = 1;
1356 lrlive = 1;
1361 lrlive = 4;
1366 lrlive = 3;
1373 lrlive = 5;
1376 && lrlive != stub_type - br000_ovl_stub)
1378 info->callbacks->einfo (_("%pA:0x%v lrlive .brinfo (%u) differs "
1380 isec, irela->r_offset, lrlive,
1384 /* If given lrlive info via .brinfo, use it. */
1386 lrlive = stub_type - br000_ovl_stub;
1412 bfd_put_32 (sec->owner, (lrlive << 29) | (g->br_addr & 0x3ffff),
4739 info->callbacks->einfo (_("%X%P: stack/lrlive analysis error: %E\n"));