Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DEhFrame.cpp48 uint8_t readByte();
61 uint8_t EhReader::readByte() { in readByte() function in EhReader
119 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()
/freebsd/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/contrib/opencsd/decoder/source/ptm/
H A Dtrc_pkt_proc_ptm.cpp118 if(readByte(currByte)) in processData()
233 const bool TrcPktProcPtm::readByte(uint8_t &currByte) in readByte() function in TrcPktProcPtm
411 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()
/freebsd/contrib/llvm-project/lld/MachO/
H A DEhFrame.h64 uint8_t readByte(size_t *off) const;
H A DEhFrame.cpp47 uint8_t EhReader::readByte(size_t *off) const { in readByte() function in EhReader
H A DInputFiles.cpp1247 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()