Searched refs:commentSize (Results 1 – 1 of 1) sorted by relevance
64 size_t commentSize = 0; in analyze_object_gcc_version() local71 commentSize = sectionHeader->sh_size; in analyze_object_gcc_version()76 if (commentSize == 0) { in analyze_object_gcc_version()82 if (commentSize > 512) in analyze_object_gcc_version()83 commentSize = 512; in analyze_object_gcc_version()85 length = _kern_read(fd, commentOffset, buffer, commentSize); in analyze_object_gcc_version()86 if (length != (int)commentSize) { in analyze_object_gcc_version()106 while (index < commentSize && buffer[index] == '\0') in analyze_object_gcc_version()111 while (index < commentSize && buffer[index] != '\0') in analyze_object_gcc_version()115 if (index == commentSize) in analyze_object_gcc_version()