Searched refs:get8 (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/libunwind-35.3/src/
H A DDwarfParser.hpp333 uint8_t version = addressSpace.get8(p);
339 while ( addressSpace.get8(p) != 0 )
350 if ( addressSpace.get8(strStart) == 'z' ) {
353 for (pint_t s=strStart; addressSpace.get8(s) != '\0'; ++s) {
354 switch ( addressSpace.get8(s) ) {
359 cieInfo->personalityEncoding = addressSpace.get8(p);
365 cieInfo->lsdaEncoding = addressSpace.get8(p);
369 cieInfo->pointerEncoding = addressSpace.get8(p);
529 uint8_t opcode = addressSpace.get8(p);
542 codeOffset += (addressSpace.get8(
[all...]
H A DAddressSpace.hpp89 uint8_t get8(pint_t addr) { return *((uint8_t*)addr); } function in class:libunwind::LocalAddressSpace
294 uint8_t get8(pint_t addr);
313 uint8_t OtherAddressSpace<P>::get8(pint_t addr) function in class:libunwind::OtherAddressSpace
H A DDwarfInstructions.hpp447 uint8_t opcode = addressSpace.get8(p++);
469 value = addressSpace.get8(p);
477 svalue = (int8_t)addressSpace.get8(p);
567 reg = addressSpace.get8(p);
876 switch ( addressSpace.get8(p++) ) {
878 value = addressSpace.get8(value);

Completed in 74 milliseconds