Searched refs:nrel (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10/BerkeleyDB-21/db/test_micro/
H A Dreport61 nrel=`wc -l $tmp`
/macosx-10.10/cxxfilt-11/cxxfilt/bfd/
H A Delf-m10200.c722 Elf_Internal_Rela *nrel;
744 nrel = irel + 1;
745 if (nrel == irelend
746 || irel->r_offset + 2 != nrel->r_offset
747 || ELF32_R_TYPE (nrel->r_info) != (int) R_MN10200_PCREL8)
845 irel->r_info = nrel->r_info;
848 nrel->r_info = ELF32_R_INFO (ELF32_R_SYM (nrel->r_info),
721 Elf_Internal_Rela *nrel; local
H A Delf32-m68hc11.c750 Elf_Internal_Rela *nrel;
770 nrel = irel + 1;
771 if (nrel == irelend
772 || irel->r_offset + 3 != nrel->r_offset
773 || ELF32_R_TYPE (nrel->r_info) != (int) R_M68HC11_16)
748 Elf_Internal_Rela *nrel; local
H A Delf-m10300.c2667 Elf_Internal_Rela *nrel;
2689 nrel = irel + 1;
2690 if (nrel == irelend
2691 || irel->r_offset + 2 != nrel->r_offset
2692 || ELF32_R_TYPE (nrel->r_info) != (int) R_MN10300_PCREL8)
2777 irel->r_info = nrel->r_info;
2780 nrel->r_info = ELF32_R_INFO (ELF32_R_SYM (nrel->r_info),
2666 Elf_Internal_Rela *nrel; local
/macosx-10.10/emacs-93/emacs/src/
H A Dunexmacosx.c1071 unrelocate (const char *name, off_t reloff, int nrel) argument
1078 for (unreloc_count = 0, i = 0; i < nrel; i++)
1123 if (nrel > 0)
1125 unreloc_count, nrel, name);
/macosx-10.10/emacs-93/
H A Dunexmacosx.c1071 unrelocate (const char *name, off_t reloff, int nrel) argument
1078 for (unreloc_count = 0, i = 0; i < nrel; i++)
1123 if (nrel > 0)
1125 unreloc_count, nrel, name);

Completed in 262 milliseconds