/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | elf.h | 21 typedef __u32 Elf64_Word; typedef 197 Elf64_Word st_name; /* Symbol name, index in string tbl */ 229 Elf64_Word e_version; 233 Elf64_Word e_flags; 260 Elf64_Word p_type; 261 Elf64_Word p_flags; 321 Elf64_Word sh_name; /* Section name, index in string tbl */ 322 Elf64_Word sh_type; /* Type of section */ 327 Elf64_Word sh_link; /* Index of another section */ 328 Elf64_Word sh_inf [all...] |
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | elf.h | 21 typedef __u32 Elf64_Word; typedef 198 Elf64_Word st_name; /* Symbol name, index in string tbl */ 230 Elf64_Word e_version; 234 Elf64_Word e_flags; 261 Elf64_Word p_type; 262 Elf64_Word p_flags; 322 Elf64_Word sh_name; /* Section name, index in string tbl */ 323 Elf64_Word sh_type; /* Type of section */ 328 Elf64_Word sh_link; /* Index of another section */ 329 Elf64_Word sh_inf [all...] |
H A D | elf-fdpic.h | 39 Elf64_Word p_memsz; /* allocation size recorded in file */
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | elf.h | 33 typedef __u32 Elf64_Word; typedef 163 Elf64_Word st_name; 191 Elf64_Word e_version; 195 Elf64_Word e_flags; 217 Elf64_Word p_type; 218 Elf64_Word p_flags; 270 Elf64_Word sh_name; 271 Elf64_Word sh_type; 276 Elf64_Word sh_link; 277 Elf64_Word sh_inf [all...] |
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | elf.h | 33 typedef __u32 Elf64_Word; typedef 163 Elf64_Word st_name; 191 Elf64_Word e_version; 195 Elf64_Word e_flags; 217 Elf64_Word p_type; 218 Elf64_Word p_flags; 270 Elf64_Word sh_name; 271 Elf64_Word sh_type; 276 Elf64_Word sh_link; 277 Elf64_Word sh_inf [all...] |
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | elf.h | 20 typedef __u32 Elf64_Word; typedef 149 Elf64_Word st_name; 177 Elf64_Word e_version; 181 Elf64_Word e_flags; 203 Elf64_Word p_type; 204 Elf64_Word p_flags; 257 Elf64_Word sh_name; 258 Elf64_Word sh_type; 263 Elf64_Word sh_link; 264 Elf64_Word sh_inf [all...] |
/kernel/linux/linux-5.10/arch/powerpc/boot/ |
H A D | elf.h | 18 typedef unsigned int Elf64_Word; typedef 76 Elf64_Word e_version; 80 Elf64_Word e_flags; 107 Elf64_Word p_type; 108 Elf64_Word p_flags;
|
/kernel/linux/linux-6.6/arch/powerpc/boot/ |
H A D | elf.h | 18 typedef unsigned int Elf64_Word; typedef 76 Elf64_Word e_version; 80 Elf64_Word e_flags; 107 Elf64_Word p_type; 108 Elf64_Word p_flags;
|
/kernel/linux/linux-5.10/arch/powerpc/platforms/powernv/ |
H A D | opal-core.c | 92 static Elf64_Word *append_elf64_note(Elf64_Word *buf, char *name, in append_elf64_note() 97 Elf64_Word namesz = strlen(name) + 1; in append_elf64_note() 102 buf += DIV_ROUND_UP(sizeof(*note), sizeof(Elf64_Word)); in append_elf64_note() 104 buf += DIV_ROUND_UP(namesz, sizeof(Elf64_Word)); in append_elf64_note() 106 buf += DIV_ROUND_UP(data_len, sizeof(Elf64_Word)); in append_elf64_note() 137 static Elf64_Word *auxv_to_elf64_notes(Elf64_Word *buf, in auxv_to_elf64_notes() 221 static Elf64_Word * __init opalcore_append_cpu_notes(Elf64_Word *bu [all...] |
/kernel/linux/linux-6.6/arch/powerpc/platforms/powernv/ |
H A D | opal-core.c | 92 static Elf64_Word *__init append_elf64_note(Elf64_Word *buf, char *name, in append_elf64_note() 97 Elf64_Word namesz = strlen(name) + 1; in append_elf64_note() 102 buf += DIV_ROUND_UP(sizeof(*note), sizeof(Elf64_Word)); in append_elf64_note() 104 buf += DIV_ROUND_UP(namesz, sizeof(Elf64_Word)); in append_elf64_note() 106 buf += DIV_ROUND_UP(data_len, sizeof(Elf64_Word)); in append_elf64_note() 137 static Elf64_Word *__init auxv_to_elf64_notes(Elf64_Word *buf, in auxv_to_elf64_notes() 221 static Elf64_Word * __init opalcore_append_cpu_notes(Elf64_Word *bu [all...] |
/kernel/linux/linux-5.10/arch/mips/include/asm/ |
H A D | module.h | 21 Elf64_Word r_sym; /* Symbol index. */ 30 Elf64_Word r_sym; /* Symbol index. */
|
/kernel/linux/linux-6.6/arch/mips/include/asm/ |
H A D | module.h | 21 Elf64_Word r_sym; /* Symbol index. */ 30 Elf64_Word r_sym; /* Symbol index. */
|
/kernel/linux/linux-5.10/arch/mips/boot/tools/ |
H A D | relocs_64.c | 15 Elf64_Word r_sym; /* Symbol index. */
|
/kernel/linux/linux-6.6/arch/mips/boot/tools/ |
H A D | relocs_64.c | 15 Elf64_Word r_sym; /* Symbol index. */
|
/kernel/linux/linux-5.10/arch/s390/kernel/ |
H A D | crash_dump.c | 298 static const char *nt_name(Elf64_Word type) in nt_name() 310 static void *nt_init_name(void *buf, Elf64_Word type, void *desc, int d_len, in nt_init_name() 331 static inline void *nt_init(void *buf, Elf64_Word type, void *desc, int d_len) in nt_init() 350 static inline size_t nt_size(Elf64_Word type, int d_len) in nt_size()
|
/kernel/linux/linux-6.6/arch/s390/kernel/ |
H A D | crash_dump.c | 239 static const char *nt_name(Elf64_Word type) in nt_name() 251 static void *nt_init_name(void *buf, Elf64_Word type, void *desc, int d_len, in nt_init_name() 272 static inline void *nt_init(void *buf, Elf64_Word type, void *desc, int d_len) in nt_init() 291 static inline size_t nt_size(Elf64_Word type, int d_len) in nt_size()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | elf.h | 49 #define Elf_Word Elf64_Word
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | elf.h | 59 #define Elf_Word Elf64_Word
|
/kernel/linux/linux-5.10/arch/arm64/kernel/ |
H A D | module-plts.c | 162 Elf64_Word dstidx, Elf_Shdr *dstsec) in count_plts() 258 Elf64_Word dstidx) in branch_rela_needs_plt() 272 int numrels, Elf64_Word dstidx) in partition_branch_plt_relas()
|
/kernel/linux/linux-6.6/arch/arm64/kernel/ |
H A D | module-plts.c | 158 Elf64_Word dstidx, Elf_Shdr *dstsec) in count_plts() 251 Elf64_Word dstidx) in branch_rela_needs_plt() 265 int numrels, Elf64_Word dstidx) in partition_branch_plt_relas()
|
/kernel/linux/linux-5.10/arch/parisc/kernel/ |
H A D | module.c | 112 Elf64_Word insns[4]; /* each stub entry has four insns */ 365 static Elf64_Word get_got(struct module *me, unsigned long value, long addend) in get_got() 672 Elf64_Word *loc; in apply_relocate_add()
|
/kernel/linux/linux-6.6/arch/parisc/kernel/ |
H A D | module.c | 93 Elf64_Word insns[4]; /* each stub entry has four insns */ 348 static Elf64_Word get_got(struct module *me, unsigned long value, long addend) in get_got() 655 Elf64_Word *loc; in apply_relocate_add()
|
/kernel/linux/linux-6.6/tools/testing/selftests/sgx/ |
H A D | main.c | 43 Elf64_Word *elf_hashtab; 117 Elf64_Word bucketnum = symtab->elf_hashtab[0]; in vdso_symtab_get() 118 Elf64_Word *buckettab = &symtab->elf_hashtab[2]; in vdso_symtab_get() 119 Elf64_Word *chaintab = &symtab->elf_hashtab[2 + bucketnum]; in vdso_symtab_get() 121 Elf64_Word i; in vdso_symtab_get()
|
/kernel/linux/linux-5.10/scripts/ |
H A D | recordmcount.c | 491 Elf64_Word r_sym; /* Symbol index. */
|
/kernel/linux/linux-6.6/scripts/ |
H A D | recordmcount.c | 491 Elf64_Word r_sym; /* Symbol index. */
|