Home | History | Annotate | Download | only in m_debuginfo

Lines Matching refs:SCNHDR

1858    if (sizeof(SCNHDR) != 40)
1859 BAD("readxcoff.c: invalid SCNHDR size (32-bit)");
1861 if (sizeof(SCNHDR) != 72)
1862 BAD("readxcoff.c: invalid SCNHDR size (64-bit)");
1867 SCNHDR* t_scnhdr = (SCNHDR*)cursor;
1938 cursor += sizeof(SCNHDR);