Searched refs:compressed_sections (Results 1 – 5 of 5) sorted by relevance
801 Compressed_section_map* compressed_sections = in setup() local804 if (compressed_sections != NULL && !compressed_sections->empty()) in setup()805 this->set_compressed_sections(compressed_sections); in setup()
381 Compressed_section_map* compressed_sections = in base_read_symbols() local384 if (compressed_sections != NULL) in base_read_symbols()385 this->set_compressed_sections(compressed_sections); in base_read_symbols()
1091 set_compressed_sections(Compressed_section_map* compressed_sections) in set_compressed_sections() argument1092 { this->compressed_sections_ = compressed_sections; } in set_compressed_sections()1095 compressed_sections() in compressed_sections() function
812 Compressed_section_map* compressed_sections = in do_find_special_sections() local815 if (compressed_sections != NULL) in do_find_special_sections()816 this->set_compressed_sections(compressed_sections); in do_find_special_sections()
1271 (Object::compressed_sections): New method.