Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/binutils-2.17/bfd/
Delf64-sparc.c286 asymbol *last_sym = 0; in elf64_sparc_write_relocs() local
361 if (sym == last_sym) in elf64_sparc_write_relocs()
367 last_sym = sym; in elf64_sparc_write_relocs()
Delf32-h8300.c851 Elf_Internal_Sym *last_sym; in elf32_h8_relax_section() local
856 last_sym = isymbuf + ELF32_R_SYM (last_reloc->r_info); in elf32_h8_relax_section()
858 = bfd_section_from_elf_index (abfd, last_sym->st_shndx); in elf32_h8_relax_section()
859 last_value = (last_sym->st_value in elf32_h8_relax_section()
Delf64-mips.c2703 asymbol *last_sym = 0; in mips_elf64_write_rel() local
2734 if (sym == last_sym) in mips_elf64_write_rel()
2740 last_sym = sym; in mips_elf64_write_rel()
2801 asymbol *last_sym = 0; in mips_elf64_write_rela() local
2832 if (sym == last_sym) in mips_elf64_write_rela()
2838 last_sym = sym; in mips_elf64_write_rela()
Delfcode.h894 asymbol *last_sym; in elf_write_relocs() local
951 last_sym = 0; in elf_write_relocs()
964 if (sym == last_sym) in elf_write_relocs()
970 last_sym = sym; in elf_write_relocs()
/openbsd/src/gnu/usr.bin/binutils/bfd/
Delf64-mips.c2322 asymbol *last_sym = 0; in mips_elf64_write_rel() local
2353 if (sym == last_sym) in mips_elf64_write_rel()
2357 last_sym = sym; in mips_elf64_write_rel()
2418 asymbol *last_sym = 0; in mips_elf64_write_rela() local
2449 if (sym == last_sym) in mips_elf64_write_rela()
2453 last_sym = sym; in mips_elf64_write_rela()
Delf32-h8300.c860 Elf_Internal_Sym *last_sym; in elf32_h8_relax_section() local
865 last_sym = isymbuf + ELF32_R_SYM (last_reloc->r_info); in elf32_h8_relax_section()
867 = bfd_section_from_elf_index (abfd, last_sym->st_shndx); in elf32_h8_relax_section()
868 last_value = (last_sym->st_value in elf32_h8_relax_section()
Delfcode.h818 asymbol *last_sym; in elf_write_relocs() local
869 last_sym = 0; in elf_write_relocs()
882 if (sym == last_sym) in elf_write_relocs()
888 last_sym = sym; in elf_write_relocs()
Delf64-sparc.c597 asymbol *last_sym = 0; local
674 if (sym == last_sym)
680 last_sym = sym;