Home | History | Annotate | Download | only in bfd

Lines Matching defs:isym

725       Elf_Internal_Sym *isym;
820 isym = isymbuf + ELF32_R_SYM (irel->r_info);
821 is_far = isym->st_other & STO_M68HC12_FAR;
822 sym_sec = bfd_section_from_elf_index (abfd, isym->st_shndx);
823 symval = (isym->st_value
848 isym = 0;
865 insn_group_value = isym->st_value;
1124 Elf_Internal_Sym *isymbuf, *isym, *isymend;
1246 for (isym = isymbuf; isym < isymend; isym++)
1248 if (isym->st_shndx == sec_shndx
1249 && isym->st_value > addr
1250 && isym->st_value <= toaddr)
1251 isym->st_value -= count;