Home | History | Annotate | Download | only in bfd

Lines Matching defs:isym

742       Elf_Internal_Sym *isym;
837 isym = isymbuf + ELF32_R_SYM (irel->r_info);
838 is_far = isym->st_other & STO_M68HC12_FAR;
839 sym_sec = bfd_section_from_elf_index (abfd, isym->st_shndx);
840 symval = (isym->st_value
865 isym = 0;
882 insn_group_value = isym->st_value;
1135 Elf_Internal_Sym *isymbuf, *isym, *isymend;
1257 for (isym = isymbuf; isym < isymend; isym++)
1259 if (isym->st_shndx == sec_shndx
1260 && isym->st_value > addr
1261 && isym->st_value <= toaddr)
1262 isym->st_value -= count;