HomeSort by: relevance | last modified time | path
    Searched defs:sbh (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/dev/pci/
piixpm.c 421 bus_space_handle_t sbh = sc->sc_sb800_bh; local
425 val = bus_space_read_1(sbt, sbh, offset);
427 bus_space_write_1(sbt, sbh, SB800_INDIRECTIO_INDEX, offset);
428 val = bus_space_read_1(sbt, sbh, SB800_INDIRECTIO_DATA);
444 bus_space_handle_t sbh; /* indirect memory or I/O handle */ local
459 SB800_FCH_PM_SIZE, 0, &sbh);
462 SB800_INDIRECTIO_SIZE, 0, &sbh);
467 sc->sc_sb800_bh = sbh;
487 bus_space_write_1(sbt, sbh, SB800_INDIRECTIO_INDEX,
489 data = bus_space_read_1(sbt, sbh, SB800_INDIRECTIO_DATA)
    [all...]
  /src/external/gpl3/binutils/dist/bfd/
elf32-tic6x.c 2176 struct bfd_link_hash_entry *sbh; local
2406 sbh = bfd_link_hash_lookup (info->hash, "__c6xabi_DSBT_BASE",
2408 if (sbh != NULL
2409 && (sbh->type == bfd_link_hash_defined
2410 || sbh->type == bfd_link_hash_defweak))
2418 relocation -= (sbh->u.def.value
2419 + sbh->u.def.section->output_section->vma
2420 + sbh->u.def.section->output_offset);
  /src/external/gpl3/binutils.old/dist/bfd/
elf32-tic6x.c 2179 struct bfd_link_hash_entry *sbh; local
2408 sbh = bfd_link_hash_lookup (info->hash, "__c6xabi_DSBT_BASE",
2410 if (sbh != NULL
2411 && (sbh->type == bfd_link_hash_defined
2412 || sbh->type == bfd_link_hash_defweak))
2420 relocation -= (sbh->u.def.value
2421 + sbh->u.def.section->output_section->vma
2422 + sbh->u.def.section->output_offset);
  /src/external/gpl3/gdb/dist/bfd/
elf32-tic6x.c 2179 struct bfd_link_hash_entry *sbh; local
2408 sbh = bfd_link_hash_lookup (info->hash, "__c6xabi_DSBT_BASE",
2410 if (sbh != NULL
2411 && (sbh->type == bfd_link_hash_defined
2412 || sbh->type == bfd_link_hash_defweak))
2420 relocation -= (sbh->u.def.value
2421 + sbh->u.def.section->output_section->vma
2422 + sbh->u.def.section->output_offset);
  /src/external/gpl3/gdb.old/dist/bfd/
elf32-tic6x.c 2187 struct bfd_link_hash_entry *sbh; local
2416 sbh = bfd_link_hash_lookup (info->hash, "__c6xabi_DSBT_BASE",
2418 if (sbh != NULL
2419 && (sbh->type == bfd_link_hash_defined
2420 || sbh->type == bfd_link_hash_defweak))
2428 relocation -= (sbh->u.def.value
2429 + sbh->u.def.section->output_section->vma
2430 + sbh->u.def.section->output_offset);

Completed in 34 milliseconds