Searched refs:read_symtab_private (Results 1 – 6 of 6) sorted by relevance
592 ((struct xcoff_symloc *) this_symtab_psymtab->read_symtab_private)->lineno_off; in process_linenos()964 symnum = ((struct xcoff_symloc *) pst->read_symtab_private)->first_symnum; in read_xcoff_symtab()966 symnum + ((struct xcoff_symloc *) pst->read_symtab_private)->numsyms; in read_xcoff_symtab()1745 if (((struct xcoff_symloc *) pst->read_symtab_private)->numsyms != 0) in xcoff_expand_psymtab()1765 if (((struct xcoff_symloc *) self->read_symtab_private)->numsyms != 0 in xcoff_read_symtab()1886 result->read_symtab_private = in xcoff_start_psymtab()1888 ((struct xcoff_symloc *) result->read_symtab_private)->first_symnum = first_symnum; in xcoff_start_psymtab()1917 ((struct xcoff_symloc *) pst->read_symtab_private)->numsyms = in xcoff_end_psymtab()1919 - ((struct xcoff_symloc *) pst->read_symtab_private)->first_symnum; in xcoff_end_psymtab()1920 ((struct xcoff_symloc *) pst->read_symtab_private)->lineno_off = in xcoff_end_psymtab()[all …]
93 #define LDSYMOFF(p) (((struct symloc *)((p)->read_symtab_private))->ldsymoff)94 #define LDSYMLEN(p) (((struct symloc *)((p)->read_symtab_private))->ldsymlen)95 #define SYMLOC(p) ((struct symloc *)((p)->read_symtab_private))1982 result->read_symtab_private = in start_psymtab()2106 subpst->read_symtab_private = in dbx_end_psymtab()
560 void *read_symtab_private = nullptr; member
104 #define PST_PRIVATE(p) ((struct md_symloc *)(p)->read_symtab_private)2617 pst->read_symtab_private = XOBNEW (&objfile->objfile_obstack, md_symloc); in parse_partial_symbols()2618 memset (pst->read_symtab_private, 0, sizeof (struct md_symloc)); in parse_partial_symbols()4657 psymtab->read_symtab_private in new_psymtab()
308 psymtab and symtab reading, passed via pst->read_symtab_private.313 Allocate and initialize pst->read_symtab_private.330 pst->read_symtab_private, set cu_header_offset and baseaddr.
8888 * psympriv.h (struct partial_symtab) <read_symtab_private>: Now