Home | History | Annotate | Download | only in tc

Lines Matching refs:elf_fd

693 	Elf			*elf_fd;
1163 sec_fd = elf_getscn(ctx->elf_fd, section);
1169 sec_name = elf_strptr(ctx->elf_fd, ctx->elf_hdr.e_shstrndx,
1618 ctx->elf_fd = elf_begin(ctx->obj_fd, ELF_C_READ, NULL);
1619 if (!ctx->elf_fd) {
1624 if (elf_kind(ctx->elf_fd) != ELF_K_ELF) {
1629 if (gelf_getehdr(ctx->elf_fd, &ctx->elf_hdr) !=
1651 elf_end(ctx->elf_fd);
1687 elf_end(ctx->elf_fd);