Home
last modified time | relevance | path

Searched defs:elf64_sec_entry (Results 1 – 1 of 1) sorted by relevance

/hypervisor/boot/include/
A Delf.h99 struct elf64_sec_entry struct
101 uint32_t sh_name; /*Section name */
102 uint32_t sh_type; /*Section type */
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 */
107 uint32_t sh_link; /*Link to other section */
108 uint32_t sh_info; /*Miscellaneous information */
109 uint64_t sh_addralign; /*Address alignment boundary */
[all …]

Completed in 4 milliseconds