Lines Matching refs:isym
723 Elf_Internal_Sym *isym; in m68hc11_elf_relax_section() local
818 isym = isymbuf + ELF32_R_SYM (irel->r_info); in m68hc11_elf_relax_section()
819 is_far = isym->st_other & STO_M68HC12_FAR; in m68hc11_elf_relax_section()
820 sym_sec = bfd_section_from_elf_index (abfd, isym->st_shndx); in m68hc11_elf_relax_section()
821 symval = (isym->st_value in m68hc11_elf_relax_section()
846 isym = 0; in m68hc11_elf_relax_section()
863 insn_group_value = isym->st_value; in m68hc11_elf_relax_section()
1122 Elf_Internal_Sym *isymbuf, *isym, *isymend; in m68hc11_elf_relax_delete_bytes() local
1244 for (isym = isymbuf; isym < isymend; isym++) in m68hc11_elf_relax_delete_bytes()
1246 if (isym->st_shndx == sec_shndx in m68hc11_elf_relax_delete_bytes()
1247 && isym->st_value > addr in m68hc11_elf_relax_delete_bytes()
1248 && isym->st_value <= toaddr) in m68hc11_elf_relax_delete_bytes()
1249 isym->st_value -= count; in m68hc11_elf_relax_delete_bytes()