Home
last modified time | relevance | path

Searched defs:addr (Results 1 – 7 of 7) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
DAddressSpace.hpp107 uint8_t get8(pint_t addr) { in get8()
112 uint16_t get16(pint_t addr) { in get16()
117 uint32_t get32(pint_t addr) { in get32()
122 uint64_t get64(pint_t addr) { in get64()
127 double getDouble(pint_t addr) { in getDouble()
132 v128 getVector(pint_t addr) { in getVector()
151 inline uintptr_t LocalAddressSpace::getP(pint_t addr) { in getP()
160 inline uint64_t LocalAddressSpace::getULEB128(pint_t &addr, pint_t end) { in getULEB128()
185 inline int64_t LocalAddressSpace::getSLEB128(pint_t &addr, pint_t end) { in getSLEB128()
206 LocalAddressSpace::getEncodedP(pint_t &addr, pint_t end, uint8_t encoding, in getEncodedP()
[all …]
DUnwindCursor.hpp183 UnwindSectionHeader(A &addressSpace, typename A::pint_t addr) in UnwindSectionHeader()
223 UnwindSectionIndexArray(A &addressSpace, typename A::pint_t addr) in UnwindSectionIndexArray()
249 UnwindSectionRegularPageHeader(A &addressSpace, typename A::pint_t addr) in UnwindSectionRegularPageHeader()
274 UnwindSectionRegularArray(A &addressSpace, typename A::pint_t addr) in UnwindSectionRegularArray()
295 UnwindSectionCompressedPageHeader(A &addressSpace, typename A::pint_t addr) in UnwindSectionCompressedPageHeader()
331 UnwindSectionCompressedArray(A &addressSpace, typename A::pint_t addr) in UnwindSectionCompressedArray()
350 UnwindSectionLsdaArray(A &addressSpace, typename A::pint_t addr) in UnwindSectionLsdaArray()
/ndk/tests/device/test-stlport_shared-exception/jni/
Dnew1_3.cpp64 A* addr(){return this;} in addr() function
/ndk/tests/device/test-stlport_static-exception/jni/
Dnew1_3.cpp64 A* addr(){return this;} in addr() function
/ndk/sources/host-tools/make-3.81/
Dvmsify.c39 #define INIT_DSC_S(dsc, addr, len) do { \ argument
Dalloca.c119 static char *addr = NULL; /* Address of first `dummy', once known. */ in find_stack_direction() local
/ndk/sources/host-tools/ndk-stack/binutils/
Daddr2line.c50 static char **addr; /* Hex addresses to process. */ variable