Home
last modified time | relevance | path

Searched refs:ovl_end (Results 1 – 1 of 1) sorted by relevance

/toolchain/binutils/binutils-2.25/bfd/
Delf32-spu.c642 bfd_vma ovl_end; in spu_elf_find_overlays() local
672 ovl_end = alloc_sec[0]->vma + alloc_sec[0]->size; in spu_elf_find_overlays()
683 if (s->vma < ovl_end) in spu_elf_find_overlays()
687 ovl_end = (s0->vma in spu_elf_find_overlays()
694 ovl_end = s->vma + s->size; in spu_elf_find_overlays()
701 if (s->vma >= ovl_end) in spu_elf_find_overlays()
742 if (s->vma < ovl_end) in spu_elf_find_overlays()
751 ovl_end = s->vma + s->size; in spu_elf_find_overlays()
761 if (s->vma < ovl_end) in spu_elf_find_overlays()
775 ovl_end = s->vma + s->size; in spu_elf_find_overlays()
[all …]