Home
last modified time | relevance | path

Searched refs:elffile (Results 1 – 3 of 3) sorted by relevance

/tools/testing/selftests/x86/bugs/
A Dcommon.py105 from elftools.elf.elffile import ELFFile
107 elffile = ELFFile(f)
108 section = elffile.get_section_by_name(section_name)
111 for sec in elffile.iter_sections():
131 def get_instruction_from_vmlinux(elffile, section, virtual_address, target_address): argument
A Dits_ret_alignment.py38 from elftools.elf.elffile import ELFFile
78 elffile = ELFFile(f) variable
79 text_section = elffile.get_section_by_name('.text')
88 …vmlinux_insn = c.get_instruction_from_vmlinux(elffile, text_section, text_section['sh_addr'], vmli…
A Dits_indirect_alignment.py43 from elftools.elf.elffile import ELFFile
82 elffile = ELFFile(f) variable
83 text_section = elffile.get_section_by_name('.text')
90 …vmlinux_insn = c.get_instruction_from_vmlinux(elffile, text_section, text_section['sh_addr'], vmli…

Completed in 7 milliseconds