Home
last modified time | relevance | path

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

/ndk/sources/host-tools/ndk-stack/elff/
Delf_file.cc56 DwarfCU* cu_to_del = last_cu_; in ~ElfFile() local
57 while (cu_to_del != NULL) { in ~ElfFile()
58 DwarfCU* next_cu_to_del = cu_to_del->prev_cu_; in ~ElfFile()
59 delete cu_to_del; in ~ElfFile()
60 cu_to_del = next_cu_to_del; in ~ElfFile()