Home
last modified time | relevance | path

Searched refs:dynfuncModule (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/binutils/dist/gprofng/src/
H A DExperiment.cc194 Module *dynfuncModule; member in Experiment::ExperimentHandler
313 dynfuncModule = NULL; in ExperimentHandler()
863 exp->process_fn_load_cmd (dynfuncModule, name, vaddr, msize, ts); in startElement()
864 dynfuncModule = NULL; in startElement()
868 if (dynfuncModule == NULL) in startElement()
870 dynfuncModule = dbeSession->createModule (exp->get_dynfunc_lo (DYNFUNC_SEGMENT), name); in startElement()
871 dynfuncModule->flags |= MOD_FLAG_UNKNOWN; in startElement()
872 dynfuncModule->set_file_name (dbe_strdup (dynfuncModule->getMainSrc ()->get_name ())); in startElement()
874 (void) exp->create_dynfunc (dynfuncModule, in startElement()
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/
H A DExperiment.cc194 Module *dynfuncModule; member in Experiment::ExperimentHandler
313 dynfuncModule = NULL; in ExperimentHandler()
863 exp->process_fn_load_cmd (dynfuncModule, name, vaddr, msize, ts); in startElement()
864 dynfuncModule = NULL; in startElement()
868 if (dynfuncModule == NULL) in startElement()
870 dynfuncModule = dbeSession->createModule (exp->get_dynfunc_lo (DYNFUNC_SEGMENT), name); in startElement()
871 dynfuncModule->flags |= MOD_FLAG_UNKNOWN; in startElement()
872 dynfuncModule->set_file_name (dbe_strdup (dynfuncModule->getMainSrc ()->get_name ())); in startElement()
874 (void) exp->create_dynfunc (dynfuncModule, in startElement()