Searched refs:ctl_info (Results 1 – 3 of 3) sorted by relevance
171 unsigned long ctl_info; /* Number of controlled automatic anchors. */ member
144 anchors.ctl_info = bfd_getb32 (buf + pos + offset); in bfd_pef_parse_traceback_table()147 if (anchors.ctl_info > 1024) in bfd_pef_parse_traceback_table()150 offset += anchors.ctl_info * 4; in bfd_pef_parse_traceback_table()
1376 unsigned int ctl_info; in dump_xcoff32_tbtags() local1381 ctl_info = bfd_get_32 (abfd, text + off); in dump_xcoff32_tbtags()1383 printf (_(" number of CTL anchors: %u\n"), ctl_info); in dump_xcoff32_tbtags()1384 for (j = 0; j < ctl_info; j++) in dump_xcoff32_tbtags()