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

/external/compiler-rt/lib/profile/
H A DGCDAProfiling.c427 const uint32_t obj_summary_len = 9; /* Length for gcov compatibility. */ local
445 if (val != obj_summary_len) {
459 write_32bit_value(obj_summary_len);
463 for (i = 3; i < obj_summary_len; ++i)

Completed in 603 milliseconds