Home | History | Annotate | Download | only in bfd

Lines Matching refs:st_info

3222   if (ELF32_ST_TYPE (isym->st_info) == STT_GNU_IFUNC)
5210 if (ELF_ST_TYPE (sym->st_info) != STT_SECTION)
5215 st_type = ELF_ST_TYPE (sym->st_info);
6369 && ELF_ST_BIND (isym->st_info) == STB_LOCAL)
10568 sym_type = ELF32_ST_TYPE (sym->st_info);
10581 && ELF_ST_BIND (sym->st_info) != STB_WEAK)
10598 && ELF_ST_TYPE (sym->st_info) == STT_SECTION)
10709 if (sym != NULL && ELF_ST_TYPE (sym->st_info) == STT_SECTION)
12392 switch (ELF_ST_TYPE (elf_sym->st_info))
12395 return ELF_ST_TYPE (elf_sym->st_info);
12403 return ELF_ST_TYPE (elf_sym->st_info);
12929 && (h != NULL || ELF32_ST_TYPE (isym->st_info) == STT_GNU_IFUNC))
13109 switch (ELF_ST_TYPE (q->internal_elf_sym.st_info))
13922 if (ELF32_ST_TYPE (isym->st_info) == STT_GNU_IFUNC
14233 sym->st_info = ELF_ST_INFO (ELF_ST_BIND (sym->st_info), STT_FUNC);
14853 sym.st_info = ELF_ST_INFO (STB_LOCAL, STT_NOTYPE);
14986 sym.st_info = ELF_ST_INFO (STB_LOCAL, STT_FUNC);
15796 if (ELF_ST_TYPE (dst->st_info) == STT_FUNC
15797 || ELF_ST_TYPE (dst->st_info) == STT_GNU_IFUNC)
15807 else if (ELF_ST_TYPE (dst->st_info) == STT_ARM_TFUNC)
15809 dst->st_info = ELF_ST_INFO (ELF_ST_BIND (dst->st_info), STT_FUNC);
15812 else if (ELF_ST_TYPE (dst->st_info) == STT_SECTION)
15838 if (ELF_ST_TYPE (src->st_info) != STT_GNU_IFUNC)
15839 newsym.st_info = ELF_ST_INFO (ELF_ST_BIND (src->st_info), STT_FUNC);
15917 if ((ELF_ST_TYPE (sym->st_info) == STT_GNU_IFUNC
15918 || ELF_ST_BIND (sym->st_info) == STB_GNU_UNIQUE)