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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/kernel/
H A Dvpe.c131 int *l_phsort; /* Sorted index list of program headers */ member in struct:vpe
282 (unsigned int)v->l_phsort);
283 kfree(v->l_phsort);
1257 kfree(v->l_phsort);
1269 v->l_phsort = NULL;
1392 #define CURPHDR (v->l_phdr[v->l_phsort[v->l_cur_seg]])
1503 v->l_phsort = kmalloc(v->l_ehdr->e_phnum
1508 (unsigned int)v->l_phsort);
1509 if (!v->l_phsort)
1512 v->l_phsort);
[all...]

Completed in 53 milliseconds