Lines 127-132
struct section {
Link Here
|
127 |
uint64_t cap; /* section capacity */ |
127 |
uint64_t cap; /* section capacity */ |
128 |
uint64_t align; /* section alignment */ |
128 |
uint64_t align; /* section alignment */ |
129 |
uint64_t type; /* section type */ |
129 |
uint64_t type; /* section type */ |
|
|
130 |
uint64_t flags; /* section flags */ |
130 |
uint64_t vma; /* section virtual addr */ |
131 |
uint64_t vma; /* section virtual addr */ |
131 |
uint64_t lma; /* section load addr */ |
132 |
uint64_t lma; /* section load addr */ |
132 |
uint64_t pad_sz;/* section padding size */ |
133 |
uint64_t pad_sz;/* section padding size */ |