Lines Matching defs:elf64_sec_entry
99 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 */
110 uint64_t sh_entsize; /*Size of entries, if section has table */