Searched refs:ctl_info (Results 1 - 5 of 5) sorted by relevance

/haiku-buildtools/legacy/binutils/bfd/
H A Dpef-traceback.h170 unsigned long ctl_info; /* Number of controlled automatic anchors. */ member in struct:traceback_table_anchors
H A Dpef.c139 anchors.ctl_info = bfd_getb32 (buf + pos + offset);
142 if (anchors.ctl_info > 1024)
145 offset += anchors.ctl_info * 4;
/haiku-buildtools/binutils/bfd/
H A Dpef-traceback.h171 unsigned long ctl_info; /* Number of controlled automatic anchors. */ member in struct:traceback_table_anchors
H A Dpef.c146 anchors.ctl_info = bfd_getb32 (buf + pos + offset);
149 if (anchors.ctl_info > 1024)
152 offset += anchors.ctl_info * 4;
/haiku-buildtools/binutils/binutils/
H A Dod-xcoff.c1376 unsigned int ctl_info; local
1381 ctl_info = bfd_get_32 (abfd, text + off);
1383 printf (_(" number of CTL anchors: %u\n"), ctl_info);
1384 for (j = 0; j < ctl_info; j++)

Completed in 102 milliseconds