Home | History | Annotate | Download | only in m_debuginfo

Lines Matching refs:szB

106 Bool ML_(is_macho_object_file)( const void* buf, SizeT szB )
125 if (szB < sizeof(struct fat_header))
130 if (szB < sizeof(struct MACH_HEADER))