Home
last modified time | relevance | path

Searched refs:frchp (Results 1 – 6 of 6) sorted by relevance

/openbsd/gnu/usr.bin/binutils-2.17/gas/
H A Dsubsegs.c421 frchainS *frchp; in subsegs_print_statistics() local
423 for (frchp = frchain_root; frchp; frchp = frchp->frch_next) in subsegs_print_statistics()
430 if (frchp->frch_subseg != 0) in subsegs_print_statistics()
434 if (segment_name (frchp->frch_seg)[0] == '*') in subsegs_print_statistics() local
437 for (fragp = frchp->frch_root; fragp; fragp = fragp->fr_next) in subsegs_print_statistics()
442 fprintf (file, "\t%p %-10s\t%10d frags\n", (void *) frchp, in subsegs_print_statistics()
443 segment_name (frchp->frch_seg), count); in subsegs_print_statistics()
H A Dwrite.c377 chain_frchains_together_1 (segT section, struct frchain *frchp) in chain_frchains_together_1() argument
382 for (; frchp && frchp->frch_seg == section; frchp = frchp->frch_next) in chain_frchains_together_1()
384 prev_frag->fr_next = frchp->frch_root; in chain_frchains_together_1()
385 prev_frag = frchp->frch_last; in chain_frchains_together_1()
387 if (frchp->fix_root != (fixS *) NULL) in chain_frchains_together_1()
390 seg_info (section)->fix_root = frchp->fix_root; in chain_frchains_together_1()
391 prev_fix->fx_next = frchp->fix_root; in chain_frchains_together_1()
392 seg_info (section)->fix_tail = frchp->fix_tail; in chain_frchains_together_1()
393 prev_fix = frchp->fix_tail; in chain_frchains_together_1()
H A DChangeLog-02035358 * subsegs.c (subsegs_print_statistics): Cast frchp to void *.
/openbsd/gnu/usr.bin/binutils/gas/
H A Dsubsegs.c599 frchainS *frchp; in subsegs_print_statistics() local
601 for (frchp = frchain_root; frchp; frchp = frchp->frch_next) in subsegs_print_statistics()
608 if (frchp->frch_subseg != 0) in subsegs_print_statistics()
612 if (segment_name (frchp->frch_seg)[0] == '*') in subsegs_print_statistics() local
615 for (fragp = frchp->frch_root; fragp; fragp = fragp->fr_next) in subsegs_print_statistics()
641 fprintf (file, "\t%p %-10s\t%10d frags\n", (void *) frchp, in subsegs_print_statistics()
642 segment_name (frchp->frch_seg), count); in subsegs_print_statistics()
H A Dwrite.c454 chain_frchains_together_1 (segT section, struct frchain *frchp) in chain_frchains_together_1() argument
461 for (; frchp && frchp->frch_seg == section; frchp = frchp->frch_next) in chain_frchains_together_1()
463 prev_frag->fr_next = frchp->frch_root; in chain_frchains_together_1()
464 prev_frag = frchp->frch_last; in chain_frchains_together_1()
467 if (frchp->fix_root != (fixS *) NULL) in chain_frchains_together_1()
470 seg_info (section)->fix_root = frchp->fix_root; in chain_frchains_together_1()
471 prev_fix->fx_next = frchp->fix_root; in chain_frchains_together_1()
472 seg_info (section)->fix_tail = frchp->fix_tail; in chain_frchains_together_1()
473 prev_fix = frchp->fix_tail; in chain_frchains_together_1()
H A DChangeLog-02035358 * subsegs.c (subsegs_print_statistics): Cast frchp to void *.