Home
last modified time | relevance | path

Searched refs:cu_count_ (Results 1 – 2 of 2) sorted by relevance

/ndk/sources/host-tools/ndk-stack/elff/
Delf_file.cc51 cu_count_(0), in ElfFile()
401 return cu_count_; in parse_compilation_units()
430 cu_count_++; in parse_compilation_units()
437 return cu_count_; in parse_compilation_units()
Delf_file.h103 return cu_count_; in cu_count()
535 int cu_count_; variable