Home
last modified time | relevance | path

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

/linux-4.4.14/include/uapi/linux/
Delf.h20 typedef __u32 Elf64_Word; typedef
192 Elf64_Word st_name; /* Symbol name, index in string tbl */
224 Elf64_Word e_version;
228 Elf64_Word e_flags;
255 Elf64_Word p_type;
256 Elf64_Word p_flags;
313 Elf64_Word sh_name; /* Section name, index in string tbl */
314 Elf64_Word sh_type; /* Type of section */
319 Elf64_Word sh_link; /* Index of another section */
320 Elf64_Word sh_info; /* Additional section information */
[all …]
/linux-4.4.14/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;
/linux-4.4.14/arch/mips/include/asm/
Dmodule.h20 Elf64_Word r_sym; /* Symbol index. */
29 Elf64_Word r_sym; /* Symbol index. */
/linux-4.4.14/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()
/linux-4.4.14/arch/parisc/kernel/
Dmodule.c132 Elf64_Word insns[4]; /* each stub entry has four insns */
385 static Elf64_Word get_got(struct module *me, unsigned long value, long addend) in get_got()
684 Elf64_Word *loc; in apply_relocate_add()
/linux-4.4.14/scripts/
Drecordmcount.c381 Elf64_Word r_sym; /* Symbol index. */
/linux-4.4.14/arch/s390/kernel/
Dcrash_dump.c254 static void *nt_init(void *buf, Elf64_Word type, void *desc, int d_len, in nt_init()