Home
last modified time | relevance | path

Searched refs:stndx (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/uts/intel/ia32/krtld/
H A Dkobj_reloc.c125 unsigned long stndx; in do_relocate() local
152 stndx = ELF32_R_SYM(((Rel *)reladdr)->r_info); in do_relocate()
153 if (stndx >= mp->nsyms) { in do_relocate()
178 (mp->symtbl+(stndx * mp->symhdr->sh_entsize)); in do_relocate()
203 (mp->symtbl+(stndx * mp->symhdr->sh_entsize)); in do_relocate()
/titanic_41/usr/src/uts/intel/amd64/krtld/
H A Dkobj_reloc.c127 unsigned long stndx; in do_relocate() local
155 stndx = ELF_R_SYM(((Rela *)reladdr)->r_info); in do_relocate()
156 if (stndx >= mp->nsyms) { in do_relocate()
182 (mp->symtbl+(stndx * mp->symhdr->sh_entsize)); in do_relocate()
208 (mp->symtbl+(stndx * mp->symhdr->sh_entsize)); in do_relocate()
/titanic_41/usr/src/uts/sparc/krtld/
H A Dkobj_reloc.c158 Word stndx; in do_relocate() local
209 stndx = ELF_R_SYM(((Rela *)reladdr)->r_info); in do_relocate()
210 if (stndx >= mp->nsyms) { in do_relocate()
231 (mp->symtbl+(stndx * mp->symhdr->sh_entsize)); in do_relocate()
259 (mp->symtbl+(stndx * mp->symhdr->sh_entsize)); in do_relocate()