Home
last modified time | relevance | path

Searched refs:uwrite (Results 1 – 2 of 2) sorted by relevance

/utopia/UTPA2-700.0.x/projects/build/scripts/
H A Drecordmcount.h207 uwrite(fd_map, old_shstr_sh_offset + (void *)ehdr, old_shstr_sh_size); in append_func()
208 uwrite(fd_map, mc_name, 1 + strlen(mc_name)); in append_func()
213 uwrite(fd_map, old_shoff + (void *)ehdr, in append_func()
229 uwrite(fd_map, &mcsec, sizeof(mcsec)); in append_func()
243 uwrite(fd_map, &mcsec, sizeof(mcsec)); in append_func()
245 uwrite(fd_map, mloc0, (void *)mlocp - (void *)mloc0); in append_func()
246 uwrite(fd_map, mrel0, (void *)mrelp - (void *)mrel0); in append_func()
251 uwrite(fd_map, ehdr, sizeof(*ehdr)); in append_func()
398 uwrite(fd_map, &rel, sizeof(rel)); in nop_mcount()
H A Drecordmcount.c102 uwrite(int const fd, void const *const buf, size_t const count) in uwrite() function
147 uwrite(fd_map, ideal_nop, 5); in make_nop_x86()