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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/proc/
H A Dvmcore.c31 static size_t elfcorebuf_sz; variable
117 if (*fpos < elfcorebuf_sz) {
118 tsz = elfcorebuf_sz - *fpos;
530 elfcorebuf_sz = sizeof(Elf64_Ehdr) + ehdr.e_phnum * sizeof(Elf64_Phdr);
531 elfcorebuf = kmalloc(elfcorebuf_sz, GFP_KERNEL);
535 rc = read_from_oldmem(elfcorebuf, elfcorebuf_sz, &addr, 0);
542 rc = merge_note_headers_elf64(elfcorebuf, &elfcorebuf_sz, &vmcore_list);
547 rc = process_ptload_program_headers_elf64(elfcorebuf, elfcorebuf_sz,
586 elfcorebuf_sz = sizeof(Elf32_Ehdr) + ehdr.e_phnum * sizeof(Elf32_Phdr);
587 elfcorebuf = kmalloc(elfcorebuf_sz, GFP_KERNE
[all...]

Completed in 39 milliseconds