Lines Matching refs:uint64_t
73 uint64_t e_entry; /*Entry point address */
74 uint64_t e_phoff; /*Program header offset */
75 uint64_t e_shoff; /*Section header offset */
90 uint64_t p_offset; /* Offset in file */
91 uint64_t p_vaddr; /* Virtual address in memory */
92 uint64_t p_paddr; /* Physical address in memory */
93 uint64_t p_filesz; /* Size of segment in file */
94 uint64_t p_memsz; /* Size of segment in memory */
95 uint64_t p_align; /* Alignment of segment */
103 uint64_t sh_flags; /*Section attributes */
104 uint64_t sh_addr; /*Virtual address in memory */
105 uint64_t sh_offset; /*Offset in file */
106 uint64_t sh_size; /*Size of section */
109 uint64_t sh_addralign; /*Address alignment boundary */
110 uint64_t sh_entsize; /*Size of entries, if section has table */