Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dcrash_core.h78 Elf_Word *append_elf_note(Elf_Word *buf, char *name, unsigned int type,
80 void final_note(Elf_Word *buf);
H A Delf.h47 #define Elf_Word Elf32_Word macro
59 #define Elf_Word Elf64_Word macro
/openbmc/linux/kernel/
H A Dcrash_core.c505 Elf_Word *append_elf_note(Elf_Word *buf, char *name, unsigned int type, in append_elf_note()
513 buf += DIV_ROUND_UP(sizeof(*note), sizeof(Elf_Word)); in append_elf_note()
515 buf += DIV_ROUND_UP(note->n_namesz, sizeof(Elf_Word)); in append_elf_note()
517 buf += DIV_ROUND_UP(data_len, sizeof(Elf_Word)); in append_elf_note()
522 void final_note(Elf_Word *buf) in final_note()