Home | History | Annotate | Download | only in coregrind

Lines Matching refs:seginfo

207    - delete all specs acquired from the seginfo
254 seginfo is allowed to be NULL, meaning that the specs are
256 particular seginfo. */
260 const DebugInfo* seginfo; /* symbols etc */
261 Spec* specs; /* specs pulled out of seginfo */
279 should not be deleted. Same is true if either parent's seginfo
502 vg_assert(ts->seginfo != newdi);
714 newts->seginfo = newdi;
737 if (ts->seginfo)
739 ts->seginfo, ts );
793 all the symbols in the given seginfo. If a conflicting binding
801 /* seginfo and the owning TopSpec */
814 seginfo's soname.
840 /* Iterate outermost over the symbols in the seginfo, in the hope
1100 if (ts->seginfo == delsi) break;
1106 vg_assert(ts->seginfo == delsi);
1118 && act->parent_spec->seginfo != NULL
1119 && act->parent_sym->seginfo != NULL
1250 just one entry and that is the one with NULL seginfo -- that is the
1267 vg_assert(topSpecs->seginfo == NULL);
1271 is that the TopSpec here has seginfo == NULL and such a TopSpec will
1889 if (ts->seginfo)
1892 VG_(DebugInfo_get_soname)(ts->seginfo),
1893 VG_(DebugInfo_get_filename)(ts->seginfo));