Searched refs:stndx (Results 1 – 3 of 3) sorted by relevance
125 unsigned long stndx; in do_relocate() local152 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()
127 unsigned long stndx; in do_relocate() local155 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()
158 Word stndx; in do_relocate() local209 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()