Searched defs:ElfShdr (Results 1 – 1 of 1) sorted by relevance
59 struct ElfShdr { struct60 uint32_t name = 0; // Section name (string tbl index)61 uint32_t type = 0; // Section type62 uint64_t flags = 0; // Section flags63 uint64_t addr = 0; // Section virtual addr at execution64 uint64_t offset = 0; // Section file offset65 uint64_t size = 0; // Section size in bytes66 uint32_t link = 0; // Link to another section67 uint32_t info = 0; // Additional section information68 uint64_t addrAlign = 0; // Section alignment[all …]