Home
last modified time | relevance | path

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

/external/libunwind_llvm/src/
DUnwindCursor.hpp722 typename A::pint_t indexAddr = _sects->arm_section + arrayoffsetof( in functionAddress() local
724 return indexAddr + signExtendPrel31(_addressSpace->get32(indexAddr)); in functionAddress()
728 typename A::pint_t indexAddr = _sects->arm_section + arrayoffsetof( in dataAddress() local
730 return indexAddr; in dataAddress()
/external/tpm2/
DNV.c902 UINT32 indexAddr; // NV address points to index info in NvEntityStartup() local
906 indexAddr = currentAddr + sizeof(TPM_HANDLE); in NvEntityStartup()
908 _plat__NvMemoryRead(indexAddr, sizeof(NV_INDEX), &nvIndex); in NvEntityStartup()
940 _plat__NvMemoryWrite(indexAddr, sizeof(NV_INDEX), &nvIndex); in NvEntityStartup()