Lines Matching refs:pEhFrame
89 bool EhFrameReader::read<32, true>(Input& pInput, EhFrame& pEhFrame) { in read() argument
120 LDSection& section = pEhFrame.getSection(); in read()
123 pEhFrame.addFragment(*frag); in read()
139 if (!transition[cur_state][token.kind](pEhFrame, entry, token)) { in read()
165 bool EhFrameReader::addCIE(EhFrame& pEhFrame, in addCIE() argument
215 pEhFrame.addCIE(*cie); in addCIE()
216 pEhFrame.getCIEMap().insert(std::make_pair(pToken.file_off, cie)); in addCIE()
328 pEhFrame.addCIE(*cie); in addCIE()
329 pEhFrame.getCIEMap().insert(std::make_pair(pToken.file_off, cie)); in addCIE()
333 bool EhFrameReader::addFDE(EhFrame& pEhFrame, in addFDE() argument
344 EhFrame::CIEMap::iterator iter = pEhFrame.getCIEMap().find(cie_offset); in addFDE()
345 if (iter == pEhFrame.getCIEMap().end()) in addFDE()
350 pEhFrame.addFDE(*fde); in addFDE()
354 bool EhFrameReader::addTerm(EhFrame& pEhFrame, in addTerm() argument
360 bool EhFrameReader::reject(EhFrame& pEhFrame, in reject() argument