Lines Matching defs:isym
549 Elf_Internal_Sym *isym;
552 isym = isymbuf + ELF32_R_SYM (irel->r_info);
553 sym_sec = bfd_section_from_elf_index (abfd, isym->st_shndx);
554 symval = isym->st_value;
773 Elf_Internal_Sym *isym;
852 isym = isymbuf + ELF32_R_SYM (irel->r_info);
853 sym_sec = bfd_section_from_elf_index (abfd, isym->st_shndx);
854 symval = isym->st_value;
903 isym = (Elf_Internal_Sym *) symtab_hdr->contents;
904 if (isym)
906 for (isymend = isym + symtab_hdr->sh_info; isym < isymend; isym++)
908 if (isym->st_shndx == sec_shndx
909 && isym->st_value > addr && isym->st_value < toaddr)
910 isym->st_value -= count;
968 Elf_Internal_Sym *isym;
1010 isym = isymbuf + ELF32_R_SYM (irel->r_info);
1011 sym_sec = bfd_section_from_elf_index (abfd, isym->st_shndx);
1012 symval = isym->st_value;