Home
last modified time | relevance | path

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

/scripts/gendwarfksyms/
A Dsymbols.c235 unsigned int nsyms; in elf_for_each_global() local
246 nsyms = shdr->sh_size / shdr->sh_entsize; in elf_for_each_global()
248 for (n = 1; n < nsyms; ++n) { in elf_for_each_global()
/scripts/genksyms/
A Dgenksyms.c38 static int nsyms; variable
279 --nsyms; in __add_symbol()
309 ++nsyms; in __add_symbol()
842 nsyms, HASH_SIZE(symbol_hashtable), in main()
843 (double)nsyms / HASH_SIZE(symbol_hashtable)); in main()
/scripts/
A Dunifdef.c180 static int nsyms; /* number of symbols */ variable
1140 for (symind = 0; symind < nsyms; ++symind) { in findsym()
1161 if (nsyms >= MAXSYMS) in addsym()
1163 symind = nsyms++; in addsym()

Completed in 8 milliseconds