Lines Matching defs:osym
120 Elf64_Sym *osym = find_sym64(e, orig);
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;
188 Elf32_Sym *osym = find_sym32(e, orig);
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;