Searched refs:compressed_sections (Results 1 – 4 of 4) 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()
969 set_compressed_sections(Compressed_section_map* compressed_sections) in set_compressed_sections() argument970 { this->compressed_sections_ = compressed_sections; } in set_compressed_sections()973 compressed_sections() in compressed_sections() function
745 Compressed_section_map* compressed_sections = in do_find_special_sections() local748 if (compressed_sections != NULL) in do_find_special_sections()749 this->set_compressed_sections(compressed_sections); in do_find_special_sections()