Home
last modified time | relevance | path

Searched refs:ocr (Results 1 – 16 of 16) sorted by relevance

/dragonfly/contrib/binutils-2.27/libiberty/
H A Dsimple-object-xcoff.c302 struct simple_object_xcoff_read *ocr; in simple_object_xcoff_match() local
325 ocr->magic = magic; in simple_object_xcoff_match()
329 ocr->symptr = fetch_64 (hdrbuf in simple_object_xcoff_match()
341 ocr->symptr = fetch_32 (hdrbuf in simple_object_xcoff_match()
352 return (void *) ocr; in simple_object_xcoff_match()
369 + ocr->nsyms * SYMESZ; in simple_object_xcoff_read_strtab()
397 int u64 = ocr->magic == U64_TOCMAGIC; in simple_object_xcoff_find_sections()
422 nscns = ocr->nscns; in simple_object_xcoff_find_sections()
511 ret->magic = ocr->magic; in simple_object_xcoff_fetch_attributes()
512 ret->flags = ocr->flags; in simple_object_xcoff_fetch_attributes()
[all …]
H A Dsimple-object-coff.c243 struct simple_object_coff_read *ocr; in simple_object_coff_match() local
284 ocr->magic = magic; in simple_object_coff_match()
285 ocr->is_big_endian = is_big_endian; in simple_object_coff_match()
287 ocr->symptr = fetch_32 (hdrbuf in simple_object_coff_match()
290 ocr->flags = flags; in simple_object_coff_match()
295 return (void *) ocr; in simple_object_coff_match()
316 strsize = (ocr->is_big_endian in simple_object_coff_read_strtab()
362 fetch_32 = (ocr->is_big_endian in simple_object_coff_find_sections()
366 nscns = ocr->nscns; in simple_object_coff_find_sections()
443 ret->magic = ocr->magic; in simple_object_coff_fetch_attributes()
[all …]
/dragonfly/contrib/gdb-7/libiberty/
H A Dsimple-object-xcoff.c302 struct simple_object_xcoff_read *ocr; in simple_object_xcoff_match() local
325 ocr->magic = magic; in simple_object_xcoff_match()
329 ocr->symptr = fetch_64 (hdrbuf in simple_object_xcoff_match()
341 ocr->symptr = fetch_32 (hdrbuf in simple_object_xcoff_match()
352 return (void *) ocr; in simple_object_xcoff_match()
369 + ocr->nsyms * SYMESZ; in simple_object_xcoff_read_strtab()
397 int u64 = ocr->magic == U64_TOCMAGIC; in simple_object_xcoff_find_sections()
422 nscns = ocr->nscns; in simple_object_xcoff_find_sections()
511 ret->magic = ocr->magic; in simple_object_xcoff_fetch_attributes()
512 ret->flags = ocr->flags; in simple_object_xcoff_fetch_attributes()
[all …]
H A Dsimple-object-coff.c243 struct simple_object_coff_read *ocr; in simple_object_coff_match() local
284 ocr->magic = magic; in simple_object_coff_match()
285 ocr->is_big_endian = is_big_endian; in simple_object_coff_match()
287 ocr->symptr = fetch_32 (hdrbuf in simple_object_coff_match()
290 ocr->flags = flags; in simple_object_coff_match()
295 return (void *) ocr; in simple_object_coff_match()
316 strsize = (ocr->is_big_endian in simple_object_coff_read_strtab()
362 fetch_32 = (ocr->is_big_endian in simple_object_coff_find_sections()
366 nscns = ocr->nscns; in simple_object_coff_find_sections()
443 ret->magic = ocr->magic; in simple_object_coff_fetch_attributes()
[all …]
/dragonfly/contrib/binutils-2.34/libiberty/
H A Dsimple-object-xcoff.c331 ocr->magic = magic; in simple_object_xcoff_match()
335 ocr->symptr = fetch_64 (hdrbuf in simple_object_xcoff_match()
347 ocr->symptr = fetch_32 (hdrbuf in simple_object_xcoff_match()
358 return (void *) ocr; in simple_object_xcoff_match()
375 + ocr->nsyms * SYMESZ; in simple_object_xcoff_read_strtab()
431 nscns = ocr->nscns; in simple_object_xcoff_find_sections()
502 if (ocr->nsyms > 0) in simple_object_xcoff_find_sections()
513 sobj->offset + ocr->symptr, in simple_object_xcoff_find_sections()
515 ocr->nsyms * SYMESZ, in simple_object_xcoff_find_sections()
674 ret->magic = ocr->magic; in simple_object_xcoff_fetch_attributes()
[all …]
H A Dsimple-object-coff.c243 struct simple_object_coff_read *ocr; in simple_object_coff_match() local
284 ocr->magic = magic; in simple_object_coff_match()
285 ocr->is_big_endian = is_big_endian; in simple_object_coff_match()
287 ocr->symptr = fetch_32 (hdrbuf in simple_object_coff_match()
290 ocr->flags = flags; in simple_object_coff_match()
295 return (void *) ocr; in simple_object_coff_match()
316 strsize = (ocr->is_big_endian in simple_object_coff_read_strtab()
362 fetch_32 = (ocr->is_big_endian in simple_object_coff_find_sections()
366 nscns = ocr->nscns; in simple_object_coff_find_sections()
443 ret->magic = ocr->magic; in simple_object_coff_fetch_attributes()
[all …]
/dragonfly/contrib/gcc-8.0/libiberty/
H A Dsimple-object-xcoff.c331 ocr->magic = magic; in simple_object_xcoff_match()
335 ocr->symptr = fetch_64 (hdrbuf in simple_object_xcoff_match()
347 ocr->symptr = fetch_32 (hdrbuf in simple_object_xcoff_match()
358 return (void *) ocr; in simple_object_xcoff_match()
375 + ocr->nsyms * SYMESZ; in simple_object_xcoff_read_strtab()
431 nscns = ocr->nscns; in simple_object_xcoff_find_sections()
502 if (ocr->nsyms > 0) in simple_object_xcoff_find_sections()
513 sobj->offset + ocr->symptr, in simple_object_xcoff_find_sections()
515 ocr->nsyms * SYMESZ, in simple_object_xcoff_find_sections()
674 ret->magic = ocr->magic; in simple_object_xcoff_fetch_attributes()
[all …]
H A Dsimple-object-coff.c243 struct simple_object_coff_read *ocr; in simple_object_coff_match() local
284 ocr->magic = magic; in simple_object_coff_match()
285 ocr->is_big_endian = is_big_endian; in simple_object_coff_match()
287 ocr->symptr = fetch_32 (hdrbuf in simple_object_coff_match()
290 ocr->flags = flags; in simple_object_coff_match()
295 return (void *) ocr; in simple_object_coff_match()
316 strsize = (ocr->is_big_endian in simple_object_coff_read_strtab()
362 fetch_32 = (ocr->is_big_endian in simple_object_coff_find_sections()
366 nscns = ocr->nscns; in simple_object_coff_find_sections()
443 ret->magic = ocr->magic; in simple_object_coff_fetch_attributes()
[all …]
/dragonfly/contrib/gcc-4.7/libiberty/
H A Dsimple-object-coff.c243 struct simple_object_coff_read *ocr; in simple_object_coff_match() local
284 ocr->magic = magic; in simple_object_coff_match()
285 ocr->is_big_endian = is_big_endian; in simple_object_coff_match()
287 ocr->symptr = fetch_32 (hdrbuf in simple_object_coff_match()
290 ocr->flags = flags; in simple_object_coff_match()
295 return (void *) ocr; in simple_object_coff_match()
316 strsize = (ocr->is_big_endian in simple_object_coff_read_strtab()
362 fetch_32 = (ocr->is_big_endian in simple_object_coff_find_sections()
366 nscns = ocr->nscns; in simple_object_coff_find_sections()
443 ret->magic = ocr->magic; in simple_object_coff_fetch_attributes()
[all …]
/dragonfly/sys/bus/mmc/
H A Dmmc.c161 static int mmc_highest_voltage(uint32_t ocr);
380 return (ocr & MMC_OCR_VOLTAGE); in mmc_select_vdd()
384 mmc_highest_voltage(uint32_t ocr) in mmc_highest_voltage() argument
390 if (ocr & (1 << i)) in mmc_highest_voltage()
497 cmd.arg = ocr; in mmc_send_app_op_cond()
507 (ocr & MMC_OCR_VOLTAGE) == 0) in mmc_send_app_op_cond()
527 cmd.arg = ocr; in mmc_send_op_cond()
536 (ocr & MMC_OCR_VOLTAGE) == 0) in mmc_send_op_cond()
1760 uint32_t ocr; in mmc_go_discovery() local
1789 ocr = 0; /* Failed both, powerdown. */ in mmc_go_discovery()
[all …]
H A Dmmcbrvar.h95 MMCBR_ACCESSOR(ocr, OCR, int) in MMCBR_ACCESSOR()
H A Dbridge.h143 uint32_t ocr; member
/dragonfly/share/i18n/esdb/ISO646/
H A DISO646.alias22 JP-OCR-B iso646-jp-ocr-b jis_c6229-1984-b iso-ir-92 jp-ocr-b
/dragonfly/sys/kern/
H A Dkern_descrip.c2262 struct ucred *ocr; in fsetcred() local
2268 ocr = fp->f_cred; in fsetcred()
2269 if (ocr == NULL || ncr == NULL || ocr->cr_uidinfo != ncr->cr_uidinfo) { in fsetcred()
2270 if (ocr) { in fsetcred()
2271 uip = ocr->cr_uidinfo; in fsetcred()
2294 if (ocr) in fsetcred()
2295 crfree(ocr); in fsetcred()
/dragonfly/sys/dev/raid/mrsas/
H A Dmrsas.c91 int mrsas_transition_to_ready(struct mrsas_softc *sc, int ocr);
1703 int ret, ocr = 0; in mrsas_init_fw() local
1707 ret = mrsas_transition_to_ready(sc, ocr); in mrsas_init_fw()
2102 int mrsas_transition_to_ready(struct mrsas_softc *sc, int ocr) in mrsas_transition_to_ready() argument
2122 if (ocr) { in mrsas_transition_to_ready()
/dragonfly/sys/dev/disk/sdhci/
H A Dsdhci.c1851 *(int *)result = slot->host.ocr; in sdhci_generic_read_ivar()
1929 slot->host.ocr = value; in sdhci_generic_write_ivar()