Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/binutils/dist/gprofng/src/
H A DArchiveExp.cc93 DbeInstr *dbeInstr = (DbeInstr *) h; in read_data() local
94 if (!dbeInstr->isUsed) in read_data()
96 Function *func = (Function *) dbeInstr->convertto (Histable::FUNCTION); in read_data()
103 DbeLine *dbeLine = (DbeLine *) dbeInstr->convertto (Histable::LINE); in read_data()
H A DFunction.cc590 DbeInstr *dbeInstr = find_dbeinstr (PCLineFlag, pcinfo->offset); in mapLineToPc() local
591 if (dbeInstr) in mapLineToPc()
593 dbeInstr->lineno = dbeLine->lineno; in mapLineToPc()
594 return dbeInstr; in mapLineToPc()
H A DDbeView.cc3038 DbeInstr *dbeInstr = func->mapLineToPc (dbeLine); in convert_line_to_instr() local
3039 …Dprintf (DEBUG_DBE && dbeInstr, "### convert_line_to_instr DbeView::%d dbeInstr=%s\n", __LINE__, d… in convert_line_to_instr()
3040 return dbeInstr; in convert_line_to_instr()
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/
H A DArchiveExp.cc93 DbeInstr *dbeInstr = (DbeInstr *) h; in read_data() local
94 if (!dbeInstr->isUsed) in read_data()
96 Function *func = (Function *) dbeInstr->convertto (Histable::FUNCTION); in read_data()
103 DbeLine *dbeLine = (DbeLine *) dbeInstr->convertto (Histable::LINE); in read_data()
H A DFunction.cc588 DbeInstr *dbeInstr = find_dbeinstr (PCLineFlag, pcinfo->offset); in mapLineToPc() local
589 if (dbeInstr) in mapLineToPc()
591 dbeInstr->lineno = dbeLine->lineno; in mapLineToPc()
592 return dbeInstr; in mapLineToPc()
H A DDbeView.cc3038 DbeInstr *dbeInstr = func->mapLineToPc (dbeLine); in convert_line_to_instr() local
3039 …Dprintf (DEBUG_DBE && dbeInstr, "### convert_line_to_instr DbeView::%d dbeInstr=%s\n", __LINE__, d… in convert_line_to_instr()
3040 return dbeInstr; in convert_line_to_instr()