Searched refs:code_section (Results 1 – 3 of 3) sorted by relevance
60 code_section = elffile.get_section_by_name("CODE") variable62 if code_section is not None:63 code = code_section.data()
49 code_section = elffile.get_section_by_name("CODE") variable51 if code_section is not None:52 code = code_section.data()