Home
last modified time | relevance | path

Searched refs:newrel (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/bfd/
Delf32-rx.c2257 unsigned int newrel = ELF32_R_TYPE (srel->r_info); in elf32_rx_relax_section() local
2260 newrel = next_smaller_reloc (ELF32_R_TYPE (srel->r_info)); in elf32_rx_relax_section()
2261 if (newrel != ELF32_R_TYPE (srel->r_info)) in elf32_rx_relax_section()
2263 SNIP (3, 1, newrel); in elf32_rx_relax_section()
2284 int newrel = 0; in elf32_rx_relax_section() local
2295 newrel = R_RX_RH_ABS5p5B; in elf32_rx_relax_section()
2298 newrel = R_RX_RH_ABS5p5W; in elf32_rx_relax_section()
2301 newrel = R_RX_RH_ABS5p5L; in elf32_rx_relax_section()
2306 SNIP (2, 1, newrel); in elf32_rx_relax_section()
2316 int newrel = 0; in elf32_rx_relax_section() local
[all …]
/netbsd/src/external/gpl3/binutils/dist/bfd/
Delf32-rx.c2257 unsigned int newrel = ELF32_R_TYPE (srel->r_info); in elf32_rx_relax_section() local
2260 newrel = next_smaller_reloc (ELF32_R_TYPE (srel->r_info)); in elf32_rx_relax_section()
2261 if (newrel != ELF32_R_TYPE (srel->r_info)) in elf32_rx_relax_section()
2263 SNIP (3, 1, newrel); in elf32_rx_relax_section()
2284 int newrel = 0; in elf32_rx_relax_section() local
2295 newrel = R_RX_RH_ABS5p5B; in elf32_rx_relax_section()
2298 newrel = R_RX_RH_ABS5p5W; in elf32_rx_relax_section()
2301 newrel = R_RX_RH_ABS5p5L; in elf32_rx_relax_section()
2306 SNIP (2, 1, newrel); in elf32_rx_relax_section()
2316 int newrel = 0; in elf32_rx_relax_section() local
[all …]
/netbsd/src/external/gpl3/gdb/dist/gdb/
Damd64-tdep.c1805 LONGEST rel32, newrel; in amd64_relocate_instruction() local
1876 newrel = (oldloc - *to) + rel32; in amd64_relocate_instruction()
1877 store_signed_integer (insn + 1, 4, byte_order, newrel); in amd64_relocate_instruction()
1881 hex_string (newrel), paddress (gdbarch, *to)); in amd64_relocate_instruction()
1903 newrel = (oldloc - *to) + rel32; in amd64_relocate_instruction()
1904 store_signed_integer (insn + offset, 4, byte_order, newrel); in amd64_relocate_instruction()
1907 hex_string (newrel), paddress (gdbarch, *to)); in amd64_relocate_instruction()
Di386-tdep.c974 int offset = 0, rel32, newrel; in i386_relocate_instruction() local
1006 newrel = (oldloc - *to) + rel32; in i386_relocate_instruction()
1007 store_signed_integer (insn + 1, 4, byte_order, newrel); in i386_relocate_instruction()
1011 hex_string (newrel), paddress (gdbarch, *to)); in i386_relocate_instruction()
1029 newrel = (oldloc - *to) + rel32; in i386_relocate_instruction()
1030 store_signed_integer (insn + offset, 4, byte_order, newrel); in i386_relocate_instruction()
1033 hex_string (newrel), paddress (gdbarch, *to)); in i386_relocate_instruction()