Searched defs:ELFSectionHeader (Results 1 – 3 of 3) sorted by relevance
153 struct ELFSectionHeader struct166 ELFSectionHeader(); argument
194 ELFSectionHeader::ELFSectionHeader() in ELFSectionHeader() function in ELFSectionHeader
263 struct ELFSectionHeader { struct264 uint32_t name;265 uint32_t type;266 uintptr_t flags;267 uintptr_t address;268 uintptr_t offset;269 uintptr_t size;270 uint32_t link;271 uint32_t info;272 uintptr_t alignment;[all …]