Home
last modified time | relevance | path

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

/Linux-v5.15/include/uapi/linux/
Delf.h22 typedef __u64 Elf64_Xword; typedef
150 Elf64_Xword d_val;
169 Elf64_Xword r_info; /* index and type of relocation */
180 Elf64_Xword r_info; /* index and type of relocation */
199 Elf64_Xword st_size; /* Associated symbol size */
262 Elf64_Xword p_filesz; /* Segment size in file */
263 Elf64_Xword p_memsz; /* Segment size in memory */
264 Elf64_Xword p_align; /* Segment alignment, file & memory */
320 Elf64_Xword sh_flags; /* Miscellaneous section attributes */
323 Elf64_Xword sh_size; /* Size of section in bytes */
[all …]
/Linux-v5.15/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-v5.15/arch/mips/boot/tools/
Drelocs_64.c21 Elf64_Xword unused;
/Linux-v5.15/scripts/mod/
Dmodpost.h65 Elf64_Xword r_info_number;
/Linux-v5.15/arch/alpha/kernel/
Dmodule.c30 struct got_entry *chains, Elf64_Xword *poffset) in process_reloc_for_got()
/Linux-v5.15/arch/parisc/kernel/
Dmodule.c673 Elf64_Xword *loc64; in apply_relocate_add()
698 loc64 = (Elf64_Xword *)loc; in apply_relocate_add()
/Linux-v5.15/scripts/
Drecordmcount.c455 Elf64_Xword r_info;
/Linux-v5.15/Documentation/bpf/
Dllvm_reloc.rst18 Elf64_Xword r_info; // Relocation type and symbol index.