Searched refs:elf_core_ctx_t (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/uts/common/exec/elf/ |
H A D | elf_impl.h | 84 } elf_core_ctx_t; typedef
|
H A D | elf.c | 102 extern void elf_ctx_resize_scratch(elf_core_ctx_t *, size_t); 169 elf_ctx_resize_scratch(elf_core_ctx_t *ctx, size_t sz) in elf_ctx_resize_scratch() 1636 elf_copy_scn(elf_core_ctx_t *ctx, const Shdr *src, vnode_t *src_vp, Shdr *dst) in elf_copy_scn() 1683 elf_process_obj_scns(elf_core_ctx_t *ctx, vnode_t *mvp, caddr_t saddr, in elf_process_obj_scns() 1942 elf_process_scns(elf_core_ctx_t *ctx, Shdr *v, const uint_t nv, uint_t *nshdrsp) in elf_process_scns() 2092 elf_core_ctx_t ctx = { in elfcore()
|