Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
DUnwind-EHABI.cpp36 const char* getNextWord(const char* data, uint32_t* out) { in getNextWord() function
83 getNextWord(descriptor, &descriptorWord); in ProcessDescriptors()
90 descriptor = getNextWord(descriptor, &length); in ProcessDescriptors()
91 descriptor = getNextWord(descriptor, &offset); in ProcessDescriptors()
124 descriptor = getNextWord(descriptor, &landing_pad); in ProcessDescriptors()
153 getNextWord(descriptor, &descriptorWord); in ProcessDescriptors()