Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/bfd/
Delfxx-mips.c8004 const Elf_Internal_Rela *r, *rend; in _bfd_mips_elf_check_relocs() local
8018 rend = sec_relocs + o->reloc_count; in _bfd_mips_elf_check_relocs()
8019 for (r = sec_relocs; r < rend; r++) in _bfd_mips_elf_check_relocs()
8027 if (r < rend) in _bfd_mips_elf_check_relocs()
8129 const Elf_Internal_Rela *r, *rend; in _bfd_mips_elf_check_relocs() local
8143 rend = sec_relocs + o->reloc_count; in _bfd_mips_elf_check_relocs()
8144 for (r = sec_relocs; r < rend; r++) in _bfd_mips_elf_check_relocs()
8152 if (r < rend) in _bfd_mips_elf_check_relocs()
/toolchain/binutils/binutils-2.27/gold/
Dscript.cc2365 p != this->globs_.rend(); in get_symbol_version()