Searched refs:nsections (Results 1 – 14 of 14) sorted by relevance
| /netbsd/src/sys/dev/dtv/ |
| D | dtv_demux.c | 403 demux->dd_secfilt.nsections = 0; in dtv_demux_ioctl() 477 demux->dd_secfilt.nsections > 0) { in dtv_demux_poll() 509 while (demux->dd_secfilt.nsections == 0) { in dtv_demux_read() 529 demux->dd_secfilt.nsections--; in dtv_demux_read() 616 if (demux->dd_secfilt.nsections == in dtv_demux_process() 706 demux->dd_secfilt.nsections++; in dtv_demux_process()
|
| D | dtvvar.h | 97 unsigned int nsections; member
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/ |
| D | coff-pe-read.c | 314 unsigned long export_rva, export_size, nsections, secptr, expptr; in read_pe_exported_syms() local 387 nsections = pe_get16 (dll, pe_header_offset + 4 + 2, &fail); in read_pe_exported_syms() 396 for (i = 0; i < nsections; i++) in read_pe_exported_syms() 445 for (i = 0; i < nsections; i++) in read_pe_exported_syms() 629 unsigned long nsections, secptr; in pe_text_section_offset() local 661 nsections = pe_get16 (abfd, pe_header_offset + 4 + 2, &fail); in pe_text_section_offset() 668 for (i = 0; i < nsections; i++) in pe_text_section_offset()
|
| /netbsd/src/external/gpl3/binutils/dist/binutils/ |
| D | srconv.c | 287 un.nsections = ptr->nsections - 1; in wr_un() 539 for (i = 1; i < p->nsections; i++) in wr_object_body() 1165 if (p->nsections < 4) in wr_program_structure() 1177 unsigned int *lowest = (unsigned *) nints (p->nsections); in wr_du() 1178 unsigned int *highest = (unsigned *) nints (p->nsections); in wr_du() 1185 du.sections = p->nsections - 1; in wr_du() 1438 int total_sec = ptr->nsections; in wr_sc() 1668 if (otree->nsections < 3) in prescan()
|
| D | coffgrok.c | 118 head->nsections = abfd->section_count + 1; in do_sections_p1() 186 if (i > head->nsections) in do_sections_p2() 249 if (sym->n_scnum >= ofile->nsections || sym->n_scnum < 0) in do_where() 762 if (sym->n_scnum < ofile->nsections && sym->n_scnum >= 0) in doit() 789 if (sym->n_scnum < ofile->nsections && sym->n_scnum >= 0) in doit()
|
| D | coffgrok.h | 65 int nsections; member
|
| D | coffdump.c | 454 for (i = 0; i < ptr->nsections; i++) in coff_dump()
|
| D | sysroff.info | 84 (("number of sections") (2 bytes) ("nsections"))
|
| /netbsd/src/external/gpl3/binutils/dist/gold/ |
| D | incremental-dump.cc | 210 unsigned int nsections = input_file.get_input_section_count(); in dump_incremental_inputs() local 211 for (unsigned int shndx = 0; shndx < nsections; ++shndx) in dump_incremental_inputs()
|
| D | incremental.cc | 1565 unsigned int nsections = entry->get_input_section_count(); in write_info_blocks() local 1572 Swap32::writeval(pov, nsections); in write_info_blocks() 1591 for (unsigned int i = 0; i < nsections; i++) in write_info_blocks()
|
| /netbsd/src/sys/dev/pci/ |
| D | if_txpreg.h | 610 u_int32_t nsections; member
|
| D | if_txp.c | 489 for (sect = 0; sect < le32toh(fileheader->nsections); sect++) { in txp_download_fw()
|
| /netbsd/src/sys/arch/shark/ofw/ |
| D | ofw.c | 1437 int nsections = tp->size / L1_S_SIZE; in ofw_construct_proc0_addrspace() local 1439 while (nsections--) { in ofw_construct_proc0_addrspace()
|
| /netbsd/src/external/gpl3/binutils/dist/ld/ |
| D | pe-dll.c | 3454 bfd_vma export_rva, export_size, nsections, secptr, expptr; in pe_implied_import_dll() local 3522 nsections = pe_get16 (dll, pe_header_offset + 4 + 2, &fail); in pe_implied_import_dll() 3530 for (i = 0; i < nsections; i++) in pe_implied_import_dll() 3554 for (i = 0; i < nsections; i++) in pe_implied_import_dll()
|