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

/haiku-fatelf/src/bin/gdb/gdb/
H A Dxcoffread.c65 struct symloc
577 ((struct symloc *) this_symtab_psymtab->read_symtab_private)->lineno_off;
957 symnum = ((struct symloc *) pst->read_symtab_private)->first_symnum;
959 symnum + ((struct symloc *) pst->read_symtab_private)->numsyms;
1767 if (((struct symloc *) pst->read_symtab_private)->numsyms != 0)
1803 if (((struct symloc *) pst->read_symtab_private)->numsyms != 0
1957 obstack_alloc (&objfile->objfile_obstack, sizeof (struct symloc));
1958 ((struct symloc *) result->read_symtab_private)->first_symnum = first_symnum;
1989 ((struct symloc *) pst->read_symtab_private)->numsyms =
1991 - ((struct symloc *) ps
64 struct symloc struct
[all...]
H A Ddbxread.c69 struct symloc
96 #define LDSYMOFF(p) (((struct symloc *)((p)->read_symtab_private))->ldsymoff)
97 #define LDSYMLEN(p) (((struct symloc *)((p)->read_symtab_private))->ldsymlen)
98 #define SYMLOC(p) ((struct symloc *)((p)->read_symtab_private))
2149 obstack_alloc (&objfile->objfile_obstack, sizeof (struct symloc));
2288 sizeof (struct symloc));
68 struct symloc struct
H A Dhpread.c98 struct symloc
114 #define LDSYMOFF(p) (((struct symloc *)((p)->read_symtab_private))->ldsymoff)
115 #define LDSYMLEN(p) (((struct symloc *)((p)->read_symtab_private))->ldsymlen)
116 #define SYMLOC(p) ((struct symloc *)((p)->read_symtab_private))
2406 obstack_alloc (&objfile->objfile_obstack, sizeof (struct symloc));
2484 sizeof (struct symloc));
97 struct symloc struct
H A Dmdebugread.c106 struct symloc
122 #define PST_PRIVATE(p) ((struct symloc *)(p)->read_symtab_private)
2560 sizeof (struct symloc)));
2561 memset (pst->read_symtab_private, 0, sizeof (struct symloc));
4607 sizeof (struct symloc)));
4608 memset (psymtab->read_symtab_private, 0, sizeof (struct symloc));
105 struct symloc struct

Completed in 115 milliseconds