Home | History | Annotate | Download | only in config

Lines Matching refs:seginfo

6074   segment_info_type *seginfo = seg_info (sec);
6079 for (fragP = seginfo->frchainP->frch_root;
6103 segment_info_type *seginfo;
6109 seginfo = seg_info (sec);
6110 if (!seginfo || !symbol_rootP || !subseg_text_p (sec) || sec->size == 0)
6114 for (fixp = seginfo->fix_root; fixp; fixp = fixp->fx_next)
6123 fragP = seginfo->frchainP->frch_root;