Searched refs:readByte (Results 1 – 6 of 6) sorted by relevance
47 uint8_t readByte();60 uint8_t EhReader::readByte() { in readByte() function in EhReader123 uint8_t enc = readByte(); in skipAugP()144 int version = readByte(); in getAugmentation()160 readByte(); in getAugmentation()173 return readByte(); in getFdeEncoding()177 readByte(); in getFdeEncoding()198 readByte(); in hasLSDA()
90 const bool readByte(uint8_t &currByte);91 const bool readByte(); // just read into buffer, don't need the value205 inline const bool TrcPktProcPtm::readByte() in readByte() function208 return readByte(currByte); in readByte()
118 if(readByte(currByte)) in processData()233 const bool TrcPktProcPtm::readByte(uint8_t &currByte) in readByte() function in TrcPktProcPtm411 if(readByte(currByte)) in findAsync()460 if(readByte(currByte)) in pktISync()569 if(readByte(currByte)) in pktWPointUpdate()663 bytesAvail = readByte(); in pktCtxtID()685 if(readByte(currByte)) in pktVMID()716 if(readByte(currByte)) in pktAtom()756 if(readByte(currByte)) in pktTimeStamp()839 if(readByte(currByte)) in pktBranchAddr()
64 uint8_t readByte(size_t *off) const;
47 uint8_t EhReader::readByte(size_t *off) const { in readByte() function in EhReader
1245 uint8_t version = reader.readByte(&off); in parseCIE()1260 uint8_t personalityEnc = reader.readByte(&off); in parseCIE()1269 uint8_t lsdaEnc = reader.readByte(&off); in parseCIE()1277 uint8_t pointerEnc = reader.readByte(&off); in parseCIE()