Searched refs:symloc (Results 1 - 4 of 4) sorted by last modified time

/freebsd-11-stable/contrib/gdb/gdb/
H A Ddbxread.c70 struct symloc
97 #define LDSYMOFF(p) (((struct symloc *)((p)->read_symtab_private))->ldsymoff)
98 #define LDSYMLEN(p) (((struct symloc *)((p)->read_symtab_private))->ldsymlen)
99 #define SYMLOC(p) ((struct symloc *)((p)->read_symtab_private))
2156 obstack_alloc (&objfile->objfile_obstack, sizeof (struct symloc));
2295 sizeof (struct symloc));
69 struct symloc struct
H A Dhpread.c97 struct symloc
113 #define LDSYMOFF(p) (((struct symloc *)((p)->read_symtab_private))->ldsymoff)
114 #define LDSYMLEN(p) (((struct symloc *)((p)->read_symtab_private))->ldsymlen)
115 #define SYMLOC(p) ((struct symloc *)((p)->read_symtab_private))
2408 obstack_alloc (&objfile->objfile_obstack, sizeof (struct symloc));
2486 sizeof (struct symloc));
96 struct symloc struct
H A Dmdebugread.c111 struct symloc
127 #define PST_PRIVATE(p) ((struct symloc *)(p)->read_symtab_private)
2569 sizeof (struct symloc)));
2570 memset (pst->read_symtab_private, 0, sizeof (struct symloc));
4623 sizeof (struct symloc)));
4624 memset (psymtab->read_symtab_private, 0, sizeof (struct symloc));
110 struct symloc struct
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
1958 obstack_alloc (&objfile->objfile_obstack, sizeof (struct symloc));
1959 ((struct symloc *) result->read_symtab_private)->first_symnum = first_symnum;
1990 ((struct symloc *) pst->read_symtab_private)->numsyms =
1992 - ((struct symloc *) ps
64 struct symloc struct
[all...]

Completed in 145 milliseconds