Searched refs:info_header (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/binutils.old/dist/gprofng/src/
H A Dinfo.h28 * Fixed-length info_header
37 struct info_header struct
H A DStabs.cc801 if (InfoSize < sizeof (struct info_header))
803 struct info_header *h = (struct info_header*) InfoData;
807 if (h->len < InfoSize || h->len < sizeof (struct info_header) || (h->len & 3))
810 char *fname = InfoData + sizeof (struct info_header);
/netbsd-current/external/gpl3/binutils/dist/gprofng/src/
H A Dinfo.h28 * Fixed-length info_header
37 struct info_header struct
H A DStabs.cc800 if (InfoSize < sizeof (struct info_header))
802 struct info_header *h = (struct info_header*) InfoData;
806 if (h->len < InfoSize || h->len < sizeof (struct info_header) || (h->len & 3))
809 char *fname = InfoData + sizeof (struct info_header);

Completed in 110 milliseconds