Home
last modified time | relevance | path

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

/build/tools/apriori/
Dsource.c8 range_t *range = find_range(source->sorted_sections, address); in find_section()
Dsource.h77 range_list_t *sorted_sections; member
Dapriori.c425 source->sorted_sections = init_range_list(); in do_init_source()
461 add_unique_range_nosort(source->sorted_sections, in do_init_source()
542 sort_ranges(source->sorted_sections); in do_init_source()
725 destroy_range_list(source->sorted_sections); in do_destroy_source()
726 source->sorted_sections = NULL; in do_destroy_source()