Searched refs:cfiLength (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/libunwind-35.3/src/
H A DDwarfParser.hpp162 uint64_t cfiLength = addressSpace.get32(p); local
164 if ( cfiLength == 0xffffffff ) {
166 cfiLength = addressSpace.get64(p);
169 if ( cfiLength == 0 )
174 pint_t nextCFI = p + cfiLength;
221 uint64_t cfiLength = addressSpace.get32(p); local
223 if ( cfiLength == 0xffffffff ) {
225 cfiLength = addressSpace.get64(p);
228 if ( cfiLength == 0 )
233 p += cfiLength;
393 uint64_t cfiLength = addressSpace.get32(p); local
417 uint64_t cfiLength = addressSpace.get32(p); local
[all...]
H A DDwarfInstructions.hpp170 uint64_t cfiLength = addressSpace.get32(p); local
172 if ( cfiLength == 0xffffffff ) {
174 cfiLength = addressSpace.get64(p);
177 if ( cfiLength == 0 )
181 pint_t nextCFI = p + cfiLength;

Completed in 262 milliseconds