Searched refs:objfile_data (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/contrib/gdb/gdb/
H A Dobjfiles.h32 struct objfile_data;
584 extern const struct objfile_data *register_objfile_data (void);
587 const struct objfile_data *data, void *value);
588 extern void *objfile_data (struct objfile *objfile,
589 const struct objfile_data *data);
H A Dobjfiles.c827 struct objfile_data
834 struct objfile_data *data;
846 const struct objfile_data *
857 (*curr)->data = XMALLOC (struct objfile_data);
887 set_objfile_data (struct objfile *objfile, const struct objfile_data *data,
895 objfile_data (struct objfile *objfile, const struct objfile_data *data)
824 struct objfile_data struct
892 objfile_data (struct objfile *objfile, const struct objfile_data *data) function
H A Ddwarf2-frame.c929 const struct objfile_data *dwarf2_frame_objfile_data;
1199 fde = objfile_data (objfile, dwarf2_frame_objfile_data);
1225 fde->next = objfile_data (unit->objfile, dwarf2_frame_objfile_data);
H A Dmips-tdep.c57 static const struct objfile_data *mips_pdr_data;
2308 priv = (struct mips_objfile_private *) objfile_data (sec->objfile, mips_pdr_data);

Completed in 82 milliseconds