Home
last modified time | relevance | path

Searched refs:last_reloc (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.27/bfd/
Delf32-h8300.c696 static Elf_Internal_Rela *last_reloc = NULL; in elf32_h8_relax_section() local
720 last_reloc = NULL; in elf32_h8_relax_section()
738 last_reloc = irel - 1; in elf32_h8_relax_section()
883 && last_reloc in elf32_h8_relax_section()
884 && ELF32_R_TYPE (last_reloc->r_info) == R_H8_PCREL8 in elf32_h8_relax_section()
885 && ELF32_R_SYM (last_reloc->r_info) < symtab_hdr->sh_info) in elf32_h8_relax_section()
894 last_sym = isymbuf + ELF32_R_SYM (last_reloc->r_info); in elf32_h8_relax_section()
905 && last_reloc->r_offset + 2 == irel->r_offset in elf32_h8_relax_section()
914 last_reloc->r_info in elf32_h8_relax_section()
917 last_reloc->r_addend = irel->r_addend; in elf32_h8_relax_section()
[all …]
Dcoff-h8300.c411 static arelent *last_reloc = NULL; in h8300_reloc16_estimate() local
420 last_reloc = NULL; in h8300_reloc16_estimate()
484 && last_reloc in h8300_reloc16_estimate()
485 && last_reloc->howto->type == R_PCRBYTE) in h8300_reloc16_estimate()
488 last_value = bfd_coff_reloc16_get_value (last_reloc, link_info, in h8300_reloc16_estimate()
492 && last_reloc->address + 1 == reloc->address in h8300_reloc16_estimate()
496 last_reloc->howto = howto_table + 18; in h8300_reloc16_estimate()
497 last_reloc->sym_ptr_ptr = reloc->sym_ptr_ptr; in h8300_reloc16_estimate()
498 last_reloc->addend = reloc->addend; in h8300_reloc16_estimate()
611 last_reloc = reloc; in h8300_reloc16_estimate()