Home
last modified time | relevance | path

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

/bionic/linker/
Dlinker_cfi.cpp86 uint16_t* shadow_begin = MemToShadow(begin); in AddConstant()
87 uint16_t* shadow_end = MemToShadow(end - 1) + 1; in AddConstant()
108 uint16_t* shadow_begin = MemToShadow(begin); in Add()
109 uint16_t* shadow_end = MemToShadow(end - 1) + 1; in Add()
Dlinker_cfi.h47 uint16_t* MemToShadow(uintptr_t x) { in MemToShadow() function