Release 4.11 kernel/elfcore.c
#include <linux/elf.h>
#include <linux/fs.h>
#include <linux/mm.h>
#include <linux/binfmts.h>
Elf_Half __weak elf_core_extra_phdrs(void)
{
return 0;
}
Contributors
Person | Tokens | Prop | Commits | CommitProp |
Daisuke Hatayama | 11 | 100.00% | 1 | 100.00% |
Total | 11 | 100.00% | 1 | 100.00% |
int __weak elf_core_write_extra_phdrs(struct coredump_params *cprm, loff_t offset)
{
return 1;
}
Contributors
Person | Tokens | Prop | Commits | CommitProp |
Daisuke Hatayama | 15 | 88.24% | 1 | 50.00% |
Al Viro | 2 | 11.76% | 1 | 50.00% |
Total | 17 | 100.00% | 2 | 100.00% |
int __weak elf_core_write_extra_data(struct coredump_params *cprm)
{
return 1;
}
Contributors
Person | Tokens | Prop | Commits | CommitProp |
Daisuke Hatayama | 12 | 85.71% | 1 | 50.00% |
Al Viro | 2 | 14.29% | 1 | 50.00% |
Total | 14 | 100.00% | 2 | 100.00% |
size_t __weak elf_core_extra_data_size(void)
{
return 0;
}
Contributors
Person | Tokens | Prop | Commits | CommitProp |
Daisuke Hatayama | 11 | 100.00% | 1 | 100.00% |
Total | 11 | 100.00% | 1 | 100.00% |
Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
Daisuke Hatayama | 60 | 92.31% | 2 | 66.67% |
Al Viro | 5 | 7.69% | 1 | 33.33% |
Total | 65 | 100.00% | 3 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.