Searched defs:Section (Results 1 – 2 of 2) sorted by relevance
502 struct Section struct in gold::Dwp_output_file504 const char* name;505 off_t offset;506 section_size_type size;507 int align;508 std::vector<Contribution> contributions;510 Section(const char* n, int a) in Section() function
435 } Section; member