/toolchain/binutils/binutils-2.25/gas/ |
D | write.c | 2204 offsetT growth; in relax_frag() local 2296 growth = this_type->rlx_length - start_type->rlx_length; in relax_frag() 2297 if (growth != 0) in relax_frag() 2299 return growth; in relax_frag() 2489 offsetT growth = 0; in relax_segment() local 2503 growth = 0; in relax_segment() 2520 growth = 0; in relax_segment() 2547 growth += md_short_jump_size; in relax_segment() 2567 growth += md_long_jump_size; in relax_segment() 2593 growth = newoff - oldoff; in relax_segment() [all …]
|
D | config.in | 270 direction of stack growth for your system; otherwise it will be 274 STACK_DIRECTION = 0 => direction of growth unknown */
|
D | ChangeLog-0001 | 2353 * write.c (relax_segment <rs_space>): Calculate growth using
|
D | ChangeLog-9295 | 3989 operand to a constant, and use it for the growth size.
|
/toolchain/binutils/binutils-2.25/libiberty/ |
D | aclocal.m4 | 170 [Define if you know the direction of stack growth for your system; 174 STACK_DIRECTION = 0 => direction of growth unknown])
|
D | obstacks.texi | 442 whether there is room for the new growth in the current chunk. If you 443 are frequently constructing objects in small steps of growth, this 446 You can reduce the overhead by using special ``fast growth'' 450 have not saved anything, because that is what the ordinary growth 462 @var{obstack} using the fast growth functions. 465 While you know there is room, you can use these fast growth functions 499 enough room for what you want to add, the fast growth functions 501 growth function instead. Very soon this will copy the object to a 504 So, each time you use an ordinary growth function, check afterward for 507 start using the fast growth functions again.
|
D | config.in | 473 /* Define if you know the direction of stack growth for your system; otherwise 476 STACK_DIRECTION = 0 => direction of growth unknown */
|
/toolchain/binutils/binutils-2.25/gas/config/ |
D | tc-epiphany.c | 684 long growth = 0; in epiphany_relax_frag() local 706 growth = relax_frag (segment, fragP, stretch); in epiphany_relax_frag() 708 return growth; in epiphany_relax_frag()
|
D | tc-m32r.c | 1647 long growth = 0; in m32r_relax_frag() local 1655 growth = 2; in m32r_relax_frag() 1663 growth = -2; in m32r_relax_frag() 1668 growth = relax_frag (segment, fragP, stretch); in m32r_relax_frag() 1674 growth += 2; in m32r_relax_frag() 1678 return growth; in m32r_relax_frag()
|
D | tc-mep.c | 1457 int growth; member 1580 return subtype_mappings[fragP->fr_subtype].growth; in md_estimate_size_before_relax() 1640 fragP->fr_fix += subtype_mappings[fragP->fr_subtype].growth; in md_convert_frag() 1735 if (subtype_mappings[fragP->fr_subtype].growth) in md_convert_frag() 1738 fragP->fr_fix += subtype_mappings[fragP->fr_subtype].growth; in md_convert_frag()
|
D | tc-tic54x.c | 5246 int growth = 0; in tic54x_relax_frag() local 5268 growth = 0; in tic54x_relax_frag() 5289 growth = -frag->fr_fix; in tic54x_relax_frag() 5301 growth = 0; in tic54x_relax_frag() 5315 growth = -frag->fr_fix; in tic54x_relax_frag() 5324 growth = (size + 15) / 16 * OCTETS_PER_BYTE - frag->fr_fix; in tic54x_relax_frag() 5325 for (i = 0; i < growth; i++) in tic54x_relax_frag() 5327 frag->fr_fix = growth; in tic54x_relax_frag() 5338 return growth; in tic54x_relax_frag()
|
D | tc-cris.c | 522 long growth; in cris_relax_frag() local 604 growth = this_type->rlx_length - start_type->rlx_length; in cris_relax_frag() 605 if (growth != 0) in cris_relax_frag() 607 return growth; in cris_relax_frag()
|
D | tc-msp430.c | 3811 long growth; in msp430_relax_frag() local 3874 growth = this_type->rlx_length - start_type->rlx_length; in msp430_relax_frag() 3875 if (growth != 0) in msp430_relax_frag() 3877 return growth; in msp430_relax_frag()
|
D | tc-m68hc11.c | 3871 long growth; in m68hc11_relax_frag() local 3946 growth = this_type->rlx_length - start_type->rlx_length; in m68hc11_relax_frag() 3947 if (growth != 0) in m68hc11_relax_frag() 3949 return growth; in m68hc11_relax_frag()
|
D | tc-xtensa.c | 9060 addressT growth; in relax_frag_loop_align() local 9078 growth = new_size - old_size; in relax_frag_loop_align() 9081 fragP->tc_frag_data.text_expansion[0] += growth; in relax_frag_loop_align() 9082 return growth; in relax_frag_loop_align() 9584 int growth = 0; in init_trampoline_frag() local 9616 growth = 3; in init_trampoline_frag() 9621 return growth; in init_trampoline_frag() 9637 int growth = 0; in add_jump_to_trampoline() local 9654 growth = 3; in add_jump_to_trampoline() 9667 return growth; in add_jump_to_trampoline()
|
/toolchain/binutils/binutils-2.25/intl/ |
D | config.h.in | 215 direction of stack growth for your system; otherwise it will be 219 STACK_DIRECTION = 0 => direction of growth unknown */
|
/toolchain/binutils/binutils-2.25/binutils/ |
D | config.in | 212 direction of stack growth for your system; otherwise it will be 216 STACK_DIRECTION = 0 => direction of growth unknown */
|
/toolchain/binutils/binutils-2.25/gas/doc/ |
D | internals.texi | 1784 since it is already known that they will be output.) This growth must be 1787 (Enough space for the maximum growth should have been allocated in the call to
|