Home
last modified time | relevance | path

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

/freebsd/contrib/opencsd/decoder/include/common/
H A Docsd_gen_elem_list.h70 …const ocsd_gen_trc_elem_t getElemType(const int entryN) const; //!< get the type for the nth el…
/freebsd/contrib/opencsd/decoder/source/
H A Docsd_gen_elem_list.cpp83 const ocsd_gen_trc_elem_t OcsdGenElemList::getElemType(const int entryN) const in getElemType() function in OcsdGenElemList
/freebsd/contrib/opencsd/decoder/source/etmv3/
H A Dtrc_pkt_decode_etmv3.cpp649 if(m_outputElemList.getElemType(numElem-1) == OCSD_GEN_TRC_ELEM_INSTR_RANGE) in processPHdr()
674 if(m_outputElemList.getElemType(nElem - 2) == OCSD_GEN_TRC_ELEM_INSTR_RANGE) in pendExceptionReturn()