HomeSort by relevance Sort by last modified time
    Searched refs:cu_to_del (Results 1 - 2 of 2) sorted by null

  /external/qemu/elff/
elf_file.cc 56 DwarfCU* cu_to_del = last_cu_; local
57 while (cu_to_del != NULL) {
58 DwarfCU* next_cu_to_del = cu_to_del->prev_cu_;
59 delete cu_to_del;
60 cu_to_del = next_cu_to_del;
  /ndk/sources/host-tools/ndk-stack/elff/
elf_file.cc 56 DwarfCU* cu_to_del = last_cu_; local
57 while (cu_to_del != NULL) {
58 DwarfCU* next_cu_to_del = cu_to_del->prev_cu_;
59 delete cu_to_del;
60 cu_to_del = next_cu_to_del;

Completed in 101 milliseconds