Lines Matching refs:elfd
142 Elf *elfd = NULL;
287 if ((elfd = elf_begin(fileno(sysfile), ELF_C_READ,
294 if ((ehdr = elf_getehdr(elfd)) == NULL) {
300 if ((((elf_kind(elfd)) != ELF_K_ELF) &&
301 ((elf_kind(elfd)) != ELF_K_COFF)) ||
304 elf_end(elfd);
315 while ((scn = elf_nextscn(elfd, scn)) != NULL) {
322 name = elf_strptr(elfd, ehdr->e_shstrndx,
484 if (elfd)
485 elf_end(elfd);
749 if ((scn = elf_getscn(elfd, nl[sym].n_scnum)) == NULL) {