Searched refs:lcs_struct (Results 1 – 1 of 1) sorted by relevance
91 def __init__(self, elf_fd, exptab_file_offset, lcs_struct, exports_count): argument95 self.lcs_struct = lcs_struct98 self.fd.seek(self.base_offset + index * self.lcs_struct.size)108 return self.lcs_struct.unpack(self.fd.read(self.lcs_struct.size))120 self.fd.write(self.lcs_struct.pack(addr_or_slid, sym_addr))281 self.lcs_struct = _llext_const_symbol_struct(self.ptrsize, self.endianness)284 if (self.exptab_section.size % self.lcs_struct.size) != 0:290 num_exports = self.exptab_section.size // self.lcs_struct.size292 self.elf_fd, self.exptab_section.offset, self.lcs_struct, num_exports)