Home
last modified time | relevance | path

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

/linux/tools/include/uapi/linux/
H A Delf.h23 typedef __u64 Elf64_Xword; typedef
162 Elf64_Xword d_val;
181 Elf64_Xword r_info; /* index and type of relocation */
192 Elf64_Xword r_info; /* index and type of relocation */
211 Elf64_Xword st_size; /* Associated symbol size */
274 Elf64_Xword p_filesz; /* Segment size in file */
275 Elf64_Xword p_memsz; /* Segment size in memory */
276 Elf64_Xword p_align; /* Segment alignment, file & memory */
332 Elf64_Xword sh_flags; /* Miscellaneous section attributes */
335 Elf64_Xword sh_size; /* Size of section in bytes */
[all …]
/linux/include/uapi/linux/
H A Delf.h23 typedef __u64 Elf64_Xword; typedef
162 Elf64_Xword d_val;
181 Elf64_Xword r_info; /* index and type of relocation */
192 Elf64_Xword r_info; /* index and type of relocation */
211 Elf64_Xword st_size; /* Associated symbol size */
274 Elf64_Xword p_filesz; /* Segment size in file */
275 Elf64_Xword p_memsz; /* Segment size in memory */
276 Elf64_Xword p_align; /* Segment alignment, file & memory */
342 Elf64_Xword sh_flags; /* Miscellaneous section attributes */
345 Elf64_Xword sh_size; /* Size of section in bytes */
[all …]
/linux/arch/powerpc/boot/
H A 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/arch/mips/boot/tools/
H A Drelocs_64.c21 Elf64_Xword unused;
/linux/arch/alpha/kernel/
H A Dmodule.c30 struct got_entry *chains, Elf64_Xword *poffset) in process_reloc_for_got()
/linux/arch/parisc/kernel/
H A Dmodule.c644 Elf64_Xword *loc64; in apply_relocate_add()
669 loc64 = (Elf64_Xword *)loc; in apply_relocate_add()
/linux/scripts/
H A Drecordmcount.c489 Elf64_Xword r_info;
/linux/Documentation/bpf/
H A Dllvm_reloc.rst18 Elf64_Xword r_info; // Relocation type and symbol index.
/linux/tools/objtool/
H A Delf.c736 Elf64_Xword entsize = symtab->sh.sh_entsize; in elf_update_symbol()
/linux/scripts/mod/
H A Dmodpost.c1332 r_info = TO_NATIVE((Elf64_Xword)r_info); in get_rel_type_and_sym()