Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gas/
Dsubsegs.c297 frchainS *frchp; in subsegs_print_statistics() local
313 for (frchp = seginfo->frchainP; frchp; frchp = frchp->frch_next) in subsegs_print_statistics()
318 for (fragp = frchp->frch_root; fragp; fragp = fragp->fr_next) in subsegs_print_statistics()
322 fprintf (file, "\t%p %-10s\t%10d frags\n", (void *) frchp, in subsegs_print_statistics()
Dwrite.c388 chain_frchains_together_1 (segT section, struct frchain *frchp) in chain_frchains_together_1() argument
393 for (; frchp; frchp = frchp->frch_next) in chain_frchains_together_1()
395 prev_frag->fr_next = frchp->frch_root; in chain_frchains_together_1()
396 prev_frag = frchp->frch_last; in chain_frchains_together_1()
398 if (frchp->fix_root != (fixS *) NULL) in chain_frchains_together_1()
401 seg_info (section)->fix_root = frchp->fix_root; in chain_frchains_together_1()
402 prev_fix->fx_next = frchp->fix_root; in chain_frchains_together_1()
403 seg_info (section)->fix_tail = frchp->fix_tail; in chain_frchains_together_1()
404 prev_fix = frchp->fix_tail; in chain_frchains_together_1()
DChangeLog-02035350 * subsegs.c (subsegs_print_statistics): Cast frchp to void *.
/toolchain/binutils/binutils-2.25/gas/config/
Dtc-tic6x.c4097 frchainS *frchp; in tic6x_adjust_section() local
4106 for (frchp = info->frchainP; frchp; frchp = frchp->frch_next) in tic6x_adjust_section()
4107 for (fragp = frchp->frch_root; fragp; fragp = fragp->fr_next) in tic6x_adjust_section()
4182 for (frchp = info->frchainP; frchp; frchp = frchp->frch_next) in tic6x_adjust_section()
4183 for (fragp = frchp->frch_root; fragp; fragp = fragp->fr_next) in tic6x_adjust_section()
4301 frchp = frchp_last8; in tic6x_adjust_section()
4307 frchp = frchp_last8 = frchp_last16; in tic6x_adjust_section()
4313 frchp = frchp_last8 = frchp_last16 = frchp_last32; in tic6x_adjust_section()
4327 frchp_next = frchp; in tic6x_adjust_section()
4331 frchp_next = frchp->frch_next; in tic6x_adjust_section()
[all …]
Dobj-macho.c1576 struct frchain *frchp; in obj_mach_o_check_before_writing() local
1584 for (frchp = seginfo->frchainP; frchp != NULL; frchp = frchp->frch_next) in obj_mach_o_check_before_writing()
1585 for (fixP = frchp->fix_root; fixP != NULL; fixP = fixP->fx_next) in obj_mach_o_check_before_writing()