Home | History | Annotate | Download | only in bfd

Lines Matching defs:isym

1685   Elf_Internal_Sym *isym;
1763 isym = isymbuf + ELF32_R_SYM (irel->r_info);
1764 if (isym->st_shndx == SHN_UNDEF)
1766 else if (isym->st_shndx == SHN_ABS)
1768 else if (isym->st_shndx == SHN_COMMON)
1771 sym_sec = bfd_section_from_elf_index (abfd, isym->st_shndx);
1773 symval = _bfd_elf_rela_local_sym (abfd, isym, &sym_sec, irel);
1860 isym = isymbuf + ELF32_R_SYM (irel->r_info);
1862 if (isym->st_shndx == shndx
1863 && ELF32_ST_TYPE (isym->st_info) == STT_SECTION)
1925 isym = isymbuf + ELF32_R_SYM (irelscan->r_info);
1928 if (isym->st_shndx == shndx
1929 && (ELF32_ST_TYPE (isym->st_info) == STT_SECTION))
1957 isym = isymbuf + ELF32_R_SYM (irelscan->r_info);
1983 + isym->st_value,
1991 isym = isymbuf + ELF32_R_SYM (irelscan->r_info);
1994 if (isym->st_shndx == shndx
1995 && (ELF32_ST_TYPE (isym->st_info) == STT_SECTION))
2035 isym = isymbuf + ELF32_R_SYM (irelscan->r_info);
2038 if (isym->st_shndx == shndx
2039 && (ELF32_ST_TYPE (isym->st_info) == STT_SECTION))
2079 isym = isymbuf + ELF32_R_SYM (irelscan->r_info);
2082 if (isym->st_shndx == shndx
2083 && (ELF32_ST_TYPE (isym->st_info) == STT_SECTION))
2129 for (isym = isymbuf; isym < isymend; isym++)
2131 if (isym->st_shndx == shndx)
2133 isym->st_value -= calc_fixup (isym->st_value, 0, sec);
2134 if (isym->st_size)
2135 isym->st_size -= calc_fixup (isym->st_value, isym->st_size, sec);
2140 isym = isymbuf + symtab_hdr->sh_info;
2509 Elf_Internal_Sym *isym;
2512 isym = bfd_sym_from_r_symndx (&htab->sym_sec,
2514 if (isym == NULL)
2517 s = bfd_section_from_elf_index (abfd, isym->st_shndx);