LCOV - code coverage report
Current view: top level - kernel - elfcore.c (source / functions) Hit Total Coverage
Test: coverage.info Lines: 4 8 50.0 %
Date: 2014-02-18 Functions: 4 4 100.0 %
Branches: 0 0 -

           Branch data     Line data    Source code
       1                 :            : #include <linux/elf.h>
       2                 :            : #include <linux/fs.h>
       3                 :            : #include <linux/mm.h>
       4                 :            : #include <linux/binfmts.h>
       5                 :            : 
       6                 :          0 : Elf_Half __weak elf_core_extra_phdrs(void)
       7                 :            : {
       8                 :         18 :         return 0;
       9                 :            : }
      10                 :            : 
      11                 :          0 : int __weak elf_core_write_extra_phdrs(struct coredump_params *cprm, loff_t offset)
      12                 :            : {
      13                 :         18 :         return 1;
      14                 :            : }
      15                 :            : 
      16                 :          0 : int __weak elf_core_write_extra_data(struct coredump_params *cprm)
      17                 :            : {
      18                 :         18 :         return 1;
      19                 :            : }
      20                 :            : 
      21                 :          0 : size_t __weak elf_core_extra_data_size(void)
      22                 :            : {
      23                 :         18 :         return 0;
      24                 :            : }

Generated by: LCOV version 1.9