Home
last modified time | relevance | path

Searched refs:osh (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/elftoolchain/elfcopy/
H A Dsections.c821 GElf_Shdr osh; in update_reloc() local
841 if (gelf_getshdr(s->os, &osh) == NULL) in update_reloc()
845 if (osh.sh_link != elf_ndxscn(ecp->symtab->is)) in update_reloc()
850 n = osh.sh_size / osh.sh_entsize; in update_reloc()
862 GElf_Shdr osh; in pad_section() local
884 if (gelf_getshdr(s->os, &osh) == NULL) in pad_section()
887 osh.sh_size = s->sz + s->pad_sz; in pad_section()
888 if (!gelf_update_shdr(s->os, &osh)) in pad_section()
934 GElf_Shdr osh; in resync_sections() local
991 if (gelf_getshdr(s->os, &osh) == NULL) in resync_sections()
[all …]
/freebsd/contrib/ntp/libntp/
H A Dwork_thread.c402 void* osh in same_os_sema()
405 return obj && osh && (obj->shnd == (HANDLE)osh);
398 same_os_sema(const sem_ref obj,void * osh) same_os_sema() argument
/freebsd/sys/dev/bhnd/cores/pmu/
H A Dbhnd_pmu_subr.c1646 freq = bhnd_pmu0_alpclk0(sih, osh, cc) / 1000; in bhnd_pmu0_cpuclk0()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64SystemOperands.td95 def : DB<"osh", 0x3>;