Home | History | Annotate | Download | only in tc

Lines Matching refs:obj_fd

697 	int			obj_fd;
1459 ret = fstat(ctx->obj_fd, &st);
1614 ctx->obj_fd = open(pathname, O_RDONLY);
1615 if (ctx->obj_fd < 0)
1616 return ctx->obj_fd;
1618 ctx->elf_fd = elf_begin(ctx->obj_fd, ELF_C_READ, NULL);
1653 close(ctx->obj_fd);
1688 close(ctx->obj_fd);