Home
last modified time | relevance | path

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

/ndk/sources/host-tools/ndk-stack/elff/
Delf_alloc.cc48 new_chunk->avail = INC_PTR(new_chunk, sizeof(ElfAllocatorChunk)); in alloc()
56 current_chunk_->avail = INC_PTR(current_chunk_->avail, size); in alloc()
Delf_defs.h31 #define INC_PTR(p, n) (reinterpret_cast<uint8_t*>(p) + (n)) macro