Searched defs:ELFSectionHeader (Results 1 – 2 of 2) sorted by relevance
2323 struct ELFSectionHeader { struct2324 ELFSectionHeader(unsigned int set_type) in ELFSectionHeader() function2339 void AppendSectionHeader(CFISection *table, const ELFSectionHeader &header) { in AppendSectionHeader() argument
269 struct ELFSectionHeader { struct270 uint32_t name;271 uint32_t type;272 uintptr_t flags;273 uintptr_t address;274 uintptr_t offset;275 uintptr_t size;276 uint32_t link;277 uint32_t info;278 uintptr_t alignment;[all …]