Searched refs:uwrite (Results 1 – 2 of 2) sorted by relevance
/linux/scripts/ |
H A D | recordmcount.h | 292 if (uwrite(old_shstr_sh_offset + (void *)ehdr, old_shstr_sh_size) < 0) in append_func() 294 if (uwrite(mc_name, 1 + strlen(mc_name)) < 0) in append_func() 301 if (uwrite(old_shoff + (void *)ehdr, in append_func() 318 if (uwrite(&mcsec, sizeof(mcsec)) < 0) in append_func() 334 if (uwrite(&mcsec, sizeof(mcsec)) < 0) in append_func() 337 if (uwrite(mloc0, (void *)mlocp - (void *)mloc0) < 0) in append_func() 339 if (uwrite(mrel0, (void *)mrelp - (void *)mrel0) < 0) in append_func() 345 if (uwrite(ehdr, sizeof(*ehdr)) < 0) in append_func() 498 if (uwrite(&rel, sizeof(rel)) < 0) in nop_mcount()
|
H A D | recordmcount.c | 109 static ssize_t uwrite(void const *const buf, size_t const count) in uwrite() function 251 if (uwrite(ideal_nop, 5) < 0) in make_nop_x86() 304 if (uwrite(ideal_nop, nop_size) < 0) in make_nop_arm() 324 if (uwrite(ideal_nop, 4) < 0) in make_nop_arm64()
|