Searched refs:subpst (Results 1 - 4 of 4) sorted by relevance

/haiku-fatelf/src/bin/gdb/gdb/
H A Ddbxread.c2281 struct partial_symtab *subpst =
2285 subpst->section_offsets = pst->section_offsets;
2286 subpst->read_symtab_private =
2289 LDSYMOFF (subpst) =
2290 LDSYMLEN (subpst) =
2291 subpst->textlow =
2292 subpst->texthigh = 0;
2296 subpst->dependencies = (struct partial_symtab **)
2299 subpst->dependencies[0] = pst;
2300 subpst
2273 struct partial_symtab *subpst = local
[all...]
H A Dxcoffread.c2014 struct partial_symtab *subpst =
2017 subpst->section_offsets = pst->section_offsets;
2018 subpst->read_symtab_private =
2021 ((struct symloc *) subpst->read_symtab_private)->first_symnum = 0;
2022 ((struct symloc *) subpst->read_symtab_private)->numsyms = 0;
2023 subpst->textlow = 0;
2024 subpst->texthigh = 0;
2028 subpst->dependencies = (struct partial_symtab **)
2031 subpst->dependencies[0] = pst;
2032 subpst
2006 struct partial_symtab *subpst = local
[all...]
H A Dhpread.c2478 struct partial_symtab *subpst =
2481 subpst->section_offsets = pst->section_offsets;
2482 subpst->read_symtab_private =
2485 LDSYMOFF (subpst) =
2486 LDSYMLEN (subpst) =
2487 subpst->textlow =
2488 subpst->texthigh = 0;
2492 subpst->dependencies = (struct partial_symtab **)
2495 subpst->dependencies[0] = pst;
2496 subpst
2466 struct partial_symtab *subpst = local
[all...]
H A Ddwarf2read.c1330 struct partial_symtab *subpst = allocate_psymtab (name, objfile); local
1332 subpst->section_offsets = pst->section_offsets;
1333 subpst->textlow = 0;
1334 subpst->texthigh = 0;
1336 subpst->dependencies = (struct partial_symtab **)
1339 subpst->dependencies[0] = pst;
1340 subpst->number_of_dependencies = 1;
1342 subpst->globals_offset = 0;
1343 subpst->n_global_syms = 0;
1344 subpst
[all...]

Completed in 86 milliseconds