Home | History | Annotate | Download | only in gdb

Lines Matching defs:objfile

66   /* Function that should fill PROBES with known probes from OBJFILE.  */
68 struct objfile *objfile) const = 0;
128 /* Compute the probe's relocated address. OBJFILE is the objfile
130 virtual CORE_ADDR get_relocated_address (struct objfile *objfile) = 0;
157 virtual void set_semaphore (struct objfile *objfile,
164 virtual void clear_semaphore (struct objfile *objfile,
227 the objfile which contains the probe. */
239 probe's defining objfile. This is needed because probes are
249 /* Create and initialize a bound_probe object using PROBE and OBJFILE. */
250 bound_probe (probe *probe_, struct objfile *objfile_)
251 : prob (probe_), objfile (objfile_)
257 /* The objfile in which the probe originated. */
258 struct objfile *objfile = NULL;
276 /* Search OBJFILE for a probe with the given PROVIDER, NAME. Return a
280 extern std::vector<probe *> find_probes_in_objfile (struct objfile *objfile,