Searched refs:ELF_C_FDREAD (Results 1 – 10 of 10) sorted by relevance
57 case ELF_C_FDREAD: in elf_cntl()
149 ELF_C_FDREAD, /* Read rest of data so that file descriptor enumerator
88 if (elf_cntl (elf, ELF_C_FDREAD) < 0) in main()
61 if (elf_cntl (dwarf_getelf (dbg_alt), ELF_C_FDREAD) != 0) in setup_alt()
32 ** shdrs after elf_cntl (ELF_C_FDREAD)34 Similar to the above. After ELF_C_FDREAD the file is completely
647 * TODO: Add note on shdrs after elf_cntl (ELF_C_FDREAD).
469 calling elf_cntl(ELF_C_FDREAD).
151 if (mod->main.fd != -1 && elf_cntl (mod->main.elf, ELF_C_FDREAD) == 0) in process_elf()
1353 if (mod->main.fd != -1 && elf_cntl (mod->main.elf, ELF_C_FDREAD) == 0) in load_dw()1358 if (debugfile->fd != -1 && elf_cntl (debugfile->elf, ELF_C_FDREAD) == 0) in load_dw()
661 calling elf_cntl(ELF_C_FDREAD). Implement support for