Searched refs:nsym (Results 1 – 2 of 2) sorted by relevance
121 Elf64_Sym *nsym = find_sym64(e, new); in patchsym64() local123 if (!nsym || !osym) { in patchsym64()127 osym->st_value = nsym->st_value; in patchsym64()128 osym->st_size = nsym->st_size; in patchsym64()129 osym->st_info = nsym->st_info; in patchsym64()130 osym->st_other = nsym->st_other; in patchsym64()131 osym->st_shndx = nsym->st_shndx; in patchsym64()189 Elf32_Sym *nsym = find_sym32(e, new); in patchsym32() local191 if (!nsym || !osym) { in patchsym32()195 osym->st_value = nsym->st_value; in patchsym32()[all …]
527 unsigned const nsym = _w(symhdr->sh_size) / _w(symhdr->sh_entsize); in find_secsym_ndx() local531 for (symp = sym0, t = nsym; t; --t, ++symp) { in find_secsym_ndx()