Searched refs:elf_reloc_error (Results 1 – 6 of 6) sorted by relevance
/titanic_41/usr/src/cmd/sgs/rtld/common/ |
H A D | _elf.h | 72 extern int elf_reloc_error(Rt_map *, const char *, void *, uint_t);
|
H A D | elf.c | 2982 elf_reloc_error(Rt_map *lmp, const char *name, void *rel, uint_t binfo) function
|
/titanic_41/usr/src/cmd/sgs/rtld/amd64/ |
H A D | amd64_elf.c | 723 if (elf_reloc_error(lmp, name, in elf_reloc()
|
/titanic_41/usr/src/cmd/sgs/rtld/i386/ |
H A D | i386_elf.c | 699 if (elf_reloc_error(lmp, name, in elf_reloc()
|
/titanic_41/usr/src/cmd/sgs/rtld/sparc/ |
H A D | sparc_elf.c | 853 if (elf_reloc_error(lmp, name, in elf_reloc()
|
/titanic_41/usr/src/cmd/sgs/rtld/sparcv9/ |
H A D | sparc_elf.c | 1082 if (elf_reloc_error(lmp, name, in elf_reloc()
|