OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:INC_CPTR
(Results
1 - 2
of
2
) sorted by null
/external/qemu/elff/
elf_defs.h
38
#define
INC_CPTR
(p, n) (reinterpret_cast<const uint8_t*>(p) + (n))
118
const void* rend =
INC_CPTR
(rp, rsize);
/ndk/sources/host-tools/ndk-stack/elff/
elf_defs.h
38
#define
INC_CPTR
(p, n) (reinterpret_cast<const uint8_t*>(p) + (n))
118
const void* rend =
INC_CPTR
(rp, rsize);
Completed in 22 milliseconds