Searched refs:readByte (Results 1 – 6 of 6) sorted by relevance
48 uint8_t readByte();61 uint8_t EhReader::readByte() { in readByte() function in EhReader119 uint8_t enc = readByte(); in skipAugP()140 int version = readByte(); in getAugmentation()154 readByte(); in getAugmentation()167 return readByte(); in getFdeEncoding()171 readByte(); in getFdeEncoding()190 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
1247 uint8_t version = reader.readByte(&off); in parseCIE()1262 uint8_t personalityEnc = reader.readByte(&off); in parseCIE()1271 uint8_t lsdaEnc = reader.readByte(&off); in parseCIE()1279 uint8_t pointerEnc = reader.readByte(&off); in parseCIE()