Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/bfd/
Dpef-traceback.h171 unsigned long ctl_info; /* Number of controlled automatic anchors. */ member
Dpef.c144 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()
/toolchain/binutils/binutils-2.25/binutils/
Dod-xcoff.c1376 unsigned int ctl_info; in dump_xcoff32_tbtags() local
1381 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()