Home
last modified time | relevance | path

Searched refs:nsections (Results 1 – 25 of 25) sorted by relevance

/netbsd-src/usr.bin/sortinfo/
H A Dsortinfo.c58 static size_t nsections, maxsections; variable
63 if (nsections >= maxsections) { in addsection()
67 slist[nsections].name = line; in addsection()
68 slist[nsections].nlines = 0; in addsection()
69 slist[nsections].maxlines = 20; in addsection()
70 slist[nsections].lines = ecalloc(slist[nsections].maxlines, in addsection()
71 sizeof(*slist[nsections].lines)); in addsection()
72 return &slist[nsections++]; in addsection()
157 qsort(slist, nsections, sizeof(*slist), compsection); in main()
158 for (i = 0; i < nsections; i++) { in main()
/netbsd-src/sys/dev/dtv/
H A Ddtv_demux.c403 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()
H A Ddtvvar.h97 unsigned int nsections; member
/netbsd-src/external/gpl3/binutils.old/dist/binutils/
H A Dsrconv.c287 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()
H A Dcoffgrok.c118 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()
782 if (sym->n_scnum < ofile->nsections && sym->n_scnum >= 0) in doit()
809 if (sym->n_scnum < ofile->nsections && sym->n_scnum >= 0) in doit()
H A Dcoffgrok.h65 int nsections; member
H A Dcoffdump.c455 for (i = 0; i < ptr->nsections; i++) in coff_dump()
H A Dsysroff.info84 (("number of sections") (2 bytes) ("nsections"))
/netbsd-src/external/gpl3/binutils/dist/binutils/
H A Dsrconv.c287 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()
H A Dcoffgrok.c118 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()
H A Dcoffgrok.h65 int nsections; member
H A Dcoffdump.c454 for (i = 0; i < ptr->nsections; i++) in coff_dump()
H A Dsysroff.info84 (("number of sections") (2 bytes) ("nsections"))
/netbsd-src/external/gpl3/binutils.old/dist/gold/
H A Dincremental-dump.cc210 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()
H A Dincremental.cc1565 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/external/gpl3/binutils/dist/gold/
H A Dincremental-dump.cc210 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()
H A Dincremental.cc1565 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/
H A Dif_txpreg.h610 u_int32_t nsections; member
H A Dif_txp.c489 for (sect = 0; sect < le32toh(fileheader->nsections); sect++) { in txp_download_fw()
/netbsd-src/sys/arch/shark/ofw/
H A Dofw.c1437 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.old/dist/ld/
H A Dpe-dll.c3369 bfd_vma export_rva, export_size, nsections, secptr, expptr; in pe_implied_import_dll() local
3428 nsections = pe_get16 (dll, pe_header_offset + 4 + 2); in pe_implied_import_dll()
3434 for (i = 0; i < nsections; i++) in pe_implied_import_dll()
3456 for (i = 0; i < nsections; i++) in pe_implied_import_dll()
/netbsd-src/external/gpl3/binutils/dist/ld/
H A Dpe-dll.c3454 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()
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/examples/hello-c++-kde/admin/
H A Dlibtool.m4.in5223 # unsigned long export_rva, export_size, nsections, secptr, expptr;
5249 # nsections = pe_get16 (dll, pe_header_offset + 4 +2);
5254 # for (i = 0; i < nsections; i++)
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-parser.c7085 int section, nsections; in c_parser_asm_statement() local
7169 nsections = 3 + is_goto; in c_parser_asm_statement()
7170 for (section = 0; section < nsections; ++section) in c_parser_asm_statement()
7175 if (section == nsections) in c_parser_asm_statement()
/netbsd-src/external/gpl3/gcc/dist/gcc/c/
H A Dc-parser.cc7046 int section, nsections; in c_parser_asm_statement() local
7130 nsections = 3 + is_goto; in c_parser_asm_statement()
7131 for (section = 0; section < nsections; ++section) in c_parser_asm_statement()
7136 if (section == nsections) in c_parser_asm_statement()