Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DEhFrame.cpp49 uint8_t readByte();
84 uint8_t EhReader::readByte() { in readByte() function in EhReader
142 uint8_t enc = readByte(); in skipAugP()
163 int version = readByte(); in getAugmentation()
177 readByte(); in getAugmentation()
190 return readByte(); in getFdeEncoding()
194 readByte(); in getFdeEncoding()
213 readByte(); in hasLSDA()
/freebsd-13.1/contrib/opencsd/decoder/include/opencsd/ptm/
H A Dtrc_pkt_proc_ptm.h90 const bool readByte(uint8_t &currByte);
91 const bool readByte(); // just read into buffer, don't need the value
205 inline const bool TrcPktProcPtm::readByte() in readByte() function
208 return readByte(currByte); in readByte()
/freebsd-13.1/contrib/opencsd/decoder/source/ptm/
H A Dtrc_pkt_proc_ptm.cpp118 if(readByte(currByte)) in processData()
232 const bool TrcPktProcPtm::readByte(uint8_t &currByte) in readByte() function in TrcPktProcPtm
410 if(readByte(currByte)) in findAsync()
459 if(readByte(currByte)) in pktISync()
568 if(readByte(currByte)) in pktWPointUpdate()
660 bytesAvail = readByte(); in pktCtxtID()
682 if(readByte(currByte)) in pktVMID()
713 if(readByte(currByte)) in pktAtom()
753 if(readByte(currByte)) in pktTimeStamp()
836 if(readByte(currByte)) in pktBranchAddr()