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

/fuchsia/zircon/third_party/ulib/backtrace/
H A Ddwarf.c280 size_t filenames_count; member in struct:line_header
1662 hdr->filenames_count * sizeof (char *),
1744 hdr->filenames_count = 0;
1753 ++hdr->filenames_count;
1758 hdr->filenames_count * sizeof (char *),
1843 if (hdr->filenames_count > 0)
1979 if (fileno - 1 >= hdr->filenames_count)
2420 if (val.u.uint - 1 >= lhdr->filenames_count)

Completed in 79 milliseconds