Home | History | Annotate | Download | only in m_debuginfo

Lines Matching refs:is64

278 static ULong read_initial_length_field ( UChar* p_img, /*OUT*/Bool* is64 )
282 *is64 = True;
285 *is64 = False;
452 Bool is64;
502 info.li_length = read_initial_length_field( external, &is64 );
503 external += is64 ? 12 : 4;
614 + (is64 ? 12 : 4);