Lines Matching defs:objfile
146 struct objfile *objfile; member
186 #define OBJSTAT(objfile, expr) (objfile -> stats.expr) argument
202 struct objfile struct
220 struct objfile *next; argument
227 /* Some flag bits for this objfile. */ argument
231 /* Each objfile points to a linked list of symtabs derived from this file, argument
237 /* Each objfile points to a linked list of partial symtabs derived from argument
247 /* The object file's BFD. Can be null if the objfile contains only argument
260 struct obstack objfile_obstack; argument
276 is stored in the objfile_obstack. */ argument
288 to, should be allocated on the objfile_obstack for this file. */ argument
304 to these internally created fundamental types on a per objfile basis, argument
314 /* The mmalloc() malloc-descriptor for this objfile if we are using argument
321 for this objfile. If we call mmalloc_detach with the malloc descriptor argument
326 /* Structure which keeps track of functions that manipulate objfile's argument
334 /* The per-objfile information about the entry point, the scope (file/func) argument
352 point to memory allocated on one of the obstacks in this objfile, argument
358 /* Per objfile data-pointers required by other GDB modules. */ argument
381 current objfile. The exception to this for the time being is the argument
394 objfile_obstack (which makes no sense, but I'm not sure it's argument
412 /* Link to objfile that contains the debug symbols for this one. argument
415 struct objfile *separate_debug_objfile; argument
419 struct objfile *separate_debug_objfile_backlink; argument
432 /* Defines for the objfile flag word. */ argument
578 #define ALL_OBJFILE_SYMTABS(objfile, s) \ argument
583 #define ALL_OBJFILE_PSYMTABS(objfile, p) \ argument
588 #define ALL_OBJFILE_MSYMBOLS(objfile, m) \ argument
593 #define ALL_SYMTABS(objfile, s) \ argument
599 #define ALL_PSYMTABS(objfile, p) \ argument
605 #define ALL_MSYMBOLS(objfile, m) \ argument
609 #define ALL_OBJFILE_OSECTIONS(objfile, osect) \ argument
612 #define ALL_OBJSECTIONS(objfile, osect) \ argument
616 #define SECT_OFF_DATA(objfile) \ argument
621 #define SECT_OFF_RODATA(objfile) \ argument
626 #define SECT_OFF_TEXT(objfile) \ argument
634 #define SECT_OFF_BSS(objfile) (objfile)->sect_index_bss argument