Home
last modified time | relevance | path

Searched refs:tb1 (Results 1 – 1 of 1) sorted by relevance

/toolchain/binutils/binutils-2.25/binutils/
Dod-xcoff.c1301 unsigned int tb1; in dump_xcoff32_tbtags() local
1309 tb1 = bfd_get_32 (abfd, text + i + 4); in dump_xcoff32_tbtags()
1313 (tb1 >> 24) & 0xff, in dump_xcoff32_tbtags()
1314 (tb1 >> 16) & 0xff, in dump_xcoff32_tbtags()
1315 (tb1 >> 15) & 1, in dump_xcoff32_tbtags()
1316 (tb1 >> 14) & 1, in dump_xcoff32_tbtags()
1317 (tb1 >> 13) & 1, in dump_xcoff32_tbtags()
1318 (tb1 >> 12) & 1); in dump_xcoff32_tbtags()
1320 (tb1 >> 11) & 1, in dump_xcoff32_tbtags()
1321 (tb1 >> 10) & 1, in dump_xcoff32_tbtags()
[all …]