Lines Matching full:range_t
15 typedef struct range_t range_t;
16 struct range_t {
20 void (*err_fn)(range_error_t, range_t *, range_t *);
35 void (*err_fn)(range_error_t, range_t *, range_t *),
43 range_t *find_range(range_list_t *ranges, GElf_Off value);
45 range_t *get_sorted_ranges(const range_list_t *ranges, int *num_ranges);
52 range_t structures comprising each new contiguous range, as well as the
61 NOTE: the user data of the original range_t structures is simply copied, so
72 range_t *ranges;