Lines Matching refs:nsym
121 Elf64_Sym *nsym = find_sym64(e, new);
123 if (!nsym || !osym) {
127 osym->st_value = nsym->st_value;
128 osym->st_size = nsym->st_size;
129 osym->st_info = nsym->st_info;
130 osym->st_other = nsym->st_other;
131 osym->st_shndx = nsym->st_shndx;
189 Elf32_Sym *nsym = find_sym32(e, new);
191 if (!nsym || !osym) {
195 osym->st_value = nsym->st_value;
196 osym->st_size = nsym->st_size;
197 osym->st_info = nsym->st_info;
198 osym->st_other = nsym->st_other;
199 osym->st_shndx = nsym->st_shndx;