Lines Matching refs:uint_t
40 #undef uint_t
65 # define uint_t uint64_t macro
89 # define uint_t uint32_t macro
210 uint_t start_mcount_loc;
211 uint_t stop_mcount_loc;
218 uint_t offset = emloc->start_mcount_loc - _r(&(emloc->init_data_sec)->sh_addr) in sort_mcount_loc()
220 uint_t count = emloc->stop_mcount_loc - emloc->start_mcount_loc; in sort_mcount_loc()
223 qsort(start_loc, count/sizeof(uint_t), sizeof(uint_t), compare_extable); in sort_mcount_loc()
228 static void get_mcount_loc(uint_t *_start, uint_t *_stop) in get_mcount_loc()
291 uint_t _start_mcount_loc = 0; in do_sort()
292 uint_t _stop_mcount_loc = 0; in do_sort()