Home
last modified time | relevance | path

Searched refs:ecc_doffset (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/exec/elf/
H A Delf_impl.h81 u_offset_t ecc_doffset; member
H A Delf.c1641 const u_offset_t doff = ctx->ecc_doffset; in elf_copy_scn()
1675 ctx->ecc_doffset += src->sh_size; in elf_copy_scn()
1693 u_offset_t *doffp = &ctx->ecc_doffset; in elf_process_obj_scns()
2054 v[idx].sh_offset = ctx->ecc_doffset; in elf_process_scns()
2062 error = core_write(ctx->ecc_vp, UIO_SYSSPACE, ctx->ecc_doffset, in elf_process_scns()
2065 ctx->ecc_doffset += v[idx].sh_size; in elf_process_scns()
2098 .ecc_doffset = 0, in elfcore()
2534 ctx.ecc_doffset = doffset; in elfcore()