Home
last modified time | relevance | path

Searched refs:relend (Results 1 – 25 of 170) sorted by relevance

1234567

/netbsd-src/external/bsd/byacc/dist/
H A Dwarshall.c18 unsigned *relend; in transitive_closure() local
23 relend = R + n * rowsize; in transitive_closure()
28 while (rowi < relend) in transitive_closure()
34 while (rowj < relend) in transitive_closure()
67 unsigned *relend; in reflexive_transitive_closure() local
72 relend = R + n * rowsize; in reflexive_transitive_closure()
76 while (rp < relend) in reflexive_transitive_closure()
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Delf32-moxie.c213 Elf_Internal_Rela *relend; in moxie_elf_relocate_section() local
217 relend = relocs + input_section->reloc_count; in moxie_elf_relocate_section()
219 for (rel = relocs; rel < relend; rel ++) in moxie_elf_relocate_section()
262 rel, 1, relend, howto, 0, contents); in moxie_elf_relocate_section()
H A Delf32-xstormy16.c415 const Elf_Internal_Rela *rel, *relend; in xstormy16_elf_check_relocs() local
430 relend = relocs + sec->reloc_count; in xstormy16_elf_check_relocs()
431 for (rel = relocs; rel < relend; ++rel) in xstormy16_elf_check_relocs()
775 Elf_Internal_Rela * relend; in xstormy16_elf_relocate_section() local
780 relend = relocs + input_section->reloc_count; in xstormy16_elf_relocate_section()
784 for (rel = relocs; rel < relend; rel ++) in xstormy16_elf_relocate_section()
826 rel, 1, relend, howto, 0, contents); in xstormy16_elf_relocate_section()
H A Delf32-d10v.c401 Elf_Internal_Rela *rel, *relend; in elf32_d10v_relocate_section() local
408 relend = relocs + input_section->reloc_count; in elf32_d10v_relocate_section()
409 for (; rel < relend; rel++) in elf32_d10v_relocate_section()
473 rel, 1, relend, howto, 0, contents); in elf32_d10v_relocate_section()
H A Delf32-mt.c314 Elf_Internal_Rela * relend; in mt_elf_relocate_section() local
318 relend = relocs + input_section->reloc_count; in mt_elf_relocate_section()
320 for (rel = relocs; rel < relend; rel ++) in mt_elf_relocate_section()
366 rel, 1, relend, howto, 0, contents); in mt_elf_relocate_section()
H A Delf64-bpf.c380 Elf_Internal_Rela *relend; in bpf_elf_relocate_section() local
384 relend = relocs + input_section->reloc_count; in bpf_elf_relocate_section()
386 for (rel = relocs; rel < relend; rel ++) in bpf_elf_relocate_section()
434 rel, 1, relend, howto, 0, contents); in bpf_elf_relocate_section()
H A Delf32-z80.c398 Elf_Internal_Rela *rel, *relend; in z80_elf_relocate_section() local
404 relend = relocs + input_section->reloc_count; in z80_elf_relocate_section()
405 for (; rel < relend; rel++) in z80_elf_relocate_section()
444 rel, 1, relend, howto, 0, contents); in z80_elf_relocate_section()
H A Delf32-epiphany.c484 Elf_Internal_Rela *relend; in epiphany_elf_relocate_section() local
488 relend = relocs + input_section->reloc_count; in epiphany_elf_relocate_section()
490 for (rel = relocs; rel < relend; rel ++) in epiphany_elf_relocate_section()
535 rel, 1, relend, howto, 0, contents); in epiphany_elf_relocate_section()
H A Delf32-fr30.c513 Elf_Internal_Rela *relend; in fr30_elf_relocate_section() local
517 relend = relocs + input_section->reloc_count; in fr30_elf_relocate_section()
519 for (rel = relocs; rel < relend; rel ++) in fr30_elf_relocate_section()
568 rel, 1, relend, howto, 0, contents); in fr30_elf_relocate_section()
H A Delf32-iq2000.c577 Elf_Internal_Rela * relend; in iq2000_elf_relocate_section() local
581 relend = relocs + input_section->reloc_count; in iq2000_elf_relocate_section()
583 for (rel = relocs; rel < relend; rel ++) in iq2000_elf_relocate_section()
645 rel, 1, relend, howto, 0, contents); in iq2000_elf_relocate_section()
H A Dcoff-mcore.c357 struct internal_reloc * relend; in coff_mcore_relocate_section() local
381 relend = rel + input_section->reloc_count; in coff_mcore_relocate_section()
383 for (; rel < relend; rel++) in coff_mcore_relocate_section()
H A Delf32-mcore.c406 Elf_Internal_Rela * relend = relocs + input_section->reloc_count; in mcore_elf_relocate_section() local
421 for (; rel < relend; rel++) in mcore_elf_relocate_section()
483 rel, 1, relend, howto, 0, contents); in mcore_elf_relocate_section()
H A Delf32-mep.c441 Elf_Internal_Rela * relend; in mep_elf_relocate_section() local
445 relend = relocs + input_section->reloc_count; in mep_elf_relocate_section()
449 for (rel = relocs; rel < relend; rel ++) in mep_elf_relocate_section()
492 rel, 1, relend, howto, 0, contents); in mep_elf_relocate_section()
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Delf32-moxie.c213 Elf_Internal_Rela *relend; in moxie_elf_relocate_section() local
217 relend = relocs + input_section->reloc_count; in moxie_elf_relocate_section()
219 for (rel = relocs; rel < relend; rel ++) in moxie_elf_relocate_section()
262 rel, 1, relend, howto, 0, contents); in moxie_elf_relocate_section()
H A Delf32-xstormy16.c415 const Elf_Internal_Rela *rel, *relend; in xstormy16_elf_check_relocs() local
430 relend = relocs + sec->reloc_count; in xstormy16_elf_check_relocs()
431 for (rel = relocs; rel < relend; ++rel) in xstormy16_elf_check_relocs()
775 Elf_Internal_Rela * relend; in xstormy16_elf_relocate_section() local
780 relend = relocs + input_section->reloc_count; in xstormy16_elf_relocate_section()
784 for (rel = relocs; rel < relend; rel ++) in xstormy16_elf_relocate_section()
826 rel, 1, relend, howto, 0, contents); in xstormy16_elf_relocate_section()
H A Delf32-mt.c314 Elf_Internal_Rela * relend; in mt_elf_relocate_section() local
318 relend = relocs + input_section->reloc_count; in mt_elf_relocate_section()
320 for (rel = relocs; rel < relend; rel ++) in mt_elf_relocate_section()
366 rel, 1, relend, howto, 0, contents); in mt_elf_relocate_section()
H A Delf32-d10v.c401 Elf_Internal_Rela *rel, *relend; in elf32_d10v_relocate_section() local
408 relend = relocs + input_section->reloc_count; in elf32_d10v_relocate_section()
409 for (; rel < relend; rel++) in elf32_d10v_relocate_section()
473 rel, 1, relend, howto, 0, contents); in elf32_d10v_relocate_section()
H A Delf64-bpf.c187 Elf_Internal_Rela *relend; in bpf_elf_relocate_section() local
191 relend = relocs + input_section->reloc_count; in bpf_elf_relocate_section()
193 for (rel = relocs; rel < relend; rel ++) in bpf_elf_relocate_section()
244 rel, 1, relend, howto, 0, contents); in bpf_elf_relocate_section()
H A Delf32-z80.c398 Elf_Internal_Rela *rel, *relend; in z80_elf_relocate_section() local
404 relend = relocs + input_section->reloc_count; in z80_elf_relocate_section()
405 for (; rel < relend; rel++) in z80_elf_relocate_section()
444 rel, 1, relend, howto, 0, contents); in z80_elf_relocate_section()
H A Delf32-fr30.c513 Elf_Internal_Rela *relend; in fr30_elf_relocate_section() local
517 relend = relocs + input_section->reloc_count; in fr30_elf_relocate_section()
519 for (rel = relocs; rel < relend; rel ++) in fr30_elf_relocate_section()
568 rel, 1, relend, howto, 0, contents); in fr30_elf_relocate_section()
H A Delf32-epiphany.c485 Elf_Internal_Rela *relend; in epiphany_elf_relocate_section() local
489 relend = relocs + input_section->reloc_count; in epiphany_elf_relocate_section()
491 for (rel = relocs; rel < relend; rel ++) in epiphany_elf_relocate_section()
536 rel, 1, relend, howto, 0, contents); in epiphany_elf_relocate_section()
H A Delf32-iq2000.c577 Elf_Internal_Rela * relend; in iq2000_elf_relocate_section() local
581 relend = relocs + input_section->reloc_count; in iq2000_elf_relocate_section()
583 for (rel = relocs; rel < relend; rel ++) in iq2000_elf_relocate_section()
645 rel, 1, relend, howto, 0, contents); in iq2000_elf_relocate_section()
H A Dcoff-mcore.c357 struct internal_reloc * relend; in coff_mcore_relocate_section() local
381 relend = rel + input_section->reloc_count; in coff_mcore_relocate_section()
383 for (; rel < relend; rel++) in coff_mcore_relocate_section()
H A Delf32-mcore.c406 Elf_Internal_Rela * relend = relocs + input_section->reloc_count; in mcore_elf_relocate_section() local
421 for (; rel < relend; rel++) in mcore_elf_relocate_section()
483 rel, 1, relend, howto, 0, contents); in mcore_elf_relocate_section()
H A Delf32-mep.c441 Elf_Internal_Rela * relend; in mep_elf_relocate_section() local
445 relend = relocs + input_section->reloc_count; in mep_elf_relocate_section()
449 for (rel = relocs; rel < relend; rel ++) in mep_elf_relocate_section()
492 rel, 1, relend, howto, 0, contents); in mep_elf_relocate_section()

1234567