Lines Matching refs:fd_map
206 ulseek(fd_map, sb.st_size, SEEK_SET); in append_func()
207 uwrite(fd_map, old_shstr_sh_offset + (void *)ehdr, old_shstr_sh_size); in append_func()
208 uwrite(fd_map, mc_name, 1 + strlen(mc_name)); in append_func()
211 ulseek(fd_map, t, SEEK_SET); in append_func()
213 uwrite(fd_map, old_shoff + (void *)ehdr, in append_func()
229 uwrite(fd_map, &mcsec, sizeof(mcsec)); in append_func()
243 uwrite(fd_map, &mcsec, sizeof(mcsec)); in append_func()
245 uwrite(fd_map, mloc0, (void *)mlocp - (void *)mloc0); in append_func()
246 uwrite(fd_map, mrel0, (void *)mrelp - (void *)mrel0); in append_func()
250 ulseek(fd_map, 0, SEEK_SET); in append_func()
251 uwrite(fd_map, ehdr, sizeof(*ehdr)); in append_func()
399 ulseek(fd_map, (void *)relp - (void *)ehdr, SEEK_SET); in nop_mcount()
400 uwrite(fd_map, &rel, sizeof(rel)); in nop_mcount()