Home
last modified time | relevance | path

Searched refs:gap (Results 1 – 25 of 54) sorted by relevance

123

/toolchain/binutils/binutils-2.27/bfd/
Dcoff-w65.c121 bfd_vma gap; in w65_reloc16_estimate() local
168 gap = value - dot; in w65_reloc16_estimate()
170 if (-120 < (long) gap && (long) gap < 120) in w65_reloc16_estimate()
190 gap = value - (dot - shrink); in w65_reloc16_estimate()
192 if (-120 < (long) gap && (long) gap < 120) in w65_reloc16_estimate()
236 unsigned int gap = bfd_coff_reloc16_get_value (reloc, link_info, in w65_reloc16_extra_cases() local
238 bfd_put_8 (abfd, gap, data + dst_address); in w65_reloc16_extra_cases()
246 unsigned int gap = bfd_coff_reloc16_get_value (reloc, link_info, in w65_reloc16_extra_cases() local
248 gap >>= 8; in w65_reloc16_extra_cases()
249 bfd_put_8 (abfd, gap, data + dst_address); in w65_reloc16_extra_cases()
[all …]
Dcoff-z8k.c260 int gap = dst - dot - 1; /* -1, since we're in the odd byte of the in extra_case() local
263 if (gap & 1) in extra_case()
265 gap /= 2; in extra_case()
266 if (gap > 127 || gap < -128) in extra_case()
272 bfd_put_8 (in_abfd, gap, data + *dst_ptr); in extra_case()
285 int gap = dst - dot - 1; /* -1, since we're in the odd byte of the in extra_case() local
288 if (gap & 1) in extra_case()
290 gap /= 2; in extra_case()
292 if (gap > 0 || gap < -127) in extra_case()
299 (bfd_get_8 ( in_abfd, data + *dst_ptr) & 0x80) + (-gap & 0x7f), in extra_case()
[all …]
Dcoff-h8300.c409 bfd_vma gap; in h8300_reloc16_estimate() local
440 gap = value - dot; in h8300_reloc16_estimate()
445 if ((int) gap >= -128 && (int) gap <= 128) in h8300_reloc16_estimate()
483 && gap <= 126 in h8300_reloc16_estimate()
526 gap = value - dot; in h8300_reloc16_estimate()
531 if ((int) gap >= -128 && (int) gap <= 128) in h8300_reloc16_estimate()
632 int gap, tmp; in h8300_reloc16_extra_cases() local
646 gap = value - dot; in h8300_reloc16_extra_cases()
649 if (gap < -128 || gap > 126) in h8300_reloc16_extra_cases()
657 bfd_put_8 (abfd, gap, data + dst_address); in h8300_reloc16_extra_cases()
[all …]
Dcoff-h8500.c243 int gap = dst - dot - 1; /* -1 since were in the odd byte of the in extra_case() local
246 if (gap > 128 || gap < -128) in extra_case()
252 bfd_put_8 (in_abfd, gap, data + *dst_ptr); in extra_case()
264 int gap = dst - dot - 1; /* -1 since were in the odd byte of the in extra_case() local
267 if (gap > 32767 || gap < -32768) in extra_case()
273 bfd_put_16 (in_abfd, (bfd_vma) gap, data + *dst_ptr); in extra_case()
Dcoff-z80.c242 int gap = dst - dot - 1; /* -1, Since the offset is relative in extra_case() local
246 if (gap >= 128 || gap < -128) in extra_case()
252 bfd_put_8 (in_abfd, gap, data + *dst_ptr); in extra_case()
Delf32-m32c.c1529 unsigned char *insn, *gap, *einsn; in m32c_elf_relax_section() local
1600 gap = NULL; in m32c_elf_relax_section()
1626 gap = insn + 1; in m32c_elf_relax_section()
1641 gap = insn + 2; in m32c_elf_relax_section()
1654 gap = insn + 3; in m32c_elf_relax_section()
1667 gap = insn + 3; in m32c_elf_relax_section()
1688 gap = insn + posn + enctbl[e->new_encoding].bytes; in m32c_elf_relax_section()
1731 gap = insn + posn + enctbl[e->new_encoding].bytes; in m32c_elf_relax_section()
1760 gap = insn + 1; in m32c_elf_relax_section()
1772 gap = insn + 2; in m32c_elf_relax_section()
[all …]
Delf32-h8300.c832 bfd_vma dot, gap; in elf32_h8_relax_section() local
839 gap = value - dot; in elf32_h8_relax_section()
844 if ((int) gap >= -126 && (int) gap <= 130) in elf32_h8_relax_section()
881 && (int) gap <= 130 in elf32_h8_relax_section()
882 && (int) gap >= -128 in elf32_h8_relax_section()
968 bfd_vma gap; in elf32_h8_relax_section() local
975 gap = value - dot; in elf32_h8_relax_section()
980 if ((int) gap >= -126 && (int) gap <= 130) in elf32_h8_relax_section()
Delf-linux-core.h89 char gap[4]; member
Dbout.c1063 bfd_vma gap; in abs32code() local
1068 gap = value - (dot - shrink); in abs32code()
1070 if ((long)(-1UL << 23) < (long)gap && (long)gap < 1L << 23) in abs32code()
Delf32-avr.c2570 bfd_vma dot, gap; in elf32_avr_relax_section() local
2578 gap = value - dot; in elf32_avr_relax_section()
2583 if (!shrinkable && ((int) gap >= -4096 && (int) gap <= 4095)) in elf32_avr_relax_section()
2589 else if (shrinkable && ((int) gap >= -4094 && (int) gap <= 4097)) in elf32_avr_relax_section()
2614 rgap = avr_relative_distance_considering_wrap_around (gap); in elf32_avr_relax_section()
Doasys.c419 size_t gap = end_src - src; in oasys_slurp_section_data() local
422 if (mod_byte == 0 && gap >= 8) in oasys_slurp_section_data()
/toolchain/binutils/binutils-2.27/ld/testsuite/ld-x86-64/
Dpr17618.s8 .globl gap symbol
9 .type gap, @function
10 gap: label
17 .size gap, .-gap
/toolchain/binutils/binutils-2.27/binutils/testsuite/binutils-all/
Dpr19020b.d4 #objcopy: -O binary -I binary --pad-to=10 --gap-fill=65 --reverse-bytes=8
Dpr19020a.d4 #objcopy: -O binary -I binary --pad-to=10 --gap-fill=65 --interleave=2 --interleave-width=1 --byte=0
/toolchain/binutils/binutils-2.27/ld/testsuite/ld-elf/
Dpr19005.d2 #objcopy_linked_file: -O binary -j .foo -j .bar --gap-fill=0xff
Dbinutils.exp181 binutils_test strip "-s" gap "" "-lS"
/toolchain/binutils/binutils-2.27/cpu/
Dxc16x.cpu175 (dnf f-op-bit1 "gap of 1 bit" () 11 1) ;used for filling with const data
176 (dnf f-op-bit2 "gap of 2 bits" () 11 2) ;used for filling with const data
177 (dnf f-op-bit4 "gap of 4 bits" () 11 4) ;used for filling with const data
178 (dnf f-op-bit3 "gap of 3 bits" () 10 3) ;used in CALLA, JMPA
179 (dnf f-op-2bit "gap of 2 bits" () 10 2) ;used in CALLA
180 (dnf f-op-bitone "gap of 1 bit " () 10 1) ;used in JMPA
181 (dnf f-op-onebit "gap of 1 bit " () 9 1) ;used in JMPA
182 (dnf f-op-1bit "gap of 1 bit " () 8 1) ;used in JMPA, CALLA
183 (dnf f-op-lbit4 "gap of 4 bits" () 15 4) ;used for filling with const data
184 (dnf f-op-lbit2 "gap of 2 bits" () 15 2) ;used for filling with const data
[all …]
/toolchain/binutils/binutils-2.27/ld/scripttempl/
Dcrisaout.sc80 Unfortunately that sometimes causes a gap between .text and .data,
/toolchain/binutils/binutils-2.27/ld/testsuite/
DChangeLog-200694 Allow smaller section gap.
200 for the extra program header, and thus the shorter gap between the
277 * ld-mips-elf/elf-rel-got-n32.d: Adjust page gap from 0x100000
282 * ld-mips-elf/elf-rel-got-n64-linux.d: Adjust page gap from
DChangeLog-20146 gap test.
7 * ld/testsuite/ld-elf/gap.s: New file.
/toolchain/binutils/binutils-2.27/binutils/
DNEWS385 * The objcopy --gap-fill and --pad-to options operate on the LMA rather than
DChangeLog-2015171 skip gap fills between sections when copying from input sections
/toolchain/binutils/binutils-2.27/binutils/po/
Did.po2836 " --gap-fill <val> Fill gaps between sections with <val>\n"
2929 " --gap-fill <nilai> Isi gap diantara bagian dengan <nilai>\n"
3155 msgid "Can't fill gap after section"
3156 msgstr "Tidak dapat mengisi gap setelah daerah"
3290 msgid "Warning: truncating gap-fill from 0x%s to 0x%x"
3291 msgstr "Peringatan: memotong gap-fill dari 0x%s ke 0x%x"
Dzh_TW.po1843 " --gap-fill <val> Fill gaps between sections with <val>\n"
1917 " --gap-fill <val> 在區段空隙中以 <val> 填充\n"
2101 msgid "Can't fill gap after %s: %s"
2207 msgid "Warning: truncating gap-fill from 0x%s to 0x%x"
Dja.po3193 " --gap-fill <val> Fill gaps between sections with <val>\n"
3292 " --gap-fill <val> セクション間の隙間を <val> で埋める\n"
3529 msgid "Can't fill gap after section"
3673 msgid "Warning: truncating gap-fill from 0x%s to 0x%x"
8473 #~ " --gap-fill <val> Fill gaps between sections with <val>\n"
8519 #~ " --gap-fill <値> セクション間の隙間を <値> で埋める\n"

123