Lines Matching refs:uint_t
49 #undef uint_t
83 # define uint_t uint64_t macro
116 # define uint_t uint32_t macro
129 static uint_t fn_ELF_R_SYM(Elf_Rel const *rp) in fn_ELF_R_SYM()
133 static uint_t (*Elf_r_sym)(Elf_Rel const *rp) = fn_ELF_R_SYM;
180 uint_t const *const mloc0, in append_func()
181 uint_t const *const mlocp, in append_func()
193 uint_t const old_shoff = _w(ehdr->e_shoff); in append_func()
194 uint_t const old_shstr_sh_size = _w(shstr->sh_size); in append_func()
195 uint_t const old_shstr_sh_offset = _w(shstr->sh_offset); in append_func()
196 uint_t t = 1 + strlen(mc_name) + _w(shstr->sh_size); in append_func()
197 uint_t new_e_shoff; in append_func()
304 static uint_t *sift_rel_mcount(uint_t *mlocp, in sift_rel_mcount()
310 uint_t const recval, in sift_rel_mcount()
313 uint_t *const mloc0 = mlocp; in sift_rel_mcount()
330 uint_t const addend = in sift_rel_mcount()
419 uint_t *const recvalp, in find_secsym_ndx()
521 uint_t *const mloc0 = umalloc(totrelsz>>1); in do_func()
522 uint_t * mlocp = mloc0; in do_func()
531 uint_t recval = 0; in do_func()