line_content
struct line_content *last_line,
struct line_content *first_line)
struct line_content *mod_last_line,
struct line_content *mod_first_line,
struct line_content *restored_last_line,
struct line_content *restored_first_line)
static inline bool check_split_result(struct line_content *mod_last_line,
struct line_content *mod_first_line,
struct line_content *restored_last_line,
struct line_content *restored_first_line)
static inline bool check_shrink_result(struct line_content *mod_last_line,
struct line_content *mod_first_line,
struct line_content *restored_last_line,
struct line_content *restored_first_line)
static inline bool check_remap_result(struct line_content *mod_last_line,
struct line_content *mod_first_line,
struct line_content *restored_last_line,
struct line_content *restored_first_line)
struct line_content split_last_line;
struct line_content split_first_line;
struct line_content restored_last_line;
struct line_content restored_first_line;
struct line_content new_last_line;
struct line_content new_first_line;
struct line_content shrunk_last_line;
struct line_content shrunk_first_line;
struct line_content restored_last_line;
struct line_content restored_first_line;
struct line_content new_last_line;
struct line_content new_first_line;
struct line_content remapped_last_line;
struct line_content remapped_first_line;
struct line_content restored_last_line;
struct line_content restored_first_line;
struct line_content new_last_line;
struct line_content new_first_line;
struct line_content last_line;
struct line_content first_line;
typedef bool (*vma_mod_result_check_op)(struct line_content *mod_last_line,
struct line_content *mod_first_line,
struct line_content *restored_last_line,
struct line_content *restored_first_line);