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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dflat.h20 #define MAX_SHARED_LIBS (4) macro
22 #define MAX_SHARED_LIBS (1) macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/
H A Dbinfmt_flat.c67 } lib_list[MAX_SHARED_LIBS];
315 if (id >= MAX_SHARED_LIBS) {
540 len = data_len + extra + MAX_SHARED_LIBS * sizeof(unsigned long);
563 datapos = realdatastart + MAX_SHARED_LIBS * sizeof(unsigned long);
592 len = text_len + data_len + extra + MAX_SHARED_LIBS * sizeof(unsigned long);
616 datapos = realdatastart + MAX_SHARED_LIBS * sizeof(unsigned long);
618 MAX_SHARED_LIBS * sizeof(unsigned long));
656 MAX_SHARED_LIBS * sizeof(unsigned long));
867 for (i=0; i<MAX_SHARED_LIBS; i++)
869 for (j=0; j<MAX_SHARED_LIBS;
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/blackfin/kernel/
H A Dptrace.c48 #define MAX_SHARED_LIBS 3 macro
197 add = MAX_SHARED_LIBS * 4; /* space between text and data */

Completed in 71 milliseconds