Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A 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 …]
/openbmc/u-boot/include/
H A Delf.h31 typedef uint64_t Elf64_Xword; typedef
248 Elf64_Xword sh_flags; /* flags */
251 Elf64_Xword sh_size; /* section size */
254 Elf64_Xword sh_addralign; /* address alignment */
255 Elf64_Xword sh_entsize; /* section entry size */
416 Elf64_Xword r_info; /* index and type of relocation */
421 Elf64_Xword r_info; /* index and type of relocation */
448 Elf64_Xword p_filesz; /* number of bytes in file for seg */
449 Elf64_Xword p_memsz; /* number of bytes in mem. for seg */
450 Elf64_Xword p_align; /* memory alignment */
[all …]
/openbmc/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 */
/openbmc/qemu/include/
H A Delf.h18 typedef uint64_t Elf64_Xword; typedef
356 Elf64_Xword d_val;
1458 Elf64_Xword r_info; /* index and type of relocation */
1469 Elf64_Xword r_info; /* index and type of relocation */
1488 Elf64_Xword st_size; /* Associated symbol size */
1556 Elf64_Xword p_filesz; /* Segment size in file */
1557 Elf64_Xword p_memsz; /* Segment size in memory */
1558 Elf64_Xword p_align; /* Segment alignment, file & memory */
1617 Elf64_Xword sh_flags; /* Miscellaneous section attributes */
1620 Elf64_Xword sh_size; /* Size of section in bytes */
[all …]
/openbmc/openbmc/poky/meta/recipes-devtools/elfutils/files/
H A D0002-Fix-elf_cvt_gunhash-if-dest-and-src-are-same.patch39 Elf64_Xword *dest64 = (Elf64_Xword *) &dest32[4];
/openbmc/openbmc/poky/meta/recipes-core/glibc/ldconfig-native-2.12.1/
H A Dendian-ness_handling_fix.patch21 + Elf64_Xword dynamic_size;
44 + Elf64_Xword size = read64(segment->p_filesz, be);
H A Dldconfig-handle-.dynstr-located-in-separate-segment.patch107 Elf64_Xword dynamic_size;
/openbmc/linux/arch/mips/boot/tools/
H A Drelocs_64.c21 Elf64_Xword unused;
/openbmc/openbmc/poky/meta/recipes-core/musl/musl/
H A D0003-elf.h-add-typedefs-for-Elf64_Relr-and-Elf32_Relr.patch28 +typedef Elf64_Xword Elf64_Relr;
/openbmc/linux/arch/alpha/kernel/
H A Dmodule.c30 struct got_entry *chains, Elf64_Xword *poffset) in process_reloc_for_got()
/openbmc/linux/arch/parisc/kernel/
H A Dmodule.c656 Elf64_Xword *loc64; in apply_relocate_add()
681 loc64 = (Elf64_Xword *)loc; in apply_relocate_add()
/openbmc/linux/scripts/
H A Drecordmcount.c489 Elf64_Xword r_info;
/openbmc/linux/tools/objtool/
H A Delf.c602 Elf64_Xword entsize = symtab->sh.sh_entsize; in elf_update_symbol()
/openbmc/linux/Documentation/bpf/
H A Dllvm_reloc.rst18 Elf64_Xword r_info; // Relocation type and symbol index.
/openbmc/linux/scripts/mod/
H A Dmodpost.c1411 Elf64_Xword r_info64 = r_info; in get_rel_type_and_sym()