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

/netbsd-current/sys/arch/evbarm/mini2440/
H A Dmini2440_machdep.c697 int nsection; local
708 nsection = elfHeader->e_shnum;
710 printf("Number of sections: %d\n", nsection);
712 for(; nsection > 0; nsection--, sectionHeader++) {

Completed in 119 milliseconds