Searched defs:ELFSectionHeader (Results 1 – 1 of 1) sorted by relevance
268 struct ELFSectionHeader { struct269 uint32_t name;270 uint32_t type;271 uintptr_t flags;272 uintptr_t address;273 uintptr_t offset;274 uintptr_t size;275 uint32_t link;276 uint32_t info;277 uintptr_t alignment;[all …]