Searched refs:coff_symfile_info (Results 1 - 2 of 2) sorted by relevance

/haiku-fatelf/src/bin/gdb/gdb/
H A Dxcoffread.c135 struct coff_symfile_info
561 ((struct coff_symfile_info *) this_symtab_psymtab->objfile->sym_private)
770 ((struct coff_symfile_info *) this_symtab_psymtab->objfile->sym_private)
890 ((struct coff_symfile_info *) objfile->sym_private)->debugsec
915 char *strtbl = ((struct coff_symfile_info *) objfile->sym_private)->strtbl;
917 ((struct coff_symfile_info *) objfile->sym_private)->debugsec;
963 ((struct coff_symfile_info *) objfile->sym_private)->symtbl
1589 ((struct coff_symfile_info *) objfile->sym_private)->strtbl
1604 ((struct coff_symfile_info *) this_symtab_psymtab->objfile->sym_private)
1607 ((struct coff_symfile_info *) this_symtab_psymta
133 struct coff_symfile_info struct
[all...]
H A Dcoffread.c52 struct coff_symfile_info struct
199 struct coff_symfile_info *csi;
202 csi = (struct coff_symfile_info *) csip;
450 objfile->sym_private = xmalloc (sizeof (struct coff_symfile_info));
452 memset (objfile->sym_private, 0, sizeof (struct coff_symfile_info));
469 struct coff_symfile_info *info;
481 info = (struct coff_symfile_info *) vpinfo;
505 struct coff_symfile_info *info;
519 info = (struct coff_symfile_info *) objfile->sym_private;

Completed in 101 milliseconds