Searched refs:subpst (Results 1 – 2 of 2) sorted by relevance
2351 struct partial_symtab *subpst = in end_psymtab() local2355 subpst->section_offsets = pst->section_offsets; in end_psymtab()2356 subpst->read_symtab_private = in end_psymtab()2358 LDSYMOFF (subpst) = in end_psymtab()2359 LDSYMLEN (subpst) = in end_psymtab()2360 subpst->textlow = in end_psymtab()2361 subpst->texthigh = 0; in end_psymtab()2365 subpst->dependencies = (struct partial_symtab **) in end_psymtab()2368 subpst->dependencies[0] = pst; in end_psymtab()2369 subpst->number_of_dependencies = 1; in end_psymtab()[all …]
4077 struct partial_symtab *subpst = allocate_psymtab (name, objfile); in dwarf2_create_include_psymtab() local4079 if (!IS_ABSOLUTE_PATH (subpst->filename)) in dwarf2_create_include_psymtab()4082 subpst->dirname = pst->dirname; in dwarf2_create_include_psymtab()4085 subpst->section_offsets = pst->section_offsets; in dwarf2_create_include_psymtab()4086 subpst->textlow = 0; in dwarf2_create_include_psymtab()4087 subpst->texthigh = 0; in dwarf2_create_include_psymtab()4089 subpst->dependencies = (struct partial_symtab **) in dwarf2_create_include_psymtab()4092 subpst->dependencies[0] = pst; in dwarf2_create_include_psymtab()4093 subpst->number_of_dependencies = 1; in dwarf2_create_include_psymtab()4095 subpst->globals_offset = 0; in dwarf2_create_include_psymtab()[all …]