Searched refs:dump_align (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | coredump.h | 23 extern int dump_align(struct coredump_params *cprm, int align);
|
| /OK3568_Linux_fs/kernel/arch/powerpc/platforms/cell/spufs/ |
| H A D | coredump.c | 132 if (!dump_align(cprm, 4)) in spufs_arch_write_note()
|
| /OK3568_Linux_fs/kernel/fs/ |
| H A D | coredump.c | 915 int dump_align(struct coredump_params *cprm, int align) in dump_align() function 922 EXPORT_SYMBOL(dump_align);
|
| H A D | binfmt_elf_fdpic.c | 1248 dump_emit(cprm, men->name, en.n_namesz) && dump_align(cprm, 4) && in writenote() 1249 dump_emit(cprm, men->data, men->datasz) && dump_align(cprm, 4); in writenote()
|
| H A D | binfmt_elf.c | 1461 dump_emit(cprm, men->name, en.n_namesz) && dump_align(cprm, 4) && in writenote() 1462 dump_emit(cprm, men->data, men->datasz) && dump_align(cprm, 4); in writenote()
|
| /OK3568_Linux_fs/kernel/android/ |
| H A D | abi_gki_aarch64_galaxy | 1824 dump_align
|