Searched defs:ndata (Results 1 - 1 of 1) sorted by relevance

/arch/mips/boot/
H A Delf2ecoff.c365 struct sect ndata, nbss; local
367 ndata.vaddr = ph[i].p_vaddr;
368 ndata.len = ph[i].p_filesz;
372 combine(&data, &ndata, 0);

Completed in 55 milliseconds