Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/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 …]
H A Drk_mini_dump.h32 void rk_minidump_get_el64(void **ram_image_addr, Elf64_Xword *ram_image_size);
/rk3399_rockchip-uboot/arch/arm/mach-rockchip/
H A Drk_mini_dump.c186 static Elf64_Xword rk_dump_elf64_image_phdr(void *ram_image, in rk_dump_elf64_image_phdr()
187 Elf64_Addr ehaddr, Elf64_Xword ehsize) in rk_dump_elf64_image_phdr()
508 (Elf64_Xword)mdreg->region_size); in rk_minidump_init()
518 void rk_minidump_get_el64(void **ram_image_addr, Elf64_Xword *ram_image_size) in rk_minidump_get_el64()