HomeSort by relevance Sort by last modified time
    Searched refs:last_reloc (Results 1 - 2 of 2) sorted by null

  /toolchain/binutils/binutils-2.25/bfd/
elf32-h8300.c 703 static Elf_Internal_Rela *last_reloc = NULL;
727 last_reloc = NULL;
745 last_reloc = irel - 1;
890 && last_reloc
891 && ELF32_R_TYPE (last_reloc->r_info) == R_H8_PCREL8
892 && ELF32_R_SYM (last_reloc->r_info) < symtab_hdr->sh_info)
901 last_sym = isymbuf + ELF32_R_SYM (last_reloc->r_info);
912 && last_reloc->r_offset + 2 == irel->r_offset
921 last_reloc->r_info
924 last_reloc->r_addend = irel->r_addend
702 static Elf_Internal_Rela *last_reloc = NULL; local
    [all...]
coff-h8300.c 411 static arelent *last_reloc = NULL; local
420 last_reloc = NULL;
484 && last_reloc
485 && last_reloc->howto->type == R_PCRBYTE)
488 last_value = bfd_coff_reloc16_get_value (last_reloc, link_info,
492 && last_reloc->address + 1 == reloc->address
496 last_reloc->howto = howto_table + 18;
497 last_reloc->sym_ptr_ptr = reloc->sym_ptr_ptr;
498 last_reloc->addend = reloc->addend;
611 last_reloc = reloc
    [all...]

Completed in 440 milliseconds