Home | History | Annotate | Download | only in bfd

Lines Matching defs:isym

729       Elf_Internal_Sym *isym;
824 isym = isymbuf + ELF32_R_SYM (irel->r_info);
825 is_far = isym->st_other & STO_M68HC12_FAR;
826 sym_sec = bfd_section_from_elf_index (abfd, isym->st_shndx);
827 symval = (isym->st_value
852 isym = 0;
869 insn_group_value = isym->st_value;
1128 Elf_Internal_Sym *isymbuf, *isym, *isymend;
1250 for (isym = isymbuf; isym < isymend; isym++)
1252 if (isym->st_shndx == sec_shndx
1253 && isym->st_value > addr
1254 && isym->st_value <= toaddr)
1255 isym->st_value -= count;