Searched refs:tb2 (Results 1 – 1 of 1) sorted by relevance
1302 unsigned int tb2; in dump_xcoff32_tbtags() local1310 tb2 = bfd_get_32 (abfd, text + i + 8); in dump_xcoff32_tbtags()1332 (tb2 >> 31) & 1, in dump_xcoff32_tbtags()1333 (tb2 >> 30) & 1, in dump_xcoff32_tbtags()1334 (tb2 >> 24) & 63, in dump_xcoff32_tbtags()1335 (tb2 >> 22) & 3, in dump_xcoff32_tbtags()1336 (tb2 >> 16) & 63); in dump_xcoff32_tbtags()1338 (tb2 >> 8) & 0xff, in dump_xcoff32_tbtags()1339 (tb2 >> 1) & 0x7f, in dump_xcoff32_tbtags()1340 (tb2 >> 0) & 1); in dump_xcoff32_tbtags()[all …]