Searched refs:uwrite (Results  1 – 2 of 2) sorted by relevance
| /Linux-v5.4/scripts/ | 
| D | recordmcount.h | 207 	if (uwrite(old_shstr_sh_offset + (void *)ehdr, old_shstr_sh_size) < 0)  in append_func() 209 	if (uwrite(mc_name, 1 + strlen(mc_name)) < 0)  in append_func() 216 	if (uwrite(old_shoff + (void *)ehdr,  in append_func() 233 	if (uwrite(&mcsec, sizeof(mcsec)) < 0)  in append_func() 249 	if (uwrite(&mcsec, sizeof(mcsec)) < 0)  in append_func() 252 	if (uwrite(mloc0, (void *)mlocp - (void *)mloc0) < 0)  in append_func() 254 	if (uwrite(mrel0, (void *)mrelp - (void *)mrel0) < 0)  in append_func() 261 	if (uwrite(ehdr, sizeof(*ehdr)) < 0)  in append_func() 414 			if (uwrite(&rel, sizeof(rel)) < 0)  in nop_mcount()
  | 
| D | recordmcount.c | 95 static ssize_t uwrite(void const *const buf, size_t const count)  in uwrite()  function 233 	if (uwrite(ideal_nop, 5) < 0)  in make_nop_x86() 286 		if (uwrite(ideal_nop, nop_size) < 0)  in make_nop_arm() 306 	if (uwrite(ideal_nop, 4) < 0)  in make_nop_arm64()
  |