Home
last modified time | relevance | path

Searched refs:compressed_sections (Results 1 – 4 of 4) sorted by relevance

/toolchain/binutils/binutils-2.25/gold/
Ddwp.cc801 Compressed_section_map* compressed_sections = in setup() local
804 if (compressed_sections != NULL && !compressed_sections->empty()) in setup()
805 this->set_compressed_sections(compressed_sections); in setup()
Ddynobj.cc381 Compressed_section_map* compressed_sections = in base_read_symbols() local
384 if (compressed_sections != NULL) in base_read_symbols()
385 this->set_compressed_sections(compressed_sections); in base_read_symbols()
Dobject.h969 set_compressed_sections(Compressed_section_map* compressed_sections) in set_compressed_sections() argument
970 { this->compressed_sections_ = compressed_sections; } in set_compressed_sections()
973 compressed_sections() in compressed_sections() function
Dobject.cc745 Compressed_section_map* compressed_sections = in do_find_special_sections() local
748 if (compressed_sections != NULL) in do_find_special_sections()
749 this->set_compressed_sections(compressed_sections); in do_find_special_sections()