Home
last modified time | relevance | path

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

/linux-6.3-rc2/scripts/
A Drecordmcount.c89 static off_t ulseek(off_t const offset, int const whence) in ulseek() function
245 if (ulseek(offset - 1, SEEK_SET) < 0) in make_nop_x86()
296 if (ulseek(off, SEEK_SET) < 0) in make_nop_arm()
318 if (ulseek(offset, SEEK_SET) < 0) in make_nop_arm64()
A Drecordmcount.h290 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