Searched refs:ulseek (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/scripts/ |
D | recordmcount.c | 102 ulseek(int const fd, off_t const offset, int const whence) in ulseek() function 204 ulseek(fd_map, offset - 1, SEEK_SET); in make_nop_x86() 220 ulseek(fd_map, offset, SEEK_SET); in make_nop_arm64()
|
D | recordmcount.h | 206 ulseek(fd_map, sb.st_size, SEEK_SET); in append_func() 211 ulseek(fd_map, t, SEEK_SET); in append_func() 250 ulseek(fd_map, 0, SEEK_SET); in append_func() 399 ulseek(fd_map, (void *)relp - (void *)ehdr, SEEK_SET); in nop_mcount()
|