Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libunwind/src/
H A DUnwindCursor.hpp1479 typename A::pint_t indexAddr = _sects->arm_section + arrayoffsetof( in functionAddress() local
1481 return indexAddr + signExtendPrel31(_addressSpace->get32(indexAddr)); in functionAddress()
1485 typename A::pint_t indexAddr = _sects->arm_section + arrayoffsetof( in dataAddress() local
1487 return indexAddr; in dataAddress()