Searched refs:ofl_welf (Results 1 – 3 of 3) sorted by relevance
197 if (elf_update(ofl->ofl_welf, ELF_C_NULL) == -1) { in pad_outfile()202 if ((ehdr = elf_getehdr(ofl->ofl_welf)) == NULL) { in pad_outfile()296 if ((scn = elf_newscn(ofl->ofl_welf)) == NULL) { in create_outsec()411 if ((ofl->ofl_welf = elf_begin(fd, cmd, 0)) == NULL) { in ld_create_outfile()420 if ((ofl->ofl_nehdr = elf_newehdr(ofl->ofl_welf)) == NULL) { in ld_create_outfile()736 if ((ofl->ofl_phdr = elf_newphdr(ofl->ofl_welf, in ld_create_outfile()772 if ((ofl->ofl_size = (size_t)elf_update(ofl->ofl_welf, in ld_create_outfile()787 ofl->ofl_welf)) == NULL) { in ld_create_outfile()
466 if ((ofl->ofl_size = elf_update(ofl->ofl_welf, ELF_C_WRITE)) == 0) { in ld_main()551 (void) elf_end(ofl->ofl_welf); in ld_ofl_cleanup()
250 Elf *ofl_welf; /* ELF_C_WRITE elf descriptor */ member