Lines Matching defs:isym
3952 Elf_Internal_Sym *isym = bfd_sym_from_r_symndx (&htab->sym_cache,
3954 if (isym == NULL)
3957 if (ELF_ST_TYPE (isym->st_info) == STT_GNU_IFUNC)
4342 Elf_Internal_Sym *isym;
4344 isym = bfd_sym_from_r_symndx (&htab->sym_cache,
4346 if (isym == NULL)
4349 s = bfd_section_from_elf_index (abfd, isym->st_shndx);
4498 Elf_Internal_Sym *isym;
4500 isym = bfd_sym_from_r_symndx (&htab->sym_cache,
4502 if (isym == NULL)
4505 s = bfd_section_from_elf_index (abfd, isym->st_shndx);
4511 is_ifunc = ELF_ST_TYPE (isym->st_info) == STT_GNU_IFUNC;
6836 Elf_Internal_Sym *isym;
6849 isym = isymbuf + ELF32_R_SYM (irel->r_info);
6850 if (isym->st_shndx == SHN_UNDEF)
6852 else if (isym->st_shndx == SHN_ABS)
6854 else if (isym->st_shndx == SHN_COMMON)
6857 tsec = bfd_section_from_elf_index (abfd, isym->st_shndx);
6859 toff = isym->st_value;
6860 sym_type = ELF_ST_TYPE (isym->st_info);