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

12345

/freebsd-11-stable/contrib/gdb/gdb/
H A Dcoff-pe-read.h27 struct objfile;
30 extern void read_pe_exported_syms (struct objfile *objfile);
H A Ddwarf2loc.h43 /* The objfile containing the symbol whose location we're computing. */
44 struct objfile *objfile; member in struct:dwarf2_locexpr_baton
59 /* The objfile containing the symbol whose location we're computing. */
60 /* Used (only???) by thread local variables. The objfile in which
64 struct objfile *objfile; member in struct:dwarf2_loclist_baton
H A Dglibc-tdep.c33 struct and its objfile. This probably ought to be in minsym.c, but
39 find_minsym_and_objfile (char *name, struct objfile **objfile_p)
41 struct objfile *objfile; local
43 ALL_OBJFILES (objfile)
47 ALL_OBJFILE_MSYMBOLS (objfile, msym)
52 *objfile_p = objfile;
77 the same objfile. If we are at the entry point of `fixup', then
87 struct objfile *objfile; local
[all...]
H A Dobjfiles.c26 destroying objfile structures. */
51 static void objfile_alloc_data (struct objfile *objfile);
52 static void objfile_free_data (struct objfile *objfile);
55 See declarations in objfile.h for more info. */
57 struct objfile *object_files; /* Linked list of all objfiles */
58 struct objfile *current_objfile; /* For symbol file being read in */
59 struct objfile *symfile_objfile; /* Main symbol table loaded from */
60 struct objfile *rt_common_objfil
79 struct objfile *objfile = (struct objfile *) objfile_p_char; local
117 build_objfile_section_table(struct objfile *objfile) argument
154 struct objfile *objfile = NULL; local
237 init_entry_point_info(struct objfile *objfile) argument
274 terminate_minimal_symbol_table(struct objfile *objfile) argument
297 put_objfile_before(struct objfile *objfile, struct objfile *before_this) argument
320 objfile_to_front(struct objfile *objfile) argument
351 unlink_objfile(struct objfile *objfile) argument
387 free_objfile(struct objfile *objfile) argument
483 struct objfile *objfile, *temp; local
495 objfile_relocate(struct objfile *objfile, struct section_offsets *new_offsets) argument
765 struct objfile *objfile; local
807 is_in_import_list(char *name, struct objfile *objfile) argument
861 objfile_alloc_data(struct objfile *objfile) argument
869 objfile_free_data(struct objfile *objfile) argument
877 clear_objfile_data(struct objfile *objfile) argument
884 set_objfile_data(struct objfile *objfile, const struct objfile_data *data, void *value) argument
892 objfile_data(struct objfile *objfile, const struct objfile_data *data) argument
[all...]
H A Dobjfiles.h34 /* This structure maintains information on a per-objfile basis about the
35 "entry point" of the objfile, and the scope within which the entry point
36 exists. It is possible that gdb will see more than one objfile that is
142 /* Sections in an objfile.
173 struct objfile *objfile; member in struct:obj_section
180 is used in this objfile but not defined in it, and so needs
181 to be imported from some other objfile */
187 is defined in this objfile and available for use in other
200 per objfile basi
229 struct objfile struct
[all...]
H A Dstabsread.h22 struct objfile;
46 extern void common_block_start (char *, struct objfile *);
47 extern void common_block_end (struct objfile *);
139 struct objfile *);
149 extern void finish_global_stabs (struct objfile *objfile);
179 struct section_offsets *, struct objfile *);
181 extern void elfstab_build_psymtabs (struct objfile *objfile,
188 (struct objfile *objfil
[all...]
H A Dsomread.c40 static int init_import_symbols (struct objfile *objfile);
42 static void som_symfile_init (struct objfile *);
44 static void som_new_init (struct objfile *);
46 static void som_symfile_read (struct objfile *, int);
48 static void som_symfile_finish (struct objfile *);
50 static void som_symtab_read (bfd *, struct objfile *,
53 static void som_symfile_offsets (struct objfile *, struct section_addr_info *);
57 extern void hpread_build_psymtabs (struct objfile *, int);
59 extern void hpread_symfile_finish (struct objfile *);
85 som_symtab_read(bfd *abfd, struct objfile *objfile, struct section_offsets *section_offsets) argument
329 som_symfile_read(struct objfile *objfile, int mainline) argument
402 som_symfile_finish(struct objfile *objfile) argument
414 som_symfile_init(struct objfile *objfile) argument
428 som_symfile_offsets(struct objfile *objfile, struct section_addr_info *addrs) argument
473 init_import_symbols(struct objfile *objfile) argument
593 init_export_symbols(struct objfile *objfile) argument
[all...]
H A Dnlmread.c34 static void nlm_new_init (struct objfile *);
36 static void nlm_symfile_init (struct objfile *);
38 static void nlm_symfile_read (struct objfile *, int);
40 static void nlm_symfile_finish (struct objfile *);
42 static void nlm_symtab_read (bfd *, CORE_ADDR, struct objfile *);
52 nlm_new_init (struct objfile *ignore)
69 nlm_symfile_init (struct objfile *ignore)
82 struct objfile *objfile)
93 nlm_symtab_read (bfd *abfd, CORE_ADDR addr, struct objfile *objfil argument
175 nlm_symfile_read(struct objfile *objfile, int mainline) argument
223 nlm_symfile_finish(struct objfile *objfile) argument
[all...]
H A Dsymfile.h30 struct objfile;
36 malloc and grown as necessary via realloc. Each objfile typically
101 void (*sym_new_init) (struct objfile *);
107 void (*sym_init) (struct objfile *);
109 /* sym_read (objfile, mainline) Reads a symbol file into a psymtab
110 (or possibly a symtab). OBJFILE is the objfile struct for the
115 void (*sym_read) (struct objfile *, int);
117 /* Called when we are finished with an objfile. Should do all
119 particular objfile. */
121 void (*sym_finish) (struct objfile *);
[all...]
H A Dsolib-svr4.h23 struct objfile;
79 link map for the given objfile. */
80 extern CORE_ADDR svr4_fetch_objfile_link_map (struct objfile *objfile);
H A Dminsyms.c54 /* Accumulate the minimal symbols for each objfile in bunches of BUNCH_SIZE.
55 At the end, copy them all into one newly allocated location on an objfile's
75 /* Total number of minimal symbols recorded so far for the objfile. */
109 /* Add the minimal symbol SYM to an objfile's minsym hash table, TABLE. */
123 /* Add the minimal symbol SYM to an objfile's minsym demangled hash table,
140 the search to that objfile. If SFILE is non-NULL, the only file-scope
152 struct objfile *objf)
154 struct objfile *objfile; local
172 for (objfile
272 struct objfile *objfile; local
329 struct objfile *objfile; local
372 struct objfile *objfile; local
541 prim_record_minimal_symbol(const char *name, CORE_ADDR address, enum minimal_symbol_type ms_type, struct objfile *objfile) argument
574 prim_record_minimal_symbol_and_info(const char *name, CORE_ADDR address, enum minimal_symbol_type ms_type, char *info, int section, asection *bfd_section, struct objfile *objfile) argument
614 SYMBOL_SET_NAMES (msymbol, (char *)name, strlen (name), objfile); local
740 compact_minimal_symbols(struct minimal_symbol *msymbol, int mcount, struct objfile *objfile) argument
776 build_minimal_symbol_hash_tables(struct objfile *objfile) argument
827 install_minimal_symbols(struct objfile *objfile) argument
947 msymbols_sort(struct objfile *objfile) argument
981 struct objfile *objfile; local
[all...]
H A Dm2-lang.c33 static struct type *m2_create_fundamental_type (struct objfile *, int);
199 m2_create_fundamental_type (struct objfile *objfile, int typeid) argument
212 0, "<?type?>", objfile);
218 0, "void", objfile);
223 TYPE_FLAG_UNSIGNED, "boolean", objfile);
228 0, "string", objfile);
233 0, "char", objfile);
238 0, "signed char", objfile);
243 TYPE_FLAG_UNSIGNED, "unsigned char", objfile);
[all...]
H A Delfread.c110 asection *bfd_section, struct objfile *objfile)
116 (name, address, ms_type, NULL, bfd_section->index, bfd_section, objfile);
127 void elf_symtab_read (struct objfile *objfile, int dynamic,
132 Given an objfile, a symbol table, and a flag indicating whether the
139 form the executable objfile. We gather any such info and record it
140 in data structures hung off the objfile's private data.
145 elf_symtab_read (struct objfile *objfile, in argument
108 record_minimal_symbol(char *name, CORE_ADDR address, enum minimal_symbol_type ms_type, asection *bfd_section, struct objfile *objfile) argument
460 elf_symfile_read(struct objfile *objfile, int mainline) argument
632 struct objfile *objfile = (struct objfile *) objp; local
667 elf_symfile_finish(struct objfile *objfile) argument
685 elf_symfile_init(struct objfile *objfile) argument
702 elfstab_offset_sections(struct objfile *objfile, struct partial_symtab *pst) argument
[all...]
H A Dxcoffread.c176 static void xcoff_initial_scan (struct objfile *, int);
178 static void scan_xcoff_symtab (struct objfile *);
180 static char *xcoff_next_symbol_text (struct objfile *);
188 static void init_stringtab (bfd *, file_ptr, struct objfile *);
190 static void xcoff_symfile_init (struct objfile *);
192 static void xcoff_new_init (struct objfile *);
194 static void xcoff_symfile_finish (struct objfile *);
196 static void xcoff_symfile_offsets (struct objfile *,
199 static char *coff_getfilename (union internal_auxent *, struct objfile *);
208 struct objfile *);
233 struct objfile *objfile; member in struct:find_targ_sec_arg
242 struct objfile *objfile = args->objfile; local
258 secnum_to_section(int secnum, struct objfile *objfile) argument
273 secnum_to_bfd_section(int secnum, struct objfile *objfile) argument
866 xcoff_next_symbol_text(struct objfile *objfile) argument
907 struct objfile *objfile = pst->objfile; local
1440 process_xcoff_symbol(struct coff_symbol *cs, struct objfile *objfile) argument
1578 coff_getfilename(union internal_auxent *aux_entry, struct objfile *objfile) argument
1634 struct objfile *objfile = this_symtab_psymtab->objfile; local
1825 xcoff_new_init(struct objfile *objfile) argument
1838 xcoff_symfile_init(struct objfile *objfile) argument
1858 xcoff_symfile_finish(struct objfile *objfile) argument
1876 init_stringtab(bfd *abfd, file_ptr offset, struct objfile *objfile) argument
1938 xcoff_start_psymtab(struct objfile *objfile, char *filename, int first_symnum, struct partial_symbol **global_syms, struct partial_symbol **static_syms) argument
1979 struct objfile *objfile = pst->objfile; local
2071 swap_sym(struct internal_syment *symbol, union internal_auxent *aux, char **name, char **raw, unsigned int *symnump, struct objfile *objfile) argument
2126 scan_xcoff_symtab(struct objfile *objfile) argument
2833 get_toc_offset(struct objfile *objfile) argument
2851 xcoff_initial_scan(struct objfile *objfile, int mainline) argument
2956 xcoff_symfile_offsets(struct objfile *objfile, struct section_addr_info *addrs) argument
[all...]
H A Ddbxread.c158 /* Non-zero if there is any line number info in the objfile. Prevents
190 objfile's text_addr and text_size members.
196 find_text_range (bfd * sym_bfd, struct objfile *objfile)
228 DBX_TEXT_ADDR (objfile) = start;
229 DBX_TEXT_SIZE (objfile) = end - start;
262 static void read_dbx_dynamic_symtab (struct objfile *objfile);
264 static void read_dbx_symtab (struct objfile *);
266 static void free_bincl_list (struct objfile *);
193 find_text_range(bfd * sym_bfd, struct objfile *objfile) argument
426 record_minimal_symbol(char *name, CORE_ADDR address, int type, struct objfile *objfile) argument
528 dbx_symfile_read(struct objfile *objfile, int mainline) argument
618 dbx_symfile_init(struct objfile *objfile) argument
735 dbx_symfile_finish(struct objfile *objfile) argument
871 dbx_next_symbol_text(struct objfile *objfile) argument
891 init_bincl_list(int number, struct objfile *objfile) argument
938 free_bincl_list(struct objfile *objfile) argument
945 do_free_bincl_list_cleanup(void *objfile) argument
951 make_cleanup_free_bincl_list(struct objfile *objfile) argument
961 set_namestring(struct objfile *objfile, struct internal_nlist nlist) argument
982 read_dbx_dynamic_symtab(struct objfile *objfile) argument
1122 find_stab_function_addr(char *namestring, char *filename, struct objfile *objfile) argument
1178 read_dbx_symtab(struct objfile *objfile) argument
2139 start_psymtab(struct objfile *objfile, char *filename, CORE_ADDR textlow, int ldsymoff, struct partial_symbol **global_syms, struct partial_symbol **static_syms) argument
2180 struct objfile *objfile = pst->objfile; local
2462 struct objfile *objfile; local
2653 process_one_symbol(int type, int desc, CORE_ADDR valu, char *name, struct section_offsets *section_offsets, struct objfile *objfile) argument
3320 coffstab_build_psymtabs(struct objfile *objfile, int mainline, CORE_ADDR textaddr, unsigned int textsize, struct stab_section_list *stabsects, file_ptr stabstroffset, unsigned int stabstrsize) argument
3414 elfstab_build_psymtabs(struct objfile *objfile, int mainline, asection *stabsect, file_ptr stabstroffset, unsigned int stabstrsize) argument
3498 stabsect_build_psymtabs(struct objfile *objfile, int mainline, char *stab_name, char *stabstr_name, char *text_name) argument
[all...]
H A Dhpread.c41 /* Private information attached to an objfile which we use to find
42 and internalize the HP C debug symbols within that objfile. */
146 void hpread_symfile_init (struct objfile *);
150 void hpread_build_psymtabs (struct objfile *, int);
152 void hpread_symfile_finish (struct objfile *);
155 struct objfile *objfile);
157 static union dnttentry *hpread_get_gntt (int, struct objfile *);
159 static union dnttentry *hpread_get_lntt (int index, struct objfile *objfile);
300 set_namestring(union dnttentry *sym, char **namep, struct objfile *objfile) argument
720 scan_procs(int *curr_pd_p, quick_procedure_entry *qPD, int max_procs, CORE_ADDR start_adr, CORE_ADDR end_adr, struct partial_symtab *pst, char *vt_bits, struct objfile *objfile) argument
844 hpread_quick_traverse(struct objfile *objfile, char *gntt_bits, char *vt_bits, PXDB_header_ptr pxdb_header_p) argument
1549 hpread_get_header(struct objfile *objfile, PXDB_header_ptr pxdb_header_p) argument
1667 hpread_symfile_init(struct objfile *objfile) argument
1764 hpread_build_psymtabs(struct objfile *objfile, int mainline) argument
2287 hpread_symfile_finish(struct objfile *objfile) argument
2301 hpread_get_lntt(int index, struct objfile *objfile) argument
2308 hpread_get_gntt(int index, struct objfile *objfile) argument
2315 hpread_get_slt(int index, struct objfile *objfile) argument
2326 hpread_get_textlow(int global, int index, struct objfile *objfile, int symcount) argument
2384 hpread_start_psymtab(struct objfile *objfile, char *filename, CORE_ADDR textlow, int ldsymoff, struct partial_symbol **global_syms, struct partial_symbol **static_syms) argument
2422 struct objfile *objfile = pst->objfile; local
2534 hpread_get_scope_start(sltpointer index, struct objfile *objfile) argument
2545 hpread_get_line(sltpointer index, struct objfile *objfile) argument
2556 hpread_get_location(sltpointer index, struct objfile *objfile) argument
2784 hpread_expand_symtab(struct objfile *objfile, int sym_offset, int sym_size, CORE_ADDR text_offset, int text_size, struct section_offsets *section_offsets, char *filename) argument
2982 hpread_lookup_type(dnttpointer hp_type, struct objfile *objfile) argument
3068 hpread_alloc_type(dnttpointer hp_type, struct objfile *objfile) argument
3090 hpread_read_enum_type(dnttpointer hp_type, union dnttentry *dn_bufp, struct objfile *objfile) argument
3184 hpread_read_function_type(dnttpointer hp_type, union dnttentry *dn_bufp, struct objfile *objfile, int newblock) argument
3368 hpread_read_doc_function_type(dnttpointer hp_type, union dnttentry *dn_bufp, struct objfile *objfile, int newblock) argument
3565 hpread_read_struct_type(dnttpointer hp_type, union dnttentry *dn_bufp, struct objfile *objfile) argument
4397 fix_static_member_physnames(struct type *type, char *class_name, struct objfile *objfile) argument
4428 fixup_class_method_type(struct type *class, struct type *method, struct objfile *objfile) argument
4472 hpread_get_nth_template_arg(struct objfile *objfile, int n) argument
4483 hpread_read_templ_arg_type(dnttpointer hp_type, union dnttentry *dn_bufp, struct objfile *objfile, char *name) argument
4504 hpread_read_set_type(dnttpointer hp_type, union dnttentry *dn_bufp, struct objfile *objfile) argument
4526 hpread_read_array_type(dnttpointer hp_type, union dnttentry *dn_bufp, struct objfile *objfile) argument
4584 hpread_read_subrange_type(dnttpointer hp_type, union dnttentry *dn_bufp, struct objfile *objfile) argument
4645 hpread_type_lookup(dnttpointer hp_type, struct objfile *objfile) argument
5005 hpread_record_lines(struct subfile *subfile, sltpointer s_idx, sltpointer e_idx, struct objfile *objfile, CORE_ADDR offset) argument
5095 hpread_process_one_debug_symbol(union dnttentry *dn_bufp, char *name, struct section_offsets *section_offsets, struct objfile *objfile, CORE_ADDR text_offset, int text_size, char *filename, int index, int *at_module_boundary_p) argument
6218 hpread_get_scope_depth(union dnttentry *dn_bufp, struct objfile *objfile, int report_nested) argument
6298 hpread_get_next_skip_over_anon_unions(int skip_fields, dnttpointer field, union dnttentry **fieldp, struct objfile *objfile) argument
[all...]
H A Dsymfile.c84 void (*target_new_objfile_hook) (struct objfile *);
112 static void reread_separate_symbols (struct objfile *objfile);
118 int get_section_index (struct objfile *, char *);
120 static void find_sym_fns (struct objfile *);
158 static char *find_separate_debug_file (struct objfile *objfile);
221 qsort (pst->objfile->global_psymbols.list + pst->globals_offset,
388 init_objfile_sect_indices (struct objfile *objfile)
387 init_objfile_sect_indices(struct objfile *objfile) argument
446 default_symfile_offsets(struct objfile *objfile, struct section_addr_info *addrs) argument
513 syms_from_objfile(struct objfile *objfile, struct section_addr_info *addrs, struct section_offsets *offsets, int num_offsets, int mainline, int verbo) argument
739 new_symfile_objfile(struct objfile *objfile, int mainline, int verbo) argument
785 struct objfile *objfile; local
982 get_debug_link_info(struct objfile *objfile, unsigned long *crc32_out) argument
1039 find_separate_debug_file(struct objfile *objfile) argument
1272 get_section_index(struct objfile *objfile, char *section_name) argument
1300 find_sym_fns(struct objfile *objfile) argument
1774 struct objfile *objfile; local
1988 reread_separate_symbols(struct objfile *objfile) argument
2199 allocate_symtab(char *filename, struct objfile *objfile) argument
2231 allocate_psymtab(char *filename, struct objfile *objfile) argument
2535 start_psymtab_common(struct objfile *objfile, struct section_offsets *section_offsets, char *filename, CORE_ADDR textlow, struct partial_symbol **global_syms, struct partial_symbol **static_syms) argument
2567 add_psymbol_to_list(char *name, int namelength, domain_enum domain, enum address_class class, struct psymbol_allocation_list *list, long val, CORE_ADDR coreaddr, enum language language, struct objfile *objfile) argument
2619 add_psymbol_with_dem_name_to_list(char *name, int namelength, char *dem_name, int dem_namelength, domain_enum domain, enum address_class class, struct psymbol_allocation_list *list, long val, CORE_ADDR coreaddr, enum language language, struct objfile *objfile) argument
2686 init_psymbol_list(struct objfile *objfile, int total_symbols) argument
2803 struct objfile *objfile; local
2857 struct objfile *objfile; local
2996 struct objfile *objfile; local
3023 struct objfile *objfile; local
3042 struct objfile *objfile; local
3080 struct objfile *objfile, *objfile2; local
3131 struct objfile *objfile; local
3427 struct objfile *objfile; local
[all...]
H A Dmipsread.c46 static void mipscoff_new_init (struct objfile *);
48 static void mipscoff_symfile_init (struct objfile *);
50 static void mipscoff_symfile_read (struct objfile *, int);
52 static void mipscoff_symfile_finish (struct objfile *);
56 struct objfile *objfile);
65 mipscoff_new_init (struct objfile *ignore)
75 mipscoff_symfile_init (struct objfile *objfile) argument
82 mipscoff_symfile_read (struct objfile *objfil argument
134 mipscoff_symfile_finish(struct objfile *objfile) argument
221 read_alphacoff_dynamic_symtab(struct section_offsets *section_offsets, struct objfile *objfile) argument
[all...]
H A Dsymmisc.c58 static void dump_symtab (struct objfile *, struct symtab *,
61 static void dump_psymtab (struct objfile *, struct partial_symtab *,
64 static void dump_msymbols (struct objfile *, struct ui_file *);
66 static void dump_objfile (struct objfile *);
73 static void free_symtab_block (struct objfile *, struct block *);
86 static void free_symtab_block (struct objfile *, struct block *);
96 free_symtab_block (struct objfile *objfile, struct block *b)
103 xmfree (objfile->md, DEPRECATED_SYMBOL_NAME (sym));
104 xmfree (objfile
95 free_symtab_block(struct objfile *objfile, struct block *b) argument
170 struct objfile *objfile; local
184 struct objfile *objfile; local
244 dump_objfile(struct objfile *objfile) argument
300 dump_msymbols(struct objfile *objfile, struct ui_file *outfile) argument
374 dump_psymtab(struct objfile *objfile, struct partial_symtab *psymtab, struct ui_file *outfile) argument
441 dump_symtab(struct objfile *objfile, struct symtab *symtab, struct ui_file *outfile) argument
542 struct objfile *objfile; local
782 struct objfile *objfile; local
930 struct objfile *objfile; local
974 struct objfile *objfile; local
989 struct objfile *objfile; local
1038 struct objfile *objfile; local
1133 struct objfile *objfile; local
1227 extend_psymbol_list(struct psymbol_allocation_list *listp, struct objfile *objfile) argument
[all...]
H A Dbuildsym.h25 struct objfile;
205 #define next_symbol_text(objfile) (*next_symbol_text_func)(objfile)
209 EXTERN char *(*next_symbol_text_func) (struct objfile *);
240 struct objfile *objfile);
253 struct objfile *objfile, int section);
257 extern void scan_file_globals (struct objfile *objfile);
[all...]
H A Ddwarf2-frame.h28 struct objfile;
96 void dwarf2_frame_build_info (struct objfile *objfile);
H A Ddwarfread.c206 #define TARGET_FT_POINTER_SIZE(objfile) (TARGET_PTR_BIT / TARGET_CHAR_BIT)
207 #define TARGET_FT_LONG_SIZE(objfile) (TARGET_LONG_BIT / TARGET_CHAR_BIT)
424 static CORE_ADDR target_to_host (char *, int, int, struct objfile *);
426 static void add_enum_psymbol (struct dieinfo *, struct objfile *);
431 struct objfile *);
434 struct objfile *);
437 struct objfile *);
439 static void scan_partial_symbols (char *, char *, struct objfile *);
442 struct objfile *);
444 static void add_partial_symbol (struct dieinfo *, struct objfile *);
546 dwarf_fundamental_type(struct objfile *objfile, int typeid) argument
654 dwarf_build_psymtabs(struct objfile *objfile, int mainline, file_ptr dbfoff, unsigned int dbfsize, file_ptr lnoffset, unsigned int lnsize) argument
718 read_lexical_block_scope(struct dieinfo *dip, char *thisdie, char *enddie, struct objfile *objfile) argument
920 struct_type(struct dieinfo *dip, char *thisdie, char *enddie, struct objfile *objfile) argument
1126 read_structure_scope(struct dieinfo *dip, char *thisdie, char *enddie, struct objfile *objfile) argument
1589 read_enumeration(struct dieinfo *dip, char *thisdie, char *enddie, struct objfile *objfile) argument
1639 enum_type(struct dieinfo *dip, struct objfile *objfile) argument
1768 read_func_scope(struct dieinfo *dip, char *thisdie, char *enddie, struct objfile *objfile) argument
1879 read_file_scope(struct dieinfo *dip, char *thisdie, char *enddie, struct objfile *objfile) argument
1932 process_dies(char *thisdie, char *enddie, struct objfile *objfile) argument
2460 add_enum_psymbol(struct dieinfo *dip, struct objfile *objfile) argument
2510 add_partial_symbol(struct dieinfo *dip, struct objfile *objfile) argument
2635 scan_partial_symbols(char *thisdie, char *enddie, struct objfile *objfile) argument
2756 scan_compilation_units(char *thisdie, char *enddie, file_ptr dbfoff, file_ptr lnoffset, struct objfile *objfile) argument
2847 new_symbol(struct dieinfo *dip, struct objfile *objfile) argument
3005 synthesize_typedef(struct dieinfo *dip, struct objfile *objfile, struct type *type) argument
3458 basicdieinfo(struct dieinfo *dip, char *diep, struct objfile *objfile) argument
3519 completedieinfo(struct dieinfo *dip, struct objfile *objfile) argument
3734 target_to_host(char *from, int nbytes, int signextend, struct objfile *objfile) argument
[all...]
H A Dcp-namespace.c93 static void initialize_namespace_symtab (struct objfile *objfile);
95 static struct block *get_possible_namespace_block (struct objfile *objfile);
101 struct objfile *objfile);
105 struct objfile *objfile);
636 symbols in a special block (one per objfile), and we only search
647 initialize_namespace_symtab (struct objfile *objfil argument
702 get_possible_namespace_block(struct objfile *objfile) argument
730 cp_check_possible_namespace_symbols(const char *name, struct objfile *objfile) argument
756 check_possible_namespace_symbols_loop(const char *name, int len, struct objfile *objfile) argument
782 check_one_possible_namespace_symbol(const char *name, int len, struct objfile *objfile) argument
825 struct objfile *objfile; local
851 struct objfile *objfile; local
[all...]
H A Dxcoffsolib.h48 struct objfile *objfile; member in struct:vmap
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDwoDwp.cpp25 ObjectFileSP objfile,
28 : SymbolFileDWARFDwo(objfile, dwarf_cu), m_dwp_symfile(dwp_symfile),
24 SymbolFileDWARFDwoDwp(SymbolFileDWARFDwp *dwp_symfile, ObjectFileSP objfile, DWARFCompileUnit &dwarf_cu, uint64_t dwo_id) argument

Completed in 319 milliseconds

12345