Home
last modified time | relevance | path

Searched refs:Elf64_Xword (Results 1 – 9 of 9) sorted by relevance

/linux-6.6.21/include/uapi/linux/
Delf.h22 typedef __u64 Elf64_Xword; typedef
154 Elf64_Xword d_val;
173 Elf64_Xword r_info; /* index and type of relocation */
184 Elf64_Xword r_info; /* index and type of relocation */
203 Elf64_Xword st_size; /* Associated symbol size */
266 Elf64_Xword p_filesz; /* Segment size in file */
267 Elf64_Xword p_memsz; /* Segment size in memory */
268 Elf64_Xword p_align; /* Segment alignment, file & memory */
324 Elf64_Xword sh_flags; /* Miscellaneous section attributes */
327 Elf64_Xword sh_size; /* Size of section in bytes */
[all …]
/linux-6.6.21/arch/powerpc/boot/
Delf.h19 typedef unsigned long long Elf64_Xword; typedef
112 Elf64_Xword p_filesz; /* Segment size in file */
113 Elf64_Xword p_memsz; /* Segment size in memory */
114 Elf64_Xword p_align; /* Segment alignment, file & memory */
/linux-6.6.21/arch/mips/boot/tools/
Drelocs_64.c21 Elf64_Xword unused;
/linux-6.6.21/arch/alpha/kernel/
Dmodule.c30 struct got_entry *chains, Elf64_Xword *poffset) in process_reloc_for_got()
/linux-6.6.21/arch/parisc/kernel/
Dmodule.c656 Elf64_Xword *loc64; in apply_relocate_add()
681 loc64 = (Elf64_Xword *)loc; in apply_relocate_add()
/linux-6.6.21/scripts/
Drecordmcount.c489 Elf64_Xword r_info;
/linux-6.6.21/tools/objtool/
Delf.c602 Elf64_Xword entsize = symtab->sh.sh_entsize; in elf_update_symbol()
/linux-6.6.21/Documentation/bpf/
Dllvm_reloc.rst18 Elf64_Xword r_info; // Relocation type and symbol index.
/linux-6.6.21/scripts/mod/
Dmodpost.c1464 Elf64_Xword r_info64 = r_info; in get_rel_type_and_sym()