Searched refs:nsym (Results 1 - 2 of 2) sorted by relevance

/linux-master/arch/sparc/vdso/
H A Dvma.c121 Elf64_Sym *nsym = find_sym64(e, new); local
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); local
191 if (!nsym || !osym) {
195 osym->st_value = nsym
[all...]
/linux-master/scripts/
H A Drecordmcount.h527 unsigned const nsym = _w(symhdr->sh_size) / _w(symhdr->sh_entsize); local
531 for (symp = sym0, t = nsym; t; --t, ++symp) {

Completed in 266 milliseconds