Home
last modified time | relevance | path

Searched refs:ofl_elf (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dldmain.c451 *ofl->ofl_checksum = (Xword)elf_checksum(ofl->ofl_elf); in ld_main()
458 (_elf_swap_wrimage(ofl->ofl_elf) != 0)) { in ld_main()
569 (void) elf_end(ofl->ofl_elf); in ld_ofl_cleanup()
H A Doutfile.c786 if ((ofl->ofl_elf = elf_begin(0, ELF_C_IMAGE, in ld_create_outfile()
792 if ((ofl->ofl_nehdr = elf_getehdr(ofl->ofl_elf)) == NULL) { in ld_create_outfile()
798 if ((ofl->ofl_phdr = elf_getphdr(ofl->ofl_elf)) == NULL) { in ld_create_outfile()
830 elf_getscn(ofl->ofl_elf, ++ndx)) == NULL) { in ld_create_outfile()
H A Dupdate.c4594 if ((scn = elf_getscn(ofl->ofl_elf, 0)) == NULL) { in ld_update_outfile()
/illumos-gate/usr/src/cmd/sgs/include/
H A Dlibld.h251 Elf *ofl_elf; /* elf_memory() elf descriptor */ member