Home
last modified time | relevance | path

Searched refs:Elf_Word (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/
H A Dcrash_core.h76 Elf_Word *append_elf_note(Elf_Word *buf, char *name, unsigned int type,
78 void final_note(Elf_Word *buf);
H A Delf.h37 #define Elf_Word Elf32_Word macro
49 #define Elf_Word Elf64_Word macro
/OK3568_Linux_fs/kernel/kernel/
H A Dcrash_core.c297 Elf_Word *append_elf_note(Elf_Word *buf, char *name, unsigned int type, in append_elf_note()
305 buf += DIV_ROUND_UP(sizeof(*note), sizeof(Elf_Word)); in append_elf_note()
307 buf += DIV_ROUND_UP(note->n_namesz, sizeof(Elf_Word)); in append_elf_note()
309 buf += DIV_ROUND_UP(data_len, sizeof(Elf_Word)); in append_elf_note()
314 void final_note(Elf_Word *buf) in final_note()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/
H A Delf.h16 typedef Elf32_Word Elf_Word; typedef
45 typedef Elf64_Word Elf_Word; typedef
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/
H A Delf.h16 typedef Elf32_Word Elf_Word; typedef
45 typedef Elf64_Word Elf_Word; typedef
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/
H A Delf.h16 typedef Elf32_Word Elf_Word; typedef
45 typedef Elf64_Word Elf_Word; typedef
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/
H A Delf.h16 typedef Elf32_Word Elf_Word; typedef
45 typedef Elf64_Word Elf_Word; typedef
/OK3568_Linux_fs/kernel/drivers/soc/rockchip/minidump/
H A Dminidump_log.c581 static Elf_Word *append_elf_note(Elf_Word *buf, char *name, unsigned int type, in append_elf_note()
589 buf += DIV_ROUND_UP(sizeof(*note), sizeof(Elf_Word)); in append_elf_note()
591 buf += DIV_ROUND_UP(note->n_namesz, sizeof(Elf_Word)); in append_elf_note()
599 Elf_Word *buf; in register_note_section()
612 buf = (Elf_Word *)mdr->virt_addr; in register_note_section()
619 buf += DIV_ROUND_UP(data_len, sizeof(Elf_Word)); in register_note_section()