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

  /external/qemu/elff/
elf_alloc.cc 48 new_chunk->avail = INC_PTR(new_chunk, sizeof(ElfAllocatorChunk));
56 current_chunk_->avail = INC_PTR(current_chunk_->avail, size);
elf_defs.h 31 #define INC_PTR(p, n) (reinterpret_cast<uint8_t*>(p) + (n))
  /ndk/sources/host-tools/ndk-stack/elff/
elf_alloc.cc 48 new_chunk->avail = INC_PTR(new_chunk, sizeof(ElfAllocatorChunk));
56 current_chunk_->avail = INC_PTR(current_chunk_->avail, size);
elf_defs.h 31 #define INC_PTR(p, n) (reinterpret_cast<uint8_t*>(p) + (n))

Completed in 882 milliseconds