Searched refs:sects (Results 1 – 9 of 9) sorted by relevance
| /netbsd/src/external/gpl3/binutils/dist/etc/ |
| D | texi2pod.pl | 28 %sects = (); 122 $sects{$sect} = "" unless exists $sects{$sect}; 123 $sects{$sect} .= postprocess($section); 342 $sects{NAME} = "$fn \- $tl\n"; 343 $sects{FOOTNOTES} .= "=back\n" if exists $sects{FOOTNOTES}; 347 if(exists $sects{$sect}) { 351 print scalar unmunge ($sects{$sect}); 462 unless (exists $sects{FOOTNOTES}) { 463 $sects{FOOTNOTES} = "\n=over 4\n\n"; 466 $sects{FOOTNOTES} .= "=item $fnno.\n\n"; $fnno++; [all …]
|
| /netbsd/src/external/gpl3/gcc/dist/contrib/ |
| D | texi2pod.pl | 28 %sects = (); 120 $sects{$sect} = "" unless exists $sects{$sect}; 121 $sects{$sect} .= postprocess($section); 361 $sects{NAME} = "$fn \- $tl\n"; 362 $sects{FOOTNOTES} .= "=back\n" if exists $sects{FOOTNOTES}; 366 if(exists $sects{$sect}) { 370 print scalar unmunge ($sects{$sect}); 488 unless (exists $sects{FOOTNOTES}) { 489 $sects{FOOTNOTES} = "\n=over 4\n\n"; 492 $sects{FOOTNOTES} .= "=item $fnno.\n\n"; $fnno++; [all …]
|
| /netbsd/src/external/gpl3/gdb/dist/etc/ |
| D | texi2pod.pl | 28 %sects = (); 122 $sects{$sect} = "" unless exists $sects{$sect}; 123 $sects{$sect} .= postprocess($section); 342 $sects{NAME} = "$fn \- $tl\n"; 343 $sects{FOOTNOTES} .= "=back\n" if exists $sects{FOOTNOTES}; 347 if(exists $sects{$sect}) { 351 print scalar unmunge ($sects{$sect}); 462 unless (exists $sects{FOOTNOTES}) { 463 $sects{FOOTNOTES} = "\n=over 4\n\n"; 466 $sects{FOOTNOTES} .= "=item $fnno.\n\n"; $fnno++; [all …]
|
| /netbsd/src/distrib/utils/edlabel/ |
| D | edlabel.c | 211 int sects, trks, cyls; in print_val_cts() local 216 sects = val % d->d_nsectors; in print_val_cts() 220 snprintf(buf, sizeof(buf), "(%d/%02d/%02d)%c", cyls, trks, sects, in print_val_cts() 229 int cyls, trks, sects; in get_val_cts() local 231 tmp = sscanf(buf, "%d/%d/%d", &cyls, &trks, §s); in get_val_cts() 239 tmp += sects; in get_val_cts()
|
| /netbsd/src/external/gpl3/binutils/dist/binutils/ |
| D | od-xcoff.c | 389 struct xcoff32_section *sects; member 594 data->sects = xmalloc (data->nscns * sizeof (struct xcoff32_section)); in xcoff32_read_sections() 598 struct xcoff32_section *s = &data->sects[i]; in xcoff32_read_sections() 603 free (data->sects); in xcoff32_read_sections() 604 data->sects = NULL; in xcoff32_read_sections() 621 data->sects[s->nreloc - 1].nreloc = in xcoff32_read_sections() 624 data->sects[s->nlnno - 1].nlnno = in xcoff32_read_sections() 783 if (data->sects != NULL) in dump_xcoff32_symbols() 784 printf ("%-8s", data->sects[s->sym.scnum - 1].name); in dump_xcoff32_symbols() 923 if (data->sects == NULL) in dump_xcoff32_relocs() [all …]
|
| /netbsd/src/sbin/newfs_udf/ |
| D | udf_core.h | 383 extern int udf_read_phys(void *blob, uint32_t location, uint32_t sects); 384 extern int udf_write_phys(void *blob, uint32_t location, uint32_t sects); 393 uint32_t sects); 398 uint32_t location, uint16_t vpart, uint32_t sects);
|
| D | udf_core.c | 3028 uint32_t loc, phys, ext, sects; in udf_writeout_VAT() local 3040 sects = UDF_ROUNDUP(context.vat_size, context.sector_size) / in udf_writeout_VAT() 3043 udf_data_alloc(sects, &vatdata); in udf_writeout_VAT() 3049 error = udf_write_phys(context.vat_contents, phys, sects); in udf_writeout_VAT() 3052 loc += sects; in udf_writeout_VAT() 4021 udf_read_phys(void *blob, uint32_t location, uint32_t sects) in udf_read_phys() argument 4027 for (cnt = 0; cnt < sects; cnt++) { in udf_read_phys() 4041 udf_write_phys(void *blob, uint32_t location, uint32_t sects) in udf_write_phys() argument 4047 for (cnt = 0; cnt < sects; cnt++) { in udf_write_phys()
|
| /netbsd/src/external/gpl3/binutils/dist/gold/ |
| D | dwp.cc | 2033 const Section_bounds* sects = (*tbl)->sections; in write_index() local 2038 section_offset_type offset = sects[c].offset; in write_index() 2043 gold_assert(sects[c].size == 0); in write_index() 2053 const Section_bounds* sects = (*tbl)->sections; in write_index() local 2058 section_size_type size = sects[c].size; in write_index() 2063 gold_assert(sects[c].size == 0); in write_index()
|
| /netbsd/src/games/fortune/datfiles/ |
| D | fortunes2 | 5037 ... difference of opinion is advantageous in religion. The several sects 10623 As in Protestant Europe, by contrast, where sects divided endlessly into 10624 smaller competing sects and no church dominated any other, all is different 47915 To be patriotic, hate all nations but your own; to be religious, all sects
|