Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/binutils-2.17/bfd/
Daix386-core.c143 for (i = 0, n = 0; (i < MAX_CORE_SEGS) && (core->cd_segs[i].cs_type); i++)
148 if (core->cd_segs[i].cs_offset == 0)
151 switch (core->cd_segs[i].cs_type)
183 core_section (abfd, n)->size = core->cd_segs[i].cs_len;
184 core_section (abfd, n)->vma = core->cd_segs[i].cs_address;
185 core_section (abfd, n)->filepos = core->cd_segs[i].cs_offset;
/openbsd/src/gnu/usr.bin/binutils/bfd/
Daix386-core.c143 for (i = 0, n = 0; (i < MAX_CORE_SEGS) && (core->cd_segs[i].cs_type); i++)
148 if (core->cd_segs[i].cs_offset == 0)
151 switch (core->cd_segs[i].cs_type)
183 core_section (abfd, n)->_raw_size = core->cd_segs[i].cs_len;
184 core_section (abfd, n)->vma = core->cd_segs[i].cs_address;
185 core_section (abfd, n)->filepos = core->cd_segs[i].cs_offset;
/openbsd/src/sys/dev/pci/
Dcmpcivar.h49 bus_dma_segment_t cd_segs[1]; member
Dcmpci.c1123 CMPCI_DMABUF_ALIGN, CMPCI_DMABUF_BOUNDARY, n->cd_segs, in cmpci_alloc_dmamem()
1124 nitems(n->cd_segs), &n->cd_nsegs, w); in cmpci_alloc_dmamem()
1127 error = bus_dmamem_map(n->cd_tag, n->cd_segs, n->cd_nsegs, n->cd_size, in cmpci_alloc_dmamem()
1151 n->cd_segs, nitems(n->cd_segs)); in cmpci_alloc_dmamem()
1169 bus_dmamem_free(n->cd_tag, n->cd_segs, in cmpci_free_dmamem()
1170 nitems(n->cd_segs)); in cmpci_free_dmamem()
1197 (void *)p->cd_addr, (void *)p->cd_segs[0].ds_addr,