Home
last modified time | relevance | path

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

/NextBSD/contrib/gdb/gdb/
HDxcoffread.c64 struct symloc struct
572 ((struct symloc *) this_symtab_psymtab->read_symtab_private)->lineno_off; in process_linenos()
952 symnum = ((struct symloc *) pst->read_symtab_private)->first_symnum; in read_xcoff_symtab()
954 symnum + ((struct symloc *) pst->read_symtab_private)->numsyms; in read_xcoff_symtab()
1761 if (((struct symloc *) pst->read_symtab_private)->numsyms != 0) in xcoff_psymtab_to_symtab_1()
1797 if (((struct symloc *) pst->read_symtab_private)->numsyms != 0 in xcoff_psymtab_to_symtab()
1950 obstack_alloc (&objfile->objfile_obstack, sizeof (struct symloc)); in xcoff_start_psymtab()
1951 ((struct symloc *) result->read_symtab_private)->first_symnum = first_symnum; in xcoff_start_psymtab()
1982 ((struct symloc *) pst->read_symtab_private)->numsyms = in xcoff_end_psymtab()
1984 - ((struct symloc *) pst->read_symtab_private)->first_symnum; in xcoff_end_psymtab()
[all …]
HDdbxread.c69 struct symloc struct
96 #define LDSYMOFF(p) (((struct symloc *)((p)->read_symtab_private))->ldsymoff) argument
97 #define LDSYMLEN(p) (((struct symloc *)((p)->read_symtab_private))->ldsymlen)
98 #define SYMLOC(p) ((struct symloc *)((p)->read_symtab_private))
2148 obstack_alloc (&objfile->objfile_obstack, sizeof (struct symloc)); in start_psymtab()
2287 sizeof (struct symloc)); in end_psymtab()
HDmdebugread.c110 struct symloc struct
126 #define PST_PRIVATE(p) ((struct symloc *)(p)->read_symtab_private) argument
2561 sizeof (struct symloc))); in parse_partial_symbols()
2562 memset (pst->read_symtab_private, 0, sizeof (struct symloc)); in parse_partial_symbols()
4612 sizeof (struct symloc))); in new_psymtab()
4613 memset (psymtab->read_symtab_private, 0, sizeof (struct symloc)); in new_psymtab()
HDhpread.c96 struct symloc struct
112 #define LDSYMOFF(p) (((struct symloc *)((p)->read_symtab_private))->ldsymoff) argument
113 #define LDSYMLEN(p) (((struct symloc *)((p)->read_symtab_private))->ldsymlen)
114 #define SYMLOC(p) ((struct symloc *)((p)->read_symtab_private))
2397 obstack_alloc (&objfile->objfile_obstack, sizeof (struct symloc)); in hpread_start_psymtab()
2474 sizeof (struct symloc)); in hpread_end_psymtab()