Searched refs:mergedsections (Results 1 – 1 of 1) sorted by relevance
219 def _test_elf2image(self, elfpath, binpath, mergedsections=[]): argument224 assert 4 - len(mergedsections) == len(image.segments)227 sections = [sec for sec in sections if sec not in mergedsections]230 for sec in mergedsections: