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

  /toolchain/binutils/binutils-2.27/bfd/
elf-m10200.c 789 Elf_Internal_Rela *nrel;
811 nrel = irel + 1;
812 if (nrel == irelend
813 || irel->r_offset + 2 != nrel->r_offset
814 || ELF32_R_TYPE (nrel->r_info) != (int) R_MN10200_PCREL8)
912 irel->r_info = nrel->r_info;
915 nrel->r_info = ELF32_R_INFO (ELF32_R_SYM (nrel->r_info),
788 Elf_Internal_Rela *nrel; local
    [all...]
elf32-m68hc11.c 771 Elf_Internal_Rela *nrel;
791 nrel = irel + 1;
792 if (nrel == irelend
793 || irel->r_offset + 3 != nrel->r_offset
794 || ELF32_R_TYPE (nrel->r_info) != (int) R_M68HC11_16)
769 Elf_Internal_Rela *nrel; local
    [all...]
elf64-alpha.c 3301 Elf_Internal_Rela nrel; local
    [all...]
elf-m10300.c 3722 Elf_Internal_Rela *nrel; local
    [all...]
  /toolchain/binutils/binutils-2.27/gas/config/
tc-m68k.c 372 int nrel; /* Num of reloc strucs in use. */ member in struct:m68k_it
431 for (z = 0; z < the_ins.nrel; z++)
444 the_ins.reloc[the_ins.nrel].n = (width == 'B' || width == '3'
449 the_ins.reloc[the_ins.nrel].exp = exp->exp;
450 the_ins.reloc[the_ins.nrel].wid = width;
451 the_ins.reloc[the_ins.nrel].pcrel_fix = pc_fix;
453 the_ins.reloc[the_ins.nrel].pic_reloc = exp->pic_reloc;
455 the_ins.reloc[the_ins.nrel++].pcrel = pc_rel;
    [all...]
  /toolchain/binutils/binutils-2.27/binutils/
od-xcoff.c 539 printf (" # Name paddr vaddr size scnptr relptr lnnoptr nrel nlnno\n");
932 unsigned int nrel = sect->nreloc; local
935 if (nrel == 0)
937 printf (_("Relocations for %s (%u)\n"), sect->name, nrel); local
945 for (j = 0; j < nrel; j++)
    [all...]

Completed in 641 milliseconds