Home
last modified time | relevance | path

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

/art/compiler/
Delf_writer_quick.cc111 kPointerRelativeAddress, // Offset relative to the location of the pointer. enumerator
129 case kPointerRelativeAddress: in Patch()
166 is64bit ? Patch<Elf_Addr, uint64_t, kPointerRelativeAddress> : in Write()
167 Patch<Elf_Addr, uint32_t, kPointerRelativeAddress>, in Write()