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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/kernel/
H A Dirixelf.c320 int elf_type = MAP_PRIVATE | MAP_DENYWRITE; local
329 elf_type |= MAP_FIXED;
338 elf_prot, (unsigned long) elf_type,
345 elf_prot, elf_type,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/
H A Dbinfmt_elf.c363 int elf_type = MAP_PRIVATE | MAP_DENYWRITE; local
376 elf_type |= MAP_FIXED;
379 eppnt, elf_prot, elf_type);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/
H A Dmodule.c1481 static char elf_type(const Elf_Sym *sym, function
1536 = elf_type(&mod->symtab[i], sechdrs, secstrings, mod);

Completed in 108 milliseconds