Searched refs:uwrite (Results 1 – 2 of 2) sorted by relevance
/scripts/ |
D | recordmcount.h | 207 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() 401 uwrite(fd_map, &rel, sizeof(rel)); in nop_mcount()
|
D | recordmcount.c | 145 uwrite(int const fd, void const *const buf, size_t const count) in uwrite() function 216 uwrite(fd_map, ideal_nop, 5); in make_nop_x86() 232 uwrite(fd_map, ideal_nop, 4); in make_nop_arm64()
|