Home
last modified time | relevance | path

Searched refs:ofl_welf (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Doutfile.c197 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()
H A Dldmain.c467 if ((ofl->ofl_size = elf_update(ofl->ofl_welf, ELF_C_WRITE)) == 0) { in ld_main()
570 (void) elf_end(ofl->ofl_welf); in ld_ofl_cleanup()
/illumos-gate/usr/src/cmd/sgs/include/
H A Dlibld.h252 Elf *ofl_welf; /* ELF_C_WRITE elf descriptor */ member