Searched refs:elf_static_tls (Results 1 – 6 of 6) sorted by relevance
/titanic_50/usr/src/cmd/sgs/rtld/common/ |
H A D | _elf.h | 74 extern long elf_static_tls(Rt_map *, Sym *, void *, uchar_t, char *,
|
H A D | elf.c | 2919 elf_static_tls(Rt_map *lmp, Sym *sym, void *rel, uchar_t rtype, char *name, function
|
/titanic_50/usr/src/cmd/sgs/rtld/amd64/ |
H A D | amd64_elf.c | 642 if ((value = elf_static_tls(lmp, symref, in elf_reloc() 817 if ((value = elf_static_tls(_lmp, in elf_reloc()
|
/titanic_50/usr/src/cmd/sgs/rtld/i386/ |
H A D | i386_elf.c | 618 if ((value = elf_static_tls(lmp, symref, in elf_reloc() 792 if ((value = elf_static_tls(_lmp, in elf_reloc()
|
/titanic_50/usr/src/cmd/sgs/rtld/sparc/ |
H A D | sparc_elf.c | 773 if ((value = elf_static_tls(lmp, symref, in elf_reloc() 946 if ((value = elf_static_tls(_lmp, in elf_reloc()
|
/titanic_50/usr/src/cmd/sgs/rtld/sparcv9/ |
H A D | sparc_elf.c | 1002 if ((value = elf_static_tls(lmp, symref, in elf_reloc() 1178 if ((value = elf_static_tls(_lmp, in elf_reloc()
|