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

  /external/qemu/elff/
elf_alloc.h 72 * for DWARF object allocation implementation. See DwarfAllocBase for more
110 class DwarfAllocBase {
112 /* Constructs DwarfAllocBase instance. */
113 DwarfAllocBase() {
116 /* Destructs DwarfAllocBase instance. */
117 virtual ~DwarfAllocBase() {
dwarf_die.h 29 class DIEObject : public DwarfAllocBase {
elf_alloc.cc 60 void* DwarfAllocBase::operator new(size_t size, const ElfFile* elf) {
dwarf_cu.h 102 class DwarfCU : public DwarfAllocBase {
  /ndk/sources/host-tools/ndk-stack/elff/
elf_alloc.h 72 * for DWARF object allocation implementation. See DwarfAllocBase for more
110 class DwarfAllocBase {
112 /* Constructs DwarfAllocBase instance. */
113 DwarfAllocBase() {
116 /* Destructs DwarfAllocBase instance. */
117 virtual ~DwarfAllocBase() {
dwarf_die.h 29 class DIEObject : public DwarfAllocBase {
elf_alloc.cc 60 void* DwarfAllocBase::operator new(size_t size, const ElfFile* elf) {
dwarf_cu.h 102 class DwarfCU : public DwarfAllocBase {

Completed in 1791 milliseconds