Lines Matching defs:section
116 struct section { struct
119 const char *name; /* section name */ argument
120 char *newname; /* new section name */ argument
123 void *buf; /* section content */ argument
124 uint8_t *pad; /* section padding */ argument
125 uint64_t off; /* section offset */ argument
126 uint64_t sz; /* section size */ argument
127 uint64_t cap; /* section capacity */ argument
128 uint64_t align; /* section alignment */ argument
129 uint64_t type; /* section type */ argument
130 uint64_t flags; /* section flags */ argument
131 uint64_t vma; /* section virtual addr */ argument
132 uint64_t lma; /* section load addr */ argument
133 uint64_t pad_sz;/* section padding size */ argument
140 TAILQ_ENTRY(section) sec_list; /* next section */ argument