Searched refs:ulseek (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/scripts/ |
H A D | recordmcount.c | 87 /* ulseek, uwrite, ...: Check return value for errors. */ 89 static off_t ulseek(off_t const offset, int const whence) in ulseek() function 249 if (ulseek(offset - 1, SEEK_SET) < 0) in make_nop_x86() 300 if (ulseek(off, SEEK_SET) < 0) in make_nop_arm() 322 if (ulseek(offset, SEEK_SET) < 0) in make_nop_arm64()
|
H A D | recordmcount.h | 290 if (ulseek(sb.st_size, SEEK_SET) < 0) in append_func() 298 if (ulseek(t, SEEK_SET) < 0) in append_func() 343 if (ulseek(0, SEEK_SET) < 0) in append_func() 496 if (ulseek((void *)relp - (void *)ehdr, SEEK_SET) < 0) in nop_mcount()
|
/kernel/linux/linux-6.6/scripts/ |
H A D | recordmcount.c | 87 /* ulseek, uwrite, ...: Check return value for errors. */ 89 static off_t ulseek(off_t const offset, int const whence) in ulseek() function 249 if (ulseek(offset - 1, SEEK_SET) < 0) in make_nop_x86() 300 if (ulseek(off, SEEK_SET) < 0) in make_nop_arm() 322 if (ulseek(offset, SEEK_SET) < 0) in make_nop_arm64()
|
H A D | recordmcount.h | 290 if (ulseek(sb.st_size, SEEK_SET) < 0) in append_func() 298 if (ulseek(t, SEEK_SET) < 0) in append_func() 343 if (ulseek(0, SEEK_SET) < 0) in append_func() 496 if (ulseek((void *)relp - (void *)ehdr, SEEK_SET) < 0) in nop_mcount()
|
Completed in 7 milliseconds