Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/binutils/dist/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.h1091 set_compressed_sections(Compressed_section_map* compressed_sections) in set_compressed_sections() argument
1092 { this->compressed_sections_ = compressed_sections; } in set_compressed_sections()
1095 compressed_sections() in compressed_sections() function
Dobject.cc812 Compressed_section_map* compressed_sections = in do_find_special_sections() local
815 if (compressed_sections != NULL) in do_find_special_sections()
816 this->set_compressed_sections(compressed_sections); in do_find_special_sections()
DChangeLog-08151271 (Object::compressed_sections): New method.