Lines Matching defs:objfile
118 struct objfile *objfile; member
155 #define OBJSTAT(objfile, expr) (objfile -> stats.expr) argument
190 struct objfile struct
198 struct objfile *next; argument
208 /* Some flag bits for this objfile. argument
213 /* The program space associated with this objfile. */ argument
217 /* Each objfile points to a linked list of symtabs derived from this file, argument
223 /* Each objfile points to a linked list of partial symtabs derived from argument
240 /* The object file's BFD. Can be null if the objfile contains only argument
248 struct objfile_per_bfd_storage *per_bfd; argument
270 struct obstack objfile_obstack; argument
285 is stored in the objfile_obstack. */ argument
298 objfile_obstack for this file. */ argument
312 /* Structure which keeps track of functions that manipulate objfile's argument
320 /* The per-objfile information about the entry point, the scope (file/func) argument
325 /* Per objfile data-pointers required by other GDB modules. */ argument
345 current objfile. The exception to this for the time being is the argument
368 visited by ALL_OBJFILES & co iterators. Separate debug objfile always argument
372 struct objfile *separate_debug_objfile; argument
376 struct objfile *separate_debug_objfile_backlink; argument
380 struct objfile *separate_debug_objfile_link; argument
392 /* Defines for the objfile flag word. */ argument
539 #define ALL_OBJFILE_SYMTABS(objfile, s) \ argument
544 #define ALL_OBJFILE_PRIMARY_SYMTABS(objfile, s) \ argument
550 #define ALL_OBJFILE_MSYMBOLS(objfile, m) \ argument
556 #define ALL_SYMTABS(objfile, s) \ argument
560 #define ALL_PSPACE_SYMTABS(ss, objfile, s) \ argument
568 #define ALL_PRIMARY_SYMTABS(objfile, s) \ argument
572 #define ALL_PSPACE_PRIMARY_SYMTABS(pspace, objfile, s) \ argument
579 #define ALL_MSYMBOLS(objfile, m) \ argument
583 #define ALL_OBJFILE_OSECTIONS(objfile, osect) \ argument
611 #define ALL_OBJSECTIONS(objfile, osect) \ argument
624 #define SECT_OFF_DATA(objfile) \ argument
630 #define SECT_OFF_RODATA(objfile) \ argument
636 #define SECT_OFF_TEXT(objfile) \ argument
645 #define SECT_OFF_BSS(objfile) (objfile)->sect_index_bss argument