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

1 2 3 4 5

  /src/external/gpl3/gdb/dist/gdb/dwarf2/
cu.c 55 return objfile_int_type (this->per_objfile->objfile, addr_size, unsigned_p);
80 m_builder = std::make_unique<buildsym_compunit> (this->per_objfile->objfile,
113 struct objfile *objfile = this->per_objfile->objfile; local
114 struct type *void_type = builtin_type (objfile)->builtin_void;
aranges.c 36 struct objfile *objfile = per_objfile->objfile; local
37 bfd *abfd = objfile->obfd.get ();
38 struct gdbarch *gdbarch = objfile->arch ();
80 objfile_name (objfile),
95 objfile_name (objfile),
110 objfile_name (objfile),
121 objfile_name (objfile),
133 objfile_name (objfile),
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
target-section.h 24 struct objfile;
33 target_section_owner (const objfile *objfile) : objfile (objfile) {}
48 const struct objfile *objfile; member in union:target_section_owner
minsyms.h 27 objfile in which it is found. This structure is used in these
32 bound_minimal_symbol (struct minimal_symbol *msym, struct objfile *objf)
34 objfile (objf)
40 /* Return the address of the minimal symbol in the context of the objfile. */
44 return this->minsym->value_address (this->objfile);
52 /* If MINSYM is not NULL, then this is the objfile in which the
55 struct objfile *objfile = nullptr; member in struct:bound_minimal_symbol
57 /* Return the obj_section from OBJFILE for MINSYM. */
61 return minsym->obj_section (objfile);
    [all...]
probe.h 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
258 struct objfile *objfile = NULL; member in struct:bound_probe
    [all...]
solist.h 49 objfile associated with SO that needs to be removed, the caller is
84 /* objfile with symbols for a loaded library. Target memory is read from
85 ABFD. OBJFILE may be NULL either before symbols have been loaded, if
87 struct objfile *objfile = nullptr; member in struct:solib
178 information to help locate the shared library objfile, if the objfile
objfiles.c 23 destroying objfile structures. */
55 See declarations in objfile.h for more info. */
111 /* Create the per-BFD storage object for OBJFILE. If ABFD is not
116 set_objfile_per_bfd (struct objfile *objfile)
118 bfd *abfd = objfile->obfd.get ();
133 objfile->per_bfd_storage.reset (storage);
140 objfile->per_bfd = storage;
143 /* Set the objfile's per-BFD notion of the "main" name and
147 set_objfile_main_name (struct objfile *objfile
253 objfile::objfile (gdb_bfd_ref_ptr bfd_, program_space *pspace, function in class:objfile
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
target-section.h 24 struct objfile;
33 target_section_owner (const objfile *objfile) : objfile (objfile) {}
48 const struct objfile *objfile; member in union:target_section_owner
minsyms.h 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; member in struct:bound_minimal_symbol
56 /* Return the obj_section from OBJFILE for MINSYM. */
60 return minsym->obj_section (objfile);
    [all...]
probe.h 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
258 struct objfile *objfile = NULL; member in struct:bound_probe
    [all...]
solist.h 47 objfile associated with SO that needs to be removed, the caller is
80 /* objfile with symbols for a loaded library. Target memory is read from
81 ABFD. OBJFILE may be NULL either before symbols have been loaded, if
83 struct objfile *objfile = nullptr; member in struct:solib
  /src/external/gpl3/gdb/dist/gdb/compile/
compile-object-load.h 60 /* objfile for the compiled module. */
61 struct objfile *objfile; member in struct:compile_module
63 /* .c file OBJFILE was built from. */
compile-cplus-symbols.c 281 struct objfile *objfile = bmsym.objfile; local
287 addr = msym->value_address (objfile);
295 type = builtin_type (objfile)->nodebug_text_symbol;
302 type = builtin_type (objfile)->nodebug_text_symbol;
311 type = builtin_type (objfile)->nodebug_data_symbol;
316 type = builtin_type (objfile)->nodebug_got_plt_symbol;
321 type = builtin_type (objfile)->nodebug_unknown_symbol;
compile-object-run.c 81 objfile *objfile = data->module->objfile; local
82 gdb_assert (objfile != nullptr);
85 underlying file -- removing the objfile will cause the name to be
87 std::string objfile_name_s = objfile_name (objfile);
89 objfile->unlink ();
103 /* Create a copy of FUNC_TYPE that is independent of OBJFILE. */
106 create_copied_type_recursive (objfile *objfile, type *func_type
127 struct objfile *objfile = module->objfile; local
    [all...]
compile-c-symbols.c 265 struct objfile *objfile = bmsym.objfile; local
272 addr = msym->value_address (objfile);
280 type = builtin_type (objfile)->nodebug_text_symbol;
285 type = builtin_type (objfile)->nodebug_text_gnu_ifunc_symbol;
294 type = builtin_type (objfile)->nodebug_data_symbol;
299 type = builtin_type (objfile)->nodebug_got_plt_symbol;
304 type = builtin_type (objfile)->nodebug_unknown_symbol;
  /src/external/gpl3/gdb.old/dist/gdb/compile/
compile-object-load.h 60 /* objfile for the compiled module. */
61 struct objfile *objfile; member in struct:compile_module
63 /* .c file OBJFILE was built from. */
compile-cplus-symbols.c 281 struct objfile *objfile = bmsym.objfile; local
287 addr = msym->value_address (objfile);
295 type = builtin_type (objfile)->nodebug_text_symbol;
302 type = builtin_type (objfile)->nodebug_text_symbol;
311 type = builtin_type (objfile)->nodebug_data_symbol;
316 type = builtin_type (objfile)->nodebug_got_plt_symbol;
321 type = builtin_type (objfile)->nodebug_unknown_symbol;
compile-object-run.c 81 objfile *objfile = data->module->objfile; local
82 gdb_assert (objfile != nullptr);
85 underlying file -- removing the objfile will cause the name to be
87 std::string objfile_name_s = objfile_name (objfile);
89 objfile->unlink ();
103 /* Create a copy of FUNC_TYPE that is independent of OBJFILE. */
106 create_copied_type_recursive (objfile *objfile, type *func_type
127 struct objfile *objfile = module->objfile; local
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/dwarf2/
cu.c 55 return objfile_int_type (this->per_objfile->objfile, addr_size, unsigned_p);
81 (this->per_objfile->objfile,
110 struct objfile *objfile = this->per_objfile->objfile; local
111 struct type *void_type = builtin_type (objfile)->builtin_void;
aranges.c 36 struct objfile *objfile = per_objfile->objfile; local
37 bfd *abfd = objfile->obfd.get ();
38 struct gdbarch *gdbarch = objfile->arch ();
82 objfile_name (objfile),
97 objfile_name (objfile),
112 objfile_name (objfile),
123 objfile_name (objfile),
135 objfile_name (objfile),
    [all...]
  /src/usr.sbin/gspa/gspa/
gspa.c 67 FILE *objfile; variable
152 objfile = stdout;
153 else if ((objfile = fopen(hex_name, "w")) == NULL)
156 fprintf(objfile, "/*\n"
186 fprintf(objfile, "\n\t0\n};\n");
  /src/external/gpl3/gdb/dist/gdb/guile/
scm-progspace.c 88 struct objfile *objfile = p_smob->pspace->symfile_object_file;
91 objfile != NULL
92 ? objfile_name (objfile)
143 The result is cached so that we have only one copy per objfile. */
253 struct objfile *objfile = p_smob->pspace->symfile_object_file;
255 if (objfile != NULL)
256 return gdbscm_scm_from_c_string (objfile_name (objfile));
282 for (objfile *objfile : p_smob->pspace->objfiles ()
87 struct objfile *objfile = p_smob->pspace->symfile_object_file; local
251 struct objfile *objfile = p_smob->pspace->symfile_object_file; local
    [all...]
  /src/external/gpl3/gdb/dist/gdbsupport/
agent.cc 95 struct objfile *objfile = (struct objfile *) arg; local
98 objfile) != 0)
  /src/external/gpl3/gdb.old/dist/gdb/guile/
scm-progspace.c 88 struct objfile *objfile = p_smob->pspace->symfile_object_file;
91 objfile != NULL
92 ? objfile_name (objfile)
143 The result is cached so that we have only one copy per objfile. */
253 struct objfile *objfile = p_smob->pspace->symfile_object_file;
255 if (objfile != NULL)
256 return gdbscm_scm_from_c_string (objfile_name (objfile));
282 for (objfile *objfile : p_smob->pspace->objfiles ()
87 struct objfile *objfile = p_smob->pspace->symfile_object_file; local
251 struct objfile *objfile = p_smob->pspace->symfile_object_file; local
    [all...]
  /src/external/gpl3/gdb.old/dist/gdbsupport/
agent.cc 95 struct objfile *objfile = (struct objfile *) arg; local
98 objfile) != 0)

Completed in 39 milliseconds

1 2 3 4 5