Lines Matching defs:objfile
26 objfile in which it is found. This structure is used in these
31 bound_minimal_symbol (struct minimal_symbol *msym, struct objfile *objf)
33 objfile (objf)
39 /* Return the address of the minimal symbol in the context of the objfile. */
43 return this->minsym->value_address (this->objfile);
51 /* If MINSYM is not NULL, then this is the objfile in which the
54 struct objfile *objfile = nullptr;
56 /* Return the obj_section from OBJFILE for MINSYM. */
60 return minsym->obj_section (objfile);
75 Minimal symbols are stored in tables attached to an objfile; see
92 explicit minimal_symbol_reader (struct objfile *);
97 given objfile. */
115 that is at least as long as OBJFILE's lifetime.
154 struct objfile *m_objfile;
166 objfile. */
179 bool msymbol_is_function (struct objfile *objfile,
205 the search to that objfile. If SFILE is non-NULL, the only
212 struct objfile *);
221 is non-NULL, limit the search to that objfile. Returns a bound
228 struct objfile *);
234 objfile is not accepted. Returns a bound minimal symbol that
238 (const char *name, struct objfile *objf)
242 objfiles. If ONLY_MAIN is true, then only an objfile with
251 limit the search to that objfile. Returns a pointer to the minimal
255 (CORE_ADDR, const char *, struct objfile *);
273 /* Search through the minimal symbol table for each objfile and find
306 /* Iterate over all the minimal symbols in the objfile OBJF which
314 (struct objfile *objf, const lookup_name_info &name,
325 /* Return the type of MSYMBOL, a minimal symbol of OBJFILE. If
329 type *find_minsym_type_and_address (minimal_symbol *msymbol, objfile *objf,