Searched refs:get_sections (Results 1 – 9 of 9) sorted by relevance
19 for section in o.get_sections():30 for section in o.get_sections():60 for section in o.get_sections():
361 def get_sections(self): member in global_config_class
123 def get_sections(self, cache=False): member in ObjectFile
290 size_t get_sections (void) in process_file()552 if (foutput == NULL && get_sections () == 0) in process_file()
229 * elfcompress.c (get_sections): New function.
82 config_mock.get_sections().AndReturn(['section1', 'section2'])
95 sections =_CONFIG.get_sections()