Home | History | Annotate | Download | only in bfd

Lines Matching defs:lrlive

1052       unsigned int lrlive = 0;
1054 lrlive = (contents[1] & 0x70) >> 4;
1056 if (!lrlive && (call || sym_type == STT_FUNC))
1059 ret = br000_ovl_stub + lrlive;
1219 unsigned int lrlive;
1309 lrlive = 0;
1315 lrlive = 5;
1318 lrlive = 1;
1357 lrlive = 1;
1362 lrlive = 4;
1367 lrlive = 3;
1374 lrlive = 5;
1377 && lrlive != stub_type - br000_ovl_stub)
1379 info->callbacks->einfo (_("%pA:0x%v lrlive .brinfo (%u) differs "
1381 isec, irela->r_offset, lrlive,
1385 /* If given lrlive info via .brinfo, use it. */
1387 lrlive = stub_type - br000_ovl_stub;
1413 bfd_put_32 (sec->owner, (lrlive << 29) | (g->br_addr & 0x3ffff),
4742 info->callbacks->einfo (_("%X%P: stack/lrlive analysis error: %E\n"));