Lines Matching refs:Shdr
1158 Shdr shdr; in getelfhead()
1225 #define MINSHDRSZ (offsetof(Shdr, sh_entsize) + \
1226 sizeof (((Shdr *)NULL)->sh_entsize))
1234 Shdr *shdr; in getelfshdr()
1251 if (*shsizep > sizeof (Shdr) * elf_nshdr_max) { in getelfshdr()
1269 shdr = (Shdr *)(*shbasep + shstrndx * ehdr->e_shentsize); in getelfshdr()
1636 elf_copy_scn(elf_core_ctx_t *ctx, const Shdr *src, vnode_t *src_vp, Shdr *dst) in elf_copy_scn()
1684 Shdr *v, uint_t idx, const uint_t remain, shstrtab_t *shstrtab, in elf_process_obj_scns()
1690 Shdr *ctf = NULL, *symtab = NULL, *strtab = NULL; in elf_process_obj_scns()
1723 Shdr *shdr, *symchk = NULL, *strchk; in elf_process_obj_scns()
1726 shdr = (Shdr *)(shbase + off); in elf_process_obj_scns()
1737 symchk = (Shdr *)(shbase + in elf_process_obj_scns()
1805 strchk = (Shdr *)(shbase + symchk->sh_link * ehdr.e_shentsize); 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()
2087 Shdr shdr0; in elfcore()
2141 shdrsz = nshdrs * sizeof (Shdr); in elfcore()
2216 ehdr->e_shentsize = sizeof (Shdr); in elfcore()
2530 Shdr *shdr = (Shdr *)bigwad; in elfcore()