Home
last modified time | relevance | path

Searched refs:subpst (Results 1 – 5 of 5) sorted by relevance

/openbsd/src/gnu/usr.bin/binutils/gdb/
Dxcoffread.c2006 struct partial_symtab *subpst = in xcoff_end_psymtab() local
2009 subpst->section_offsets = pst->section_offsets; in xcoff_end_psymtab()
2010 subpst->read_symtab_private = in xcoff_end_psymtab()
2013 ((struct symloc *) subpst->read_symtab_private)->first_symnum = 0; in xcoff_end_psymtab()
2014 ((struct symloc *) subpst->read_symtab_private)->numsyms = 0; in xcoff_end_psymtab()
2015 subpst->textlow = 0; in xcoff_end_psymtab()
2016 subpst->texthigh = 0; in xcoff_end_psymtab()
2020 subpst->dependencies = (struct partial_symtab **) in xcoff_end_psymtab()
2023 subpst->dependencies[0] = pst; in xcoff_end_psymtab()
2024 subpst->number_of_dependencies = 1; in xcoff_end_psymtab()
[all …]
Ddbxread.c2273 struct partial_symtab *subpst = in end_psymtab() local
2277 subpst->section_offsets = pst->section_offsets; in end_psymtab()
2278 subpst->read_symtab_private = in end_psymtab()
2281 LDSYMOFF (subpst) = in end_psymtab()
2282 LDSYMLEN (subpst) = in end_psymtab()
2283 subpst->textlow = in end_psymtab()
2284 subpst->texthigh = 0; in end_psymtab()
2288 subpst->dependencies = (struct partial_symtab **) in end_psymtab()
2291 subpst->dependencies[0] = pst; in end_psymtab()
2292 subpst->number_of_dependencies = 1; in end_psymtab()
[all …]
Dhpread.c2466 struct partial_symtab *subpst = in hpread_end_psymtab() local
2469 subpst->section_offsets = pst->section_offsets; in hpread_end_psymtab()
2470 subpst->read_symtab_private = in hpread_end_psymtab()
2473 LDSYMOFF (subpst) = in hpread_end_psymtab()
2474 LDSYMLEN (subpst) = in hpread_end_psymtab()
2475 subpst->textlow = in hpread_end_psymtab()
2476 subpst->texthigh = 0; in hpread_end_psymtab()
2480 subpst->dependencies = (struct partial_symtab **) in hpread_end_psymtab()
2483 subpst->dependencies[0] = pst; in hpread_end_psymtab()
2484 subpst->number_of_dependencies = 1; in hpread_end_psymtab()
[all …]
Ddwarf2read.c1330 struct partial_symtab *subpst = allocate_psymtab (name, objfile); in dwarf2_create_include_psymtab() local
1332 subpst->section_offsets = pst->section_offsets; in dwarf2_create_include_psymtab()
1333 subpst->textlow = 0; in dwarf2_create_include_psymtab()
1334 subpst->texthigh = 0; in dwarf2_create_include_psymtab()
1336 subpst->dependencies = (struct partial_symtab **) in dwarf2_create_include_psymtab()
1339 subpst->dependencies[0] = pst; in dwarf2_create_include_psymtab()
1340 subpst->number_of_dependencies = 1; in dwarf2_create_include_psymtab()
1342 subpst->globals_offset = 0; in dwarf2_create_include_psymtab()
1343 subpst->n_global_syms = 0; in dwarf2_create_include_psymtab()
1344 subpst->statics_offset = 0; in dwarf2_create_include_psymtab()
[all …]
DChangeLog-19935585 * dbxread.c (end_psymtab): Copy subpst read_symtab function from pst