Searched refs:uint_t (Results 1 - 2 of 2) sorted by relevance

/linux-master/scripts/
H A Drecordmcount.h53 #undef uint_t macro
92 # define uint_t uint64_t macro
130 # define uint_t uint32_t macro
143 static uint_t fn_ELF_R_SYM(Elf_Rel const *rp)
147 static uint_t (*Elf_r_sym)(Elf_Rel const *rp) = fn_ELF_R_SYM;
260 uint_t const *const mloc0,
261 uint_t const *const mlocp,
272 uint_t const old_shoff = _w(ehdr->e_shoff);
273 uint_t const old_shstr_sh_size = _w(shstr->sh_size);
274 uint_t cons
[all...]
H A Dsorttable.h40 #undef uint_t macro
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)
217 uint_t count = emloc->stop_mcount_loc - emloc->start_mcount_loc;
220 qsort(start_loc, count/sizeof(uint_t), sizeof(uint_t), compare_extable);
225 static void get_mcount_loc(uint_t *_star
[all...]

Completed in 306 milliseconds