HomeSort by relevance Sort by last modified time
    Searched refs:destroy_range_list (Results 1 - 6 of 6) sorted by null

  /build/tools/apriori/
rangesort.h 27 void destroy_range_list(range_list_t *);
57 NOTE: destroy_range_list() will take care of releasing the data that it
63 destroy_range_list() as usual. On error, the function does not return--the
100 Ther returned list must be destroyed with destroy_range_list().
rangesort.c 28 void destroy_range_list(range_list_t *ranges) { function
apriori.c 725 destroy_range_list(source->sorted_sections);
734 destroy_range_list(source->jmprel.sections);
738 destroy_range_list(source->rel.sections);
    [all...]
  /external/elfcopy/
rangesort.h 27 void destroy_range_list(range_list_t *);
57 NOTE: destroy_range_list() will take care of releasing the data that it
63 destroy_range_list() as usual. On error, the function does not return--the
100 Ther returned list must be destroyed with destroy_range_list().
rangesort.c 28 void destroy_range_list(range_list_t *ranges) { function
elfcopy.c     [all...]

Completed in 101 milliseconds