Searched refs:osh (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/elftoolchain/elfcopy/
H A Dsections.c821 GElf_Shdr osh; local
841 if (gelf_getshdr(s->os, &osh) == NULL)
845 if (osh.sh_link != elf_ndxscn(ecp->symtab->is))
850 n = osh.sh_size / osh.sh_entsize;
862 GElf_Shdr osh; local
884 if (gelf_getshdr(s->os, &osh) == NULL)
887 osh.sh_size = s->sz + s->pad_sz;
888 if (!gelf_update_shdr(s->os, &osh))
934 GElf_Shdr osh; local
1172 GElf_Shdr ish, osh; local
1297 GElf_Shdr osh; local
1403 GElf_Shdr osh; local
[all...]
/freebsd-12-stable/contrib/ntp/libntp/
H A Dwork_thread.c408 void* osh
411 return obj && osh && (obj->shnd == (HANDLE)osh);
/freebsd-12-stable/sys/dev/bhnd/cores/pmu/
H A Dbhnd_pmu_subr.c1648 freq = bhnd_pmu0_alpclk0(sih, osh, cc) / 1000;

Completed in 130 milliseconds