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

/haiku/src/system/runtime_loader/
H A Delf_haiku_version.cpp64 size_t commentSize = 0; local
71 commentSize = sectionHeader->sh_size;
76 if (commentSize == 0) {
82 if (commentSize > 512)
83 commentSize = 512;
85 length = _kern_read(fd, commentOffset, buffer, commentSize);
86 if (length != (int)commentSize) {
106 while (index < commentSize && buffer[index] == '\0')
111 while (index < commentSize && buffer[index] != '\0')
115 if (index == commentSize)
[all...]

Completed in 31 milliseconds