Searched refs:elffile (Results 1 – 3 of 3) sorted by relevance
105 from elftools.elf.elffile import ELFFile107 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
38 from elftools.elf.elffile import ELFFile78 elffile = ELFFile(f) variable79 text_section = elffile.get_section_by_name('.text')88 …vmlinux_insn = c.get_instruction_from_vmlinux(elffile, text_section, text_section['sh_addr'], vmli…
43 from elftools.elf.elffile import ELFFile82 elffile = ELFFile(f) variable83 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