Searched refs:frchp (Results 1 - 13 of 13) sorted by relevance

/netbsd-current/external/gpl3/binutils/dist/gas/
H A Doutput-file.c59 struct frchain *frchp; local
60 for (frchp = info->frchainP; frchp; frchp = frchp->frch_next)
61 obstack_ptr_grow (&notes, &frchp->frch_obstack);
H A Dsubsegs.c313 frchainS *frchp;
333 for (frchp = seginfo->frchainP; frchp; frchp = frchp->frch_next)
338 for (fragp = frchp->frch_root; fragp; fragp = fragp->fr_next)
342 fprintf (file, "\t%p %-10s\t%10d frags\n", (void *) frchp,
310 frchainS *frchp; local
H A Dwrite.c378 chain_frchains_together_1 (segT section, struct frchain *frchp) argument
383 for (; frchp; frchp = frchp->frch_next)
385 prev_frag->fr_next = frchp->frch_root;
386 prev_frag = frchp->frch_last;
388 if (frchp->fix_root != (fixS *) NULL)
391 seg_info (section)->fix_root = frchp->fix_root;
392 prev_fix->fx_next = frchp->fix_root;
393 seg_info (section)->fix_tail = frchp
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/gas/
H A Dsubsegs.c298 frchainS *frchp;
318 for (frchp = seginfo->frchainP; frchp; frchp = frchp->frch_next)
323 for (fragp = frchp->frch_root; fragp; fragp = fragp->fr_next)
327 fprintf (file, "\t%p %-10s\t%10d frags\n", (void *) frchp,
295 frchainS *frchp; local
H A Dwrite.c387 chain_frchains_together_1 (segT section, struct frchain *frchp) argument
392 for (; frchp; frchp = frchp->frch_next)
394 prev_frag->fr_next = frchp->frch_root;
395 prev_frag = frchp->frch_last;
397 if (frchp->fix_root != (fixS *) NULL)
400 seg_info (section)->fix_root = frchp->fix_root;
401 prev_fix->fx_next = frchp->fix_root;
402 seg_info (section)->fix_tail = frchp
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gas/
H A Dsubsegs.c298 frchainS *frchp;
318 for (frchp = seginfo->frchainP; frchp; frchp = frchp->frch_next)
323 for (fragp = frchp->frch_root; fragp; fragp = fragp->fr_next)
327 fprintf (file, "\t%p %-10s\t%10d frags\n", (void *) frchp,
295 frchainS *frchp; local
H A Dwrite.c387 chain_frchains_together_1 (segT section, struct frchain *frchp) argument
392 for (; frchp; frchp = frchp->frch_next)
394 prev_frag->fr_next = frchp->frch_root;
395 prev_frag = frchp->frch_last;
397 if (frchp->fix_root != (fixS *) NULL)
400 seg_info (section)->fix_root = frchp->fix_root;
401 prev_fix->fx_next = frchp->fix_root;
402 seg_info (section)->fix_tail = frchp
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-tic6x.c4094 frchainS *frchp; local
4103 for (frchp = info->frchainP; frchp; frchp = frchp->frch_next)
4104 for (fragp = frchp->frch_root; fragp; fragp = fragp->fr_next)
4179 for (frchp = info->frchainP; frchp; frchp = frchp
[all...]
H A Dobj-macho.c1566 struct frchain *frchp; local
1574 for (frchp = seginfo->frchainP; frchp != NULL; frchp = frchp->frch_next)
1575 for (fixP = frchp->fix_root; fixP != NULL; fixP = fixP->fx_next)
/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dtc-tic6x.c4088 frchainS *frchp; local
4097 for (frchp = info->frchainP; frchp; frchp = frchp->frch_next)
4098 for (fragp = frchp->frch_root; fragp; fragp = fragp->fr_next)
4173 for (frchp = info->frchainP; frchp; frchp = frchp
[all...]
H A Dobj-macho.c1566 struct frchain *frchp; local
1574 for (frchp = seginfo->frchainP; frchp != NULL; frchp = frchp->frch_next)
1575 for (fixP = frchp->fix_root; fixP != NULL; fixP = fixP->fx_next)
/netbsd-current/external/gpl3/gdb.old/dist/gas/config/
H A Dtc-tic6x.c4091 frchainS *frchp; local
4100 for (frchp = info->frchainP; frchp; frchp = frchp->frch_next)
4101 for (fragp = frchp->frch_root; fragp; fragp = fragp->fr_next)
4176 for (frchp = info->frchainP; frchp; frchp = frchp
[all...]
H A Dobj-macho.c1566 struct frchain *frchp; local
1574 for (frchp = seginfo->frchainP; frchp != NULL; frchp = frchp->frch_next)
1575 for (fixP = frchp->fix_root; fixP != NULL; fixP = fixP->fx_next)

Completed in 186 milliseconds