Home
last modified time | relevance | path

Searched refs:nsym (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/arch/sparc/vdso/
H A Dvma.c123 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()
191 if (!nsym || !osym) { in patchsym32()
195 osym->st_value = nsym->st_value; in patchsym32()
196 osym->st_size = nsym->st_size; in patchsym32()
197 osym->st_info = nsym->st_info; in patchsym32()
[all …]
/linux-6.15/scripts/gendwarfksyms/
H A Dsymbols.c137 int nsym = 0; in symbol_read_exports() local
155 ++nsym; in symbol_read_exports()
161 debug("%d exported symbols", nsym); in symbol_read_exports()
/linux-6.15/scripts/
H A Drecordmcount.h527 unsigned const nsym = _w(symhdr->sh_size) / _w(symhdr->sh_entsize); in find_secsym_ndx() local
531 for (symp = sym0, t = nsym; t; --t, ++symp) { in find_secsym_ndx()