Searched defs:section_template (Results 1 – 1 of 1) sorted by relevance
122 struct section_template { struct123 char sectname[16]; /* name of this section */124 char segname[16]; /* segment this section goes in */125 AddressOffsetT addr; /* memory address of this section */126 AddressOffsetT size; /* size in bytes of this section */127 boost::uint32_t offset; /* file offset of this section */128 boost::uint32_t align; /* section alignment (power of 2) */129 boost::uint32_t reloff; /* file offset of relocation entries */130 boost::uint32_t nreloc; /* number of relocation entries */131 boost::uint32_t flags; /* flags (section type and attributes)*/[all …]