| /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 | 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
|
| /src/external/gpl3/gdb.old/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/dwarf2/ |
| cu.c | 62 return objfile_int_type (this->per_objfile->objfile, this->header.addr_size, 88 m_builder = std::make_unique<buildsym_compunit> (this->per_objfile->objfile, 121 struct objfile *objfile = this->per_objfile->objfile; local 122 struct type *void_type = builtin_type (objfile)->builtin_void;
|
| cooked-index-worker.c | 191 struct objfile *objfile = m_per_objfile->objfile; local 201 set_objfile_main_name (objfile, main_name, lang); 204 /* objfile_name (objfile)); */
|
| aranges.c | 37 struct objfile *objfile = per_objfile->objfile; local 38 bfd *abfd = objfile->obfd.get (); 39 struct gdbarch *gdbarch = objfile->arch (); 81 objfile_name (objfile), 96 objfile_name (objfile), 111 objfile_name (objfile), 122 objfile_name (objfile), 134 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...] |
| solib.h | 76 objfile associated with SO that needs to be removed, the caller is 111 /* objfile with symbols for a loaded library. Target memory is read from 112 ABFD. OBJFILE may be NULL either before symbols have been loaded, if 114 struct objfile *objfile = nullptr; member in struct:solib 138 = gdb::function_view<bool (objfile *)>; 236 information to help locate the shared library objfile, if the objfile 276 CB is a callback function passed an objfile to be searched. The iteration 279 If not nullptr, CURRENT_OBJFILE corresponds to the objfile being inspecte [all...] |
| /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...] |
| 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/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/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.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)
|
| /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...] |