Home | History | Annotate | Download | only in bfd

Lines Matching defs:bytes

44      (if <= 255 bytes).  We stuff this into "call" instructions
2234 the "call" instruction. Count how many bytes we might be able to
2237 /* A movm instruction is two bytes. */
2390 than 255 bytes, then we can't remove the stack adjustment by using
2396 /* Delete some bytes from a section while relaxing. */
2434 power larger than, or not a multiple of, the number of bytes we
2453 /* Actually delete the bytes. */
2458 pad the bytes between the end of the shrunken region and
2489 by the number of bytes deleted. Note - symbols within the deleted
2613 * calls:32 -> calls:16 2 bytes
2614 * call:32 -> call:16 2 bytes
2629 * jmp:32 -> jmp:16 2 bytes
2635 can then be deleted. 2 bytes
2637 * mov abs32 -> mov abs16 1 or 2 bytes
2639 * Most instructions which accept imm32 can relax to imm16 1 or 2 bytes
2640 - Most instructions which accept imm16 can relax to imm8 1 or 2 bytes
2642 * Most instructions which accept d32 can relax to d16 1 or 2 bytes
2643 - Most instructions which accept d16 can relax to d8 1 or 2 bytes
3131 int bytes = 0;
3138 /* Count how many bytes we're going to delete. */
3140 bytes += 2;
3145 bytes += 3;
3147 bytes += 4;
3150 /* Note that we've deleted prologue bytes for this
3154 /* Actually delete the bytes. */
3158 bytes))
3184 int bytes = 0;
3193 /* Count how many bytes we're going to delete. */
3195 bytes += 2;
3200 bytes += 3;
3202 bytes += 4;
3205 /* Note that we've deleted prologue bytes for this
3209 /* Actually delete the bytes. */
3214 bytes))
3219 prologue bytes deleted as well. */
3302 expensive. Worst case is that for an alignment of N bytes, we
3303 move by 2*N-N-1 bytes, assuming we have aligns of 1, 2, 4, 8, etc
3557 0x7fff + 2 as the target will be two bytes closer if we are
3597 /* Delete two bytes of data. */
3673 0x7f + 1 as the target will be one bytes closer if we are
3837 /* Delete two bytes of data. */
3859 bytes long and
3899 /* Delete two bytes of data. */
3958 /* AM33 insns which have 32bit operands are 7 bytes long and
4029 /* Most insns which have 32bit operands are 6 bytes long;
4094 /* Delete two bytes of data. */
4148 /* Delete three bytes of data. */
4195 /* Delete two bytes of data. */
4268 /* Delete three bytes of data. */
4338 /* Delete two bytes of data. */
4374 /* Delete two bytes of data. */
5248 corresponds to this function. Each .got entry is 4 bytes.
5517 as it means that the size of the PLT0 section (15 bytes) is not
5519 error. We could pad PLT0 to 16 bytes, but that would introduce