HomeSort by: relevance | last modified time | path
    Searched defs:nrel (Results 1 - 15 of 15) sorted by relevancy

  /src/sys/arch/amd64/stand/prekern/
elf.c 457 size_t secidx, nrel; local
465 nrel = eif.shdr[i].sh_size / sizeof(Elf_Rel);
479 for (j = 0; j < nrel; j++) {
  /src/sys/sys/
kobj_impl.h 84 int nrel; member in struct:__anon7602
  /src/external/gpl3/binutils/dist/bfd/
elf-m10200.c 800 Elf_Internal_Rela *nrel;
816 nrel = irel + 1;
817 if (nrel == irelend
818 || irel->r_offset + 2 != nrel->r_offset
819 || ELF32_R_TYPE (nrel->r_info) != (int) R_MN10200_PCREL8)
917 irel->r_info = nrel->r_info;
920 nrel->r_info = ELF32_R_INFO (ELF32_R_SYM (nrel->r_info),
799 Elf_Internal_Rela *nrel; local
elf32-m68hc11.c 784 Elf_Internal_Rela *nrel;
804 nrel = irel + 1;
805 if (nrel == irelend
806 || irel->r_offset + 3 != nrel->r_offset
807 || ELF32_R_TYPE (nrel->r_info) != (int) R_M68HC11_16)
782 Elf_Internal_Rela *nrel; local
elf-m10300.c 3708 Elf_Internal_Rela *nrel;
3724 nrel = irel + 1;
3725 if (nrel == irelend
3726 || irel->r_offset + 2 != nrel->r_offset
3727 || ELF32_R_TYPE (nrel->r_info) != (int) R_MN10300_PCREL8)
3812 irel->r_info = nrel->r_info;
3815 nrel->r_info = ELF32_R_INFO (ELF32_R_SYM (nrel->r_info),
3707 Elf_Internal_Rela *nrel; local
elf64-alpha.c 3220 Elf_Internal_Rela nrel;
3261 nrel = *urel;
3262 nrel.r_info = ELF64_R_INFO (ELF64_R_SYM (irel->r_info),
3264 nrel.r_addend = irel->r_addend;
3270 *erel = nrel;
3308 nrel = *urel;
3309 nrel.r_info = ELF64_R_INFO (0, R_ALPHA_NONE);
3310 nrel.r_addend = 0;
3316 *erel = nrel;
3357 nrel = *urel
3211 Elf_Internal_Rela nrel; local
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
elf-m10200.c 799 Elf_Internal_Rela *nrel;
815 nrel = irel + 1;
816 if (nrel == irelend
817 || irel->r_offset + 2 != nrel->r_offset
818 || ELF32_R_TYPE (nrel->r_info) != (int) R_MN10200_PCREL8)
916 irel->r_info = nrel->r_info;
919 nrel->r_info = ELF32_R_INFO (ELF32_R_SYM (nrel->r_info),
798 Elf_Internal_Rela *nrel; local
elf32-m68hc11.c 784 Elf_Internal_Rela *nrel;
804 nrel = irel + 1;
805 if (nrel == irelend
806 || irel->r_offset + 3 != nrel->r_offset
807 || ELF32_R_TYPE (nrel->r_info) != (int) R_M68HC11_16)
782 Elf_Internal_Rela *nrel; local
elf-m10300.c 3708 Elf_Internal_Rela *nrel;
3724 nrel = irel + 1;
3725 if (nrel == irelend
3726 || irel->r_offset + 2 != nrel->r_offset
3727 || ELF32_R_TYPE (nrel->r_info) != (int) R_MN10300_PCREL8)
3812 irel->r_info = nrel->r_info;
3815 nrel->r_info = ELF32_R_INFO (ELF32_R_SYM (nrel->r_info),
3707 Elf_Internal_Rela *nrel; local
elf64-alpha.c 3220 Elf_Internal_Rela nrel;
3261 nrel = *urel;
3262 nrel.r_info = ELF64_R_INFO (ELF64_R_SYM (irel->r_info),
3264 nrel.r_addend = irel->r_addend;
3270 *erel = nrel;
3308 nrel = *urel;
3309 nrel.r_info = ELF64_R_INFO (0, R_ALPHA_NONE);
3310 nrel.r_addend = 0;
3316 *erel = nrel;
3357 nrel = *urel
3211 Elf_Internal_Rela nrel; local
    [all...]
  /src/external/cddl/osnet/dist/lib/libdtrace/common/
dt_link.c 139 int i, j, nrel; local
236 nrel = s->dofs_size / s->dofs_entsize;
240 for (j = 0; j < nrel; j++) {
340 int i, j, nrel; local
437 nrel = s->dofs_size / s->dofs_entsize;
441 for (j = 0; j < nrel; j++) {
  /src/external/gpl3/binutils/dist/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++)
  /src/external/gpl3/binutils.old/dist/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++)
  /src/external/gpl3/binutils/dist/gas/config/
tc-m68k.c 349 int nrel; /* Num of reloc structs in use. */ member in struct:m68k_it
406 for (z = 0; z < the_ins.nrel; z++)
419 the_ins.reloc[the_ins.nrel].n = (width == 'B' || width == '3'
424 the_ins.reloc[the_ins.nrel].exp = exp->exp;
425 the_ins.reloc[the_ins.nrel].wid = width;
426 the_ins.reloc[the_ins.nrel].pcrel_fix = pc_fix;
427 the_ins.reloc[the_ins.nrel].pic_reloc = exp->pic_reloc;
428 the_ins.reloc[the_ins.nrel++].pcrel = pc_rel;
2986 the_ins.reloc[the_ins.nrel - 1].n =
2994 the_ins.reloc[the_ins.nrel - 1].n = opcode->m_codenum * 2 - 1
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-m68k.c 349 int nrel; /* Num of reloc structs in use. */ member in struct:m68k_it
406 for (z = 0; z < the_ins.nrel; z++)
419 the_ins.reloc[the_ins.nrel].n = (width == 'B' || width == '3'
424 the_ins.reloc[the_ins.nrel].exp = exp->exp;
425 the_ins.reloc[the_ins.nrel].wid = width;
426 the_ins.reloc[the_ins.nrel].pcrel_fix = pc_fix;
427 the_ins.reloc[the_ins.nrel].pic_reloc = exp->pic_reloc;
428 the_ins.reloc[the_ins.nrel++].pcrel = pc_rel;
2986 the_ins.reloc[the_ins.nrel - 1].n =
2994 the_ins.reloc[the_ins.nrel - 1].n = opcode->m_codenum * 2 - 1
    [all...]

Completed in 53 milliseconds