Searched refs:fdr_to_pst (Results 1 – 1 of 1) sorted by relevance
2243 struct pst_map *fdr_to_pst; in parse_partial_symbols() local2296 fdr_to_pst = (struct pst_map *) xzalloc ((hdr->ifdMax + 1) * sizeof *fdr_to_pst); in parse_partial_symbols()2297 old_chain = make_cleanup (xfree, fdr_to_pst); in parse_partial_symbols()2298 fdr_to_pst++; in parse_partial_symbols()2301 fdr_to_pst[-1].pst = pst; in parse_partial_symbols()2333 fdr_to_pst[ext_in->ifd].n_globals++; in parse_partial_symbols()2340 fdr_to_pst[f_idx].globals_offset = s_idx; in parse_partial_symbols()2341 s_idx += fdr_to_pst[f_idx].n_globals; in parse_partial_symbols()2342 fdr_to_pst[f_idx].n_globals = 0; in parse_partial_symbols()2401 extern_tab[fdr_to_pst[ext_in->ifd].globals_offset in parse_partial_symbols()[all …]