Lines Matching refs:uint_t
40 #undef uint_t
65 # define uint_t uint64_t macro
89 # define uint_t uint32_t macro
207 uint_t start_mcount_loc;
208 uint_t stop_mcount_loc;
215 uint_t offset = emloc->start_mcount_loc - _r(&(emloc->init_data_sec)->sh_addr) in sort_mcount_loc()
217 uint_t count = emloc->stop_mcount_loc - emloc->start_mcount_loc; in sort_mcount_loc()
220 qsort(start_loc, count/sizeof(uint_t), sizeof(uint_t), compare_extable); in sort_mcount_loc()
225 static void get_mcount_loc(uint_t *_start, uint_t *_stop) in get_mcount_loc()
288 uint_t _start_mcount_loc = 0; in do_sort()
289 uint_t _stop_mcount_loc = 0; in do_sort()