Searched refs:Elf64_Word (Results 1 – 11 of 11) sorted by relevance
/linux-5.19.10/include/uapi/linux/ |
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_info; /* Additional section information */ [all …]
|
/linux-5.19.10/arch/powerpc/boot/ |
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;
|
/linux-5.19.10/arch/powerpc/platforms/powernv/ |
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 *buf) in opalcore_append_cpu_notes() 226 Elf64_Word *first_cpu_note; in opalcore_append_cpu_notes() 419 bufp = (char *)opalcore_append_cpu_notes((Elf64_Word *)bufp); in create_opalcore() 420 bufp = (char *)auxv_to_elf64_notes((Elf64_Word *)bufp, opal_boot_entry); in create_opalcore()
|
/linux-5.19.10/arch/mips/include/asm/ |
D | module.h | 21 Elf64_Word r_sym; /* Symbol index. */ 30 Elf64_Word r_sym; /* Symbol index. */
|
/linux-5.19.10/tools/testing/selftests/sgx/ |
D | main.c | 31 Elf64_Word *elf_hashtab; 96 Elf64_Word bucketnum = symtab->elf_hashtab[0]; in vdso_symtab_get() 97 Elf64_Word *buckettab = &symtab->elf_hashtab[2]; in vdso_symtab_get() 98 Elf64_Word *chaintab = &symtab->elf_hashtab[2 + bucketnum]; in vdso_symtab_get() 100 Elf64_Word i; in vdso_symtab_get()
|
/linux-5.19.10/arch/mips/boot/tools/ |
D | relocs_64.c | 15 Elf64_Word r_sym; /* Symbol index. */
|
/linux-5.19.10/arch/arm64/kernel/ |
D | module-plts.c | 161 Elf64_Word dstidx, Elf_Shdr *dstsec) in count_plts() 257 Elf64_Word dstidx) in branch_rela_needs_plt() 271 int numrels, Elf64_Word dstidx) in partition_branch_plt_relas()
|
/linux-5.19.10/include/linux/ |
D | elf.h | 59 #define Elf_Word Elf64_Word
|
/linux-5.19.10/arch/s390/kernel/ |
D | crash_dump.c | 307 static const char *nt_name(Elf64_Word type) in nt_name() 319 static void *nt_init_name(void *buf, Elf64_Word type, void *desc, int d_len, in nt_init_name() 340 static inline void *nt_init(void *buf, Elf64_Word type, void *desc, int d_len) in nt_init() 359 static inline size_t nt_size(Elf64_Word type, int d_len) in nt_size()
|
/linux-5.19.10/arch/parisc/kernel/ |
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()
|
/linux-5.19.10/scripts/ |
D | recordmcount.c | 457 Elf64_Word r_sym; /* Symbol index. */
|