Searched refs:objfile (Results 1 - 25 of 598) sorted by relevance

1234567891011>>

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dctfread.h23 extern void elfctf_build_psymtabs (struct objfile *objfile);
H A Dstabsread.h22 struct objfile;
40 #define next_symbol_text(objfile) (*next_symbol_text_func)(objfile)
44 extern const char *(*next_symbol_text_func) (struct objfile *);
66 extern void common_block_start (const char *, struct objfile *);
67 extern void common_block_end (struct objfile *);
155 extern void cleanup_undefined_stabs_types (struct objfile *);
160 struct objfile *);
170 extern void finish_global_stabs (struct objfile *objfile);
[all...]
H A Dsymfile-debug.c47 objfile. */
57 symfile_debug_installed (struct objfile *objfile) argument
59 return (objfile->sf != NULL
60 && symfile_debug_objfile_data_key.get (objfile) != NULL);
75 debug_qf_has_symbols (struct objfile *objfile)
78 = symfile_debug_objfile_data_key.get (objfile);
81 retval = debug_data->real_sf->qf->has_symbols (objfile);
84 objfile_debug_name (objfile), retva
74 debug_qf_has_symbols(struct objfile *objfile) argument
89 debug_qf_find_last_source_symtab(struct objfile *objfile) argument
107 debug_qf_forget_cached_source_info(struct objfile *objfile) argument
119 debug_qf_map_symtabs_matching_filename(struct objfile *objfile, const char *name, const char *real_path, gdb::function_view<bool (symtab *)> callback) argument
143 debug_qf_lookup_symbol(struct objfile *objfile, block_enum kind, const char *name, domain_enum domain) argument
167 debug_qf_print_stats(struct objfile *objfile) argument
179 debug_qf_dump(struct objfile *objfile) argument
191 debug_qf_expand_symtabs_for_function(struct objfile *objfile, const char *func_name) argument
205 debug_qf_expand_all_symtabs(struct objfile *objfile) argument
217 debug_qf_expand_symtabs_with_fullname(struct objfile *objfile, const char *fullname) argument
231 debug_qf_map_matching_symbols(struct objfile *objfile, const lookup_name_info &name, domain_enum domain, int global, gdb::function_view<symbol_found_callback_ftype> callback, symbol_compare_ftype *ordered_compare) argument
254 debug_qf_expand_symtabs_matching(struct objfile *objfile, gdb::function_view<expand_symtabs_file_matcher_ftype> file_matcher, const lookup_name_info *lookup_name, gdb::function_view<expand_symtabs_symbol_matcher_ftype> symbol_matcher, gdb::function_view<expand_symtabs_exp_notify_ftype> expansion_notify, enum search_domain kind) argument
282 debug_qf_find_pc_sect_compunit_symtab(struct objfile *objfile, struct bound_minimal_symbol msymbol, CORE_ADDR pc, struct obj_section *section, int warn_if_readin) argument
315 debug_qf_map_symbol_filenames(struct objfile *objfile, symbol_filename_ftype *fun, void *data, int need_fullname) argument
333 debug_qf_find_compunit_symtab_by_address(struct objfile *objfile, CORE_ADDR address) argument
381 debug_sym_get_probes(struct objfile *objfile) argument
405 debug_sym_new_init(struct objfile *objfile) argument
417 debug_sym_init(struct objfile *objfile) argument
429 debug_sym_read(struct objfile *objfile, symfile_add_flags symfile_flags) argument
441 debug_sym_read_psymbols(struct objfile *objfile) argument
453 debug_sym_finish(struct objfile *objfile) argument
465 debug_sym_offsets(struct objfile *objfile, const section_addr_info &info) argument
488 debug_sym_read_linetable(struct objfile *objfile) argument
500 debug_sym_relocate(struct objfile *objfile, asection *sectp, bfd_byte *buf) argument
542 install_symfile_debug_logging(struct objfile *objfile) argument
587 uninstall_symfile_debug_logging(struct objfile *objfile) argument
604 objfile_set_sym_fns(struct objfile *objfile, const struct sym_fns *sf) argument
[all...]
H A Dpsympriv.h41 struct obj_section *obj_section (struct objfile *objfile) const
44 return &objfile->sections[ginfo.section];
56 CORE_ADDR address (const struct objfile *objfile) const
58 return ginfo.value.address + objfile->section_offsets[ginfo.section];
112 partial_symtab (const char *filename, struct objfile *objfile)
119 partial_symtab (const char *filename, struct objfile *objfile,
314 standard_psymtab(const char *filename, struct objfile *objfile) argument
319 standard_psymtab(const char *filename, struct objfile *objfile, CORE_ADDR addr) argument
352 legacy_psymtab(const char *filename, struct objfile *objfile) argument
357 legacy_psymtab(const char *filename, struct objfile *objfile, CORE_ADDR addr) argument
451 psymtab_discarder(struct objfile *objfile) argument
[all...]
H A Dcoff-pe-read.h26 struct objfile;
32 struct objfile *objfile);
H A Dxcoffread.h22 extern CORE_ADDR xcoff_get_toc_offset (struct objfile *);
H A Dsolib-darwin.h23 struct objfile;
H A Dsymfile.h27 #include "objfile-flags.h"
33 struct objfile;
150 /* Return true if this objfile has any "partial" symbols
152 int (*has_symbols) (struct objfile *objfile);
156 struct symtab *(*find_last_source_symtab) (struct objfile *objfile);
159 void (*forget_cached_source_info) (struct objfile *objfile);
174 (struct objfile *objfil
[all...]
H A Dauto-load.h23 struct objfile;
36 extern void auto_load_objfile_script (struct objfile *objfile,
38 extern void load_auto_scripts_for_objfile (struct objfile *objfile);
H A Dobjfiles.h25 #include "objfile-flags.h"
45 /* This structure maintains information on a per-objfile basis about the
46 "entry point" of the objfile, and the scope within which the entry point
47 exists. It is possible that gdb will see more than one objfile that is
115 /* The unrelocated value we should use for this objfile entry point. */
128 /* Sections in an objfile. The section offsets are stored in the
137 struct objfile *objfile; member in struct:obj_section
145 (((s)->objfile->section_offsets)[gdb_bfd_section_index ((s)->objfile
361 separate_debug_iterator(struct objfile *objfile) argument
391 separate_debug_range(struct objfile *objfile) argument
425 struct objfile struct
485 msymbols_range(struct objfile *objfile) argument
797 DECLARE_REGISTRY(objfile); variable
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dctfread.h23 extern void elfctf_build_psymtabs (struct objfile *objfile);
H A Dquick-symbol.h85 /* Return true if this objfile has any "partial" symbols
87 virtual bool has_symbols (struct objfile *objfile) = 0;
93 virtual bool has_unexpanded_symtabs (struct objfile *objfile) = 0;
97 virtual struct symtab *find_last_source_symtab (struct objfile *objfile) = 0;
100 virtual void forget_cached_source_info (struct objfile *objfile) = 0;
109 (struct objfile *objfil
232 read_partial_symbols(struct objfile *objfile) argument
[all...]
H A Dcoff-pe-read.h26 struct objfile;
32 struct objfile *objfile);
H A Dstabsread.h22 struct objfile;
40 #define next_symbol_text(objfile) (*next_symbol_text_func)(objfile)
44 extern const char *(*next_symbol_text_func) (struct objfile *);
66 extern void common_block_start (const char *, struct objfile *);
67 extern void common_block_end (struct objfile *);
155 extern void cleanup_undefined_stabs_types (struct objfile *);
160 struct objfile *);
170 extern void finish_global_stabs (struct objfile *objfile);
[all...]
H A Dxcoffread.h22 extern CORE_ADDR xcoff_get_toc_offset (struct objfile *);
H A Dsolib-dsbt.h23 struct objfile;
H A Dsolib-darwin.h23 struct objfile;
/netbsd-current/external/gpl3/gdb.old/dist/gdbsupport/
H A Dsymbol.h23 struct objfile;
35 struct objfile *objfile);
/netbsd-current/external/gpl3/gdb/dist/gdbsupport/
H A Dsymbol.h23 struct objfile;
35 struct objfile *objfile);
/netbsd-current/external/gpl3/gdb/dist/gdb/dwarf2/
H A Dpublic.h23 extern int dwarf2_has_info (struct objfile *,
38 entry on the objfile's "qf" list. */
39 extern void dwarf2_initialize_objfile (struct objfile *objfile);
41 extern void dwarf2_build_frame_info (struct objfile *);
H A Dsection.h32 S.ASECTION, SIZE are typically initialized when the objfile is first
82 void read (struct objfile *objfile);
90 bfd_size_type get_size (struct objfile *objfile) argument
93 read (objfile);
103 const char *read_string (struct objfile *objfile, LONGEST str_offset,
/netbsd-current/external/gpl3/gdb.old/dist/gdbserver/
H A Dsymbol.cc27 struct objfile *objfile)
29 gdb_assert (objfile == NULL);
26 find_minimal_symbol_address(const char *name, CORE_ADDR *addr, struct objfile *objfile) argument
/netbsd-current/external/gpl3/gdb/dist/gdbserver/
H A Dsymbol.cc27 struct objfile *objfile)
29 gdb_assert (objfile == NULL);
26 find_minimal_symbol_address(const char *name, CORE_ADDR *addr, struct objfile *objfile) argument
/netbsd-current/external/gpl3/gdb/dist/gdb/python/
H A Dpython.h31 /* The "current" objfile. This is set when gdb detects that a new
32 objfile has been loaded. It is only set for the duration of a call to
35 extern struct objfile *gdbpy_current_objfile;
/netbsd-current/external/gpl3/gdb.old/dist/gdb/dwarf2/
H A Dsection.h32 S.ASECTION, SIZE are typically initialized when the objfile is first
82 void read (struct objfile *objfile);
90 bfd_size_type get_size (struct objfile *objfile) argument
93 read (objfile);
103 const char *read_string (struct objfile *objfile, LONGEST str_offset,

Completed in 307 milliseconds

1234567891011>>