Searched defs:os_shdr (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/elfwrap/common/
H A D_elfwrap.h60 Shdr *os_shdr; /* section header (output file) */ member in struct:__anon1538
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dplace.c1076 Shdr *os_shdr = osp->os_shdr; local
1100 ((shdr->sh_type == os_shdr->sh_type) ||
1103 (os_shdr->sh_type == SHT_PROGBITS))) &&
1105 (os_shdr->sh_flags & ~shflagmask)) &&
1219 if ((osp->os_shdr = libld_calloc(sizeof (Shdr), 1)) == NULL)
1255 osp->os_shdr->sh_type = ld_targ.t_m.m_sht_unwind;
1257 osp->os_shdr->sh_type = shdr->sh_type;
1260 osp->os_shdr->sh_flags = shdr->sh_flags;
1261 osp->os_shdr
[all...]
/illumos-gate/usr/src/cmd/sgs/include/
H A Dlibld.h978 Shdr *os_shdr; /* the elf section header */ member in struct:os_desc

Completed in 70 milliseconds