Searched refs:elf_cntl (Results 1 – 15 of 15) sorted by relevance
40 elf_cntl (Elf *elf, Elf_Cmd cmd) in elf_cntl() function
23 elf_cntl;
46 elf_cntl.c \
57 elf_rawfile.c elf_readall.c elf_cntl.c \
421 extern int elf_cntl (Elf *__elf, Elf_Cmd __cmd);
88 if (elf_cntl (elf, ELF_C_FDREAD) < 0) in main()
58 if (elf_cntl (dwarf_getelf (dbg_alt), ELF_C_FDREAD) != 0) in setup_alt()
147 if (mod->main.fd != -1 && elf_cntl (mod->main.elf, ELF_C_FDREAD) == 0) in process_elf()
1333 if (mod->main.fd != -1 && elf_cntl (mod->main.elf, ELF_C_FDREAD) == 0) in load_dw()1338 if (debugfile->fd != -1 && elf_cntl (debugfile->elf, ELF_C_FDREAD) == 0) in load_dw()
32 ** shdrs after elf_cntl (ELF_C_FDREAD)
290 * TODO: Add note on shdrs after elf_cntl (ELF_C_FDREAD).
178 calling elf_cntl(ELF_C_FDREAD).
1302 || elf_cntl (newelf, ELF_C_FDDONE) != 0) in do_oper_insert()
2078 if (elf_cntl (elf, ELF_C_FDDONE) != 0) in handle_elf()
362 calling elf_cntl(ELF_C_FDREAD). Implement support for