HomeSort by: relevance | last modified time | path
    Searched refs:objfile (Results 1 - 25 of 631) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/external/gpl3/gdb.old/dist/gdb/
ctfread.h 23 extern void elfctf_build_psymtabs (struct objfile *objfile);
quick-symbol.h 85 /* Return true if this objfile has any "partial" symbols
87 virtual bool has_symbols (struct objfile *objfile) = 0;
89 /* Return true if OBJFILE has any unexpanded symtabs. A return value of
92 or it might been that OBJFILE has no debug information. */
93 virtual bool has_unexpanded_symtabs (struct objfile *objfile) = 0;
96 OBJFILE. */
97 virtual struct symtab *find_last_source_symtab (struct objfile *objfile) = 0
    [all...]
dbxread.c 69 static void dbx_symfile_init (struct objfile *);
71 static void dbx_new_init (struct objfile *);
73 static void dbx_symfile_read (struct objfile *, symfile_add_flags);
75 static void dbx_symfile_finish (struct objfile *);
100 hung off the objfile structure. */
103 dbx_symfile_read (struct objfile *objfile, symfile_add_flags symfile_flags)
105 read_stabs_symtab (objfile, symfile_flags);
113 dbx_new_init (struct objfile *ignore)
122 It is passed a struct objfile which contains, among other things
    [all...]
coff-pe-read.h 26 struct objfile;
32 struct objfile *objfile);
xcoffread.h 22 extern CORE_ADDR xcoff_get_toc_offset (struct objfile *);
psymtab.h 47 partial symbols for a given objfile.
53 only link from the psymtab storage object back to the objfile (or
110 psymtabs in one objfile. */
118 /* Each objfile points to a linked list of partial symtabs derived from
151 struct obj_section *obj_section (struct objfile *objfile) const
153 return ginfo.obj_section (objfile);
163 the offsets provided in OBJFILE. */
164 CORE_ADDR address (const struct objfile *objfile) cons
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
ctfread.h 23 extern void elfctf_build_psymtabs (struct objfile *objfile);
dbxread.c 48 static void dbx_symfile_init (struct objfile *);
50 static void dbx_new_init (struct objfile *);
52 static void dbx_symfile_read (struct objfile *, symfile_add_flags);
54 static void dbx_symfile_finish (struct objfile *);
79 hung off the objfile structure. */
82 dbx_symfile_read (struct objfile *objfile, symfile_add_flags symfile_flags)
84 read_stabs_symtab (objfile, symfile_flags);
92 dbx_new_init (struct objfile *ignore)
102 It is passed a struct objfile which contains, among other things
    [all...]
quick-symbol.h 90 /* Return true if this objfile has any "partial" symbols
92 virtual bool has_symbols (struct objfile *objfile) = 0;
94 /* Return true if OBJFILE has any unexpanded symtabs. A return value of
97 or it might been that OBJFILE has no debug information. */
98 virtual bool has_unexpanded_symtabs (struct objfile *objfile) = 0;
101 OBJFILE. */
102 virtual struct symtab *find_last_source_symtab (struct objfile *objfile) = 0
    [all...]
coff-pe-read.h 26 struct objfile;
32 struct objfile *objfile);
mdebugread.h 42 extern void elfmdebug_build_psymtabs (struct objfile *,
50 extern void mipsmdebug_build_psymtabs (struct objfile *,
57 elfmdebug_build_psymtabs (struct objfile *,
65 mipsmdebug_build_psymtabs (struct objfile *,
xcoffread.h 22 extern CORE_ADDR xcoff_get_toc_offset (struct objfile *);
psymtab.h 47 partial symbols for a given objfile.
53 only link from the psymtab storage object back to the objfile (or
110 psymtabs in one objfile. */
118 /* Each objfile points to a linked list of partial symtabs derived from
151 struct obj_section *obj_section (struct objfile *objfile) const
153 return ginfo.obj_section (objfile);
163 the offsets provided in OBJFILE. */
164 CORE_ADDR address (const struct objfile *objfile) cons
    [all...]
  /src/external/gpl3/gdb.old/dist/gdbsupport/
symbol.h 23 struct objfile;
25 /* Find a symbol that matches NAME. Limit the search to OBJFILE if
26 OBJFILE is non-NULL and the implementation supports limiting the
30 found. Raise an exception if OBJFILE is non-NULL and the
35 struct objfile *objfile);
  /src/external/gpl3/gdb/dist/gdbsupport/
symbol.h 23 struct objfile;
25 /* Find a symbol that matches NAME. Limit the search to OBJFILE if
26 OBJFILE is non-NULL and the implementation supports limiting the
30 found. Raise an exception if OBJFILE is non-NULL and the
35 struct objfile *objfile);
  /src/external/gpl3/gdb.old/dist/gdbserver/
symbol.cc 26 struct objfile *objfile)
28 gdb_assert (objfile == NULL);
  /src/external/gpl3/gdb/dist/gdbserver/
symbol.cc 26 struct objfile *objfile)
28 gdb_assert (objfile == NULL);
  /src/external/gpl3/gdb.old/dist/gdb/dwarf2/
public.h 41 (struct objfile *,
45 extern void dwarf2_build_frame_info (struct objfile *);
section.h 32 S.ASECTION, SIZE are typically initialized when the objfile is first
78 OBJFILE is the main object file, but not necessarily the file where
82 void read (struct objfile *objfile);
90 bfd_size_type get_size (struct objfile *objfile)
93 read (objfile);
103 const char *read_string (struct objfile *objfile, LONGEST str_offset,
  /src/external/gpl3/gdb/dist/gdb/dwarf2/
cooked-index.h 189 cooked_index *wait (struct objfile *objfile, bool allow_quit)
191 dwarf2_per_objfile *per_objfile = get_dwarf2_per_objfile (objfile);
200 (struct objfile *objfile, CORE_ADDR address) override;
202 bool has_unexpanded_symtabs (struct objfile *objfile) override
204 wait (objfile, true);
205 return dwarf2_base_index_functions::has_unexpanded_symtabs (objfile);
208 struct symtab *find_last_source_symtab (struct objfile *objfile) overrid
    [all...]
public.h 43 (struct objfile *,
47 extern void dwarf2_build_frame_info (struct objfile *);
56 dwarf2_initialize_objfile (struct objfile *,
65 dwarf2_build_frame_info (struct objfile *)
  /src/external/gpl3/gdb.old/dist/gdb/python/
python.h 31 /* 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;
  /src/external/gpl3/gdb/dist/gdb/python/
python.h 31 /* 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;
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
print-global-stub.exp 22 set objfile [standard_output_file ${testfile}.o]
24 if { [gdb_compile $srcdir/$subdir/$srcfile $objfile object \
30 clean_restart $objfile
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.python/
py-autoloaded-pretty-printers-in-newobjfile-event.py 28 objfile = event.new_objfile
32 if libname in os.path.basename(objfile.filename):
37 len(objfile.pretty_printers) == 1
38 and objfile.pretty_printers[0].name == "my_library"
45 print("pretty printer count: {}".format(len(objfile.pretty_printers)))
47 for pp in objfile.pretty_printers:

Completed in 49 milliseconds

1 2 3 4 5 6 7 8 91011>>