Home | History | Annotate | Download | only in gdb

Lines Matching defs:cur_fdr

196 static FDR *cur_fdr;
605 name = debug_info->ss + cur_fdr->issBase + sh->iss;
902 || strcmp (debug_info->ss + cur_fdr->issBase + tsym.iss,
953 + ((cur_fdr->isymBase + tsym.index - 1)
1023 pend = is_pending_symbol (cur_fdr, ext_sh);
1027 add_pending (cur_fdr, ext_sh, t);
1077 f->set_name (debug_info->ss + cur_fdr->issBase + tsym.iss);
1275 pend = is_pending_symbol (cur_fdr, ext_sh);
1279 add_pending (cur_fdr, ext_sh, t);
1303 if (has_opaque_xref (cur_fdr, sh))
1930 if (cur_fdr->rss == -1)
1960 + ((cur_fdr->isymBase + pr->isym)
1963 sh_name = debug_info->ss + cur_fdr->issBase + sh.iss;
1972 /* We have to save the cur_fdr across the call to lookup_symbol.
1975 for the global function and clobber cur_fdr. */
1976 FDR *save_cur_fdr = cur_fdr;
1979 cur_fdr = save_cur_fdr;
2035 we would have to relocate e->pdr.adr with cur_fdr->adr.
2036 Unfortunately cur_fdr->adr and e->pdr.adr are both absolute
2051 The glevel field in cur_fdr could be used to determine the presence
2080 cur_fdr = debug_info->fdr + cur_fd;
2081 ax = debug_info->external_aux + cur_fdr->iauxBase;
2085 cur_fdr = debug_info->fdr;
2121 fdr_name (cur_fdr));
2609 cur_fdr = fh = debug_info->fdr + f_idx;
3820 name = debug_info->ss + cur_fdr->issBase + sh.iss;
3843 + ((cur_fdr->isymBase + cur_sdx)
3846 return debug_info->ss + cur_fdr->issBase + sh.iss;
3903 cur_fdr = fh;