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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/
H A Dbinfmt_elf.c77 #define BAD_ADDR(x) ((unsigned long)(x) >= TASK_SIZE) macro
88 if (BAD_ADDR(addr))
348 if (!BAD_ADDR(map_addr))
464 if (BAD_ADDR(map_addr))
479 if (BAD_ADDR(k) ||
524 if (BAD_ADDR(error))
812 if (BAD_ADDR(error)) {
840 if (BAD_ADDR(k) || elf_ppnt->p_filesz > elf_ppnt->p_memsz ||
901 if (BAD_ADDR(elf_entry)) {
914 if (BAD_ADDR(elf_entr
[all...]
H A Dbinfmt_aout.c46 #define BAD_ADDR(x) ((unsigned long)(x) >= TASK_SIZE) macro
57 if (BAD_ADDR(addr))

Completed in 44 milliseconds