Home
last modified time | relevance | path

Searched refs:Elf64_Word (Results 1 – 5 of 5) sorted by relevance

/arch/powerpc/boot/
Delf.h17 typedef unsigned int Elf64_Word; typedef
75 Elf64_Word e_version;
79 Elf64_Word e_flags;
106 Elf64_Word p_type;
107 Elf64_Word p_flags;
/arch/mips/include/asm/
Dmodule.h20 Elf64_Word r_sym; /* Symbol index. */
29 Elf64_Word r_sym; /* Symbol index. */
/arch/ia64/kernel/
Dcrash.c30 static inline Elf64_Word
31 *append_elf_note(Elf64_Word *buf, char *name, unsigned type, void *data, in append_elf_note()
/arch/parisc/kernel/
Dmodule.c132 Elf64_Word insns[4]; /* each stub entry has four insns */
389 static Elf64_Word get_got(struct module *me, unsigned long value, long addend) in get_got()
688 Elf64_Word *loc; in apply_relocate_add()
/arch/s390/kernel/
Dcrash_dump.c288 static void *nt_init(void *buf, Elf64_Word type, void *desc, int d_len, in nt_init()