Home
last modified time | relevance | path

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

12345678910>>...27

/netbsd/external/gpl2/gettext/dist/gettext-tools/man/
H A Dhelp2man277 my $sect = 'DESCRIPTION';
301 $sect = uc $1;
308 $sect = 'COPYRIGHT';
309 $include{$sect} ||= '';
310 $include{$sect} .= ".PP\n" if $include{$sect};
332 $include{$sect} .= $copy;
340 $sect = 'REPORTING BUGS';
346 $sect = 'AUTHOR';
356 $include{$sect} ||= '';
465 $sect = 'SEE ALSO';
[all …]
/netbsd/external/gpl2/gettext/dist/gettext-runtime/man/
H A Dhelp2man277 my $sect = 'DESCRIPTION';
301 $sect = uc $1;
308 $sect = 'COPYRIGHT';
309 $include{$sect} ||= '';
310 $include{$sect} .= ".PP\n" if $include{$sect};
332 $include{$sect} .= $copy;
340 $sect = 'REPORTING BUGS';
346 $sect = 'AUTHOR';
356 $include{$sect} ||= '';
465 $sect = 'SEE ALSO';
[all …]
/netbsd/external/apache2/llvm/dist/llvm/tools/llvm-c-test/
H A Dobject.c23 LLVMSectionIteratorRef sect; in llvm_object_list_sections() local
40 sect = LLVMObjectFileCopySectionIterator(O); in llvm_object_list_sections()
41 while (sect && !LLVMObjectFileIsSectionIteratorAtEnd(O, sect)) { in llvm_object_list_sections()
43 LLVMGetSectionAddress(sect), LLVMGetSectionSize(sect)); in llvm_object_list_sections()
45 LLVMMoveToNextSection(sect); in llvm_object_list_sections()
48 LLVMDisposeSectionIterator(sect); in llvm_object_list_sections()
60 LLVMSectionIteratorRef sect; in llvm_object_list_symbols() local
78 sect = LLVMObjectFileCopySectionIterator(O); in llvm_object_list_symbols()
80 while (sect && sym && !LLVMObjectFileIsSymbolIteratorAtEnd(O, sym)) { in llvm_object_list_symbols()
82 LLVMMoveToContainingSection(sect, sym); in llvm_object_list_symbols()
[all …]
/netbsd/external/bsd/libbind/dist/nameser/
H A Dns_newmsg.c55 ns_sect sect; in ns_newmsg_copy() local
60 for (sect = ns_s_qd; sect < ns_s_max; sect++) { in ns_newmsg_copy()
63 count = ns_msg_count(*msg, sect); in ns_newmsg_copy()
70 if (sect == ns_s_qd) in ns_newmsg_copy()
76 x = ns_newmsg_rr(handle, sect, in ns_newmsg_copy()
157 if (sect < msg->_sect) { in ns_newmsg_rr()
162 if (sect > msg->_sect) { in ns_newmsg_rr()
163 msg->_sect = sect; in ns_newmsg_rr()
164 msg->_sections[sect] = t; in ns_newmsg_rr()
192 ns_sect sect; in ns_newmsg_done() local
[all …]
/netbsd/external/gpl3/gcc/dist/gcc/config/v850/
H A Dv850-c.c126 const char *sect, *alias; in ghs_pragma_section() local
136 sect = IDENTIFIER_POINTER (sect_ident); in ghs_pragma_section()
155 if (streq (sect, "data")) kind = GHS_SECTION_KIND_DATA; in ghs_pragma_section()
156 else if (streq (sect, "text")) kind = GHS_SECTION_KIND_TEXT; in ghs_pragma_section()
157 else if (streq (sect, "rodata")) kind = GHS_SECTION_KIND_RODATA; in ghs_pragma_section()
158 else if (streq (sect, "const")) kind = GHS_SECTION_KIND_RODATA; in ghs_pragma_section()
161 else if (streq (sect, "sdata")) kind = GHS_SECTION_KIND_SDATA; in ghs_pragma_section()
162 else if (streq (sect, "tdata")) kind = GHS_SECTION_KIND_TDATA; in ghs_pragma_section()
163 else if (streq (sect, "zdata")) kind = GHS_SECTION_KIND_ZDATA; in ghs_pragma_section()
166 else if (streq (sect, "bss")) kind = GHS_SECTION_KIND_BSS; in ghs_pragma_section()
[all …]
H A Dv850-c.cc126 const char *sect, *alias; in ghs_pragma_section() local
136 sect = IDENTIFIER_POINTER (sect_ident); in ghs_pragma_section()
155 if (streq (sect, "data")) kind = GHS_SECTION_KIND_DATA; in ghs_pragma_section()
156 else if (streq (sect, "text")) kind = GHS_SECTION_KIND_TEXT; in ghs_pragma_section()
157 else if (streq (sect, "rodata")) kind = GHS_SECTION_KIND_RODATA; in ghs_pragma_section()
158 else if (streq (sect, "const")) kind = GHS_SECTION_KIND_RODATA; in ghs_pragma_section()
161 else if (streq (sect, "sdata")) kind = GHS_SECTION_KIND_SDATA; in ghs_pragma_section()
162 else if (streq (sect, "tdata")) kind = GHS_SECTION_KIND_TDATA; in ghs_pragma_section()
163 else if (streq (sect, "zdata")) kind = GHS_SECTION_KIND_ZDATA; in ghs_pragma_section()
166 else if (streq (sect, "bss")) kind = GHS_SECTION_KIND_BSS; in ghs_pragma_section()
[all …]
/netbsd/external/gpl3/gcc.old/dist/gcc/config/v850/
H A Dv850-c.c126 const char *sect, *alias; in ghs_pragma_section() local
136 sect = IDENTIFIER_POINTER (sect_ident); in ghs_pragma_section()
155 if (streq (sect, "data")) kind = GHS_SECTION_KIND_DATA; in ghs_pragma_section()
156 else if (streq (sect, "text")) kind = GHS_SECTION_KIND_TEXT; in ghs_pragma_section()
157 else if (streq (sect, "rodata")) kind = GHS_SECTION_KIND_RODATA; in ghs_pragma_section()
158 else if (streq (sect, "const")) kind = GHS_SECTION_KIND_RODATA; in ghs_pragma_section()
161 else if (streq (sect, "sdata")) kind = GHS_SECTION_KIND_SDATA; in ghs_pragma_section()
162 else if (streq (sect, "tdata")) kind = GHS_SECTION_KIND_TDATA; in ghs_pragma_section()
163 else if (streq (sect, "zdata")) kind = GHS_SECTION_KIND_ZDATA; in ghs_pragma_section()
166 else if (streq (sect, "bss")) kind = GHS_SECTION_KIND_BSS; in ghs_pragma_section()
[all …]
/netbsd/external/gpl3/gdb/dist/gdb/compile/
H A Dcompile-object-load.c96 if (sect != NULL) in setup_sections()
99 if (sect->output_section == NULL) in setup_sections()
100 sect->output_section = sect; in setup_sections()
116 bfd_section_name (sect), in setup_sections()
118 bfd_section_size (sect)), in setup_sections()
124 if (sect == NULL in setup_sections()
157 data->last_section_first = sect; in setup_sections()
162 if (sect == NULL) in setup_sections()
330 if (bfd_section_size (sect) == 0) in copy_sections()
352 link_order.u.indirect.section = sect; in copy_sections()
[all …]
/netbsd/external/gpl3/gdb.old/dist/gdb/compile/
H A Dcompile-object-load.c96 if (sect != NULL) in setup_sections()
99 if (sect->output_section == NULL) in setup_sections()
100 sect->output_section = sect; in setup_sections()
116 bfd_section_name (sect), in setup_sections()
118 bfd_section_size (sect)), in setup_sections()
124 if (sect == NULL in setup_sections()
157 data->last_section_first = sect; in setup_sections()
162 if (sect == NULL) in setup_sections()
330 if (bfd_section_size (sect) == 0) in copy_sections()
352 link_order.u.indirect.section = sect; in copy_sections()
[all …]
/netbsd/crypto/external/bsd/openssh/dist/
H A Dkrl.c720 sshbuf_reset(sect); in revoked_certs_generate()
734 sshbuf_free(sect); in revoked_certs_generate()
776 sshbuf_reset(sect); in ssh_krl_to_blob()
787 sshbuf_reset(sect); in ssh_krl_to_blob()
799 sshbuf_reset(sect); in ssh_krl_to_blob()
830 sshbuf_free(sect); in ssh_krl_to_blob()
1127 sshbuf_free(sect); in ssh_krl_from_blob()
1128 sect = NULL; in ssh_krl_from_blob()
1157 sect = NULL; in ssh_krl_from_blob()
1166 if (sect != NULL && sshbuf_len(sect) > 0) { in ssh_krl_from_blob()
[all …]
/netbsd/external/gpl3/gdb/dist/gdb/
H A Dsymfile.c282 asection *sect; in init_objfile_sect_indices() local
286 if (sect) in init_objfile_sect_indices()
290 if (sect) in init_objfile_sect_indices()
294 if (sect) in init_objfile_sect_indices()
298 if (sect) in init_objfile_sect_indices()
577 if (sect) in addr_info_make_relative()
734 for (sect = abfd->sections; sect != NULL; sect = sect->next) in default_symfile_segments()
754 for (i = 0, sect = abfd->sections; sect != NULL; i++, sect = sect->next) in default_symfile_segments()
1759 if (sect) in get_section_index()
3675 for (i = 0, sect = abfd->sections; sect != NULL; i++, sect = sect->next) in symfile_map_offsets_to_segments()
[all …]
H A Dsolib-target.c317 asection *sect; in solib_target_relocate_section_addresses() local
320 for (i = 0, sect = so->abfd->sections; in solib_target_relocate_section_addresses()
321 sect != NULL; in solib_target_relocate_section_addresses()
322 i++, sect = sect->next) in solib_target_relocate_section_addresses()
323 if ((bfd_section_flags (sect) & SEC_ALLOC)) in solib_target_relocate_section_addresses()
337 for (i = 0, sect = so->abfd->sections; in solib_target_relocate_section_addresses()
338 sect != NULL; in solib_target_relocate_section_addresses()
339 i++, sect = sect->next) in solib_target_relocate_section_addresses()
341 if (!(bfd_section_flags (sect) & SEC_ALLOC)) in solib_target_relocate_section_addresses()
343 if (bfd_section_size (sect) > 0) in solib_target_relocate_section_addresses()
[all …]
/netbsd/external/gpl3/gdb.old/dist/gdb/
H A Dsymfile.c282 asection *sect; in init_objfile_sect_indices() local
286 if (sect) in init_objfile_sect_indices()
290 if (sect) in init_objfile_sect_indices()
294 if (sect) in init_objfile_sect_indices()
298 if (sect) in init_objfile_sect_indices()
577 if (sect) in addr_info_make_relative()
734 for (sect = abfd->sections; sect != NULL; sect = sect->next) in default_symfile_segments()
754 for (i = 0, sect = abfd->sections; sect != NULL; i++, sect = sect->next) in default_symfile_segments()
1759 if (sect) in get_section_index()
3675 for (i = 0, sect = abfd->sections; sect != NULL; i++, sect = sect->next) in symfile_map_offsets_to_segments()
[all …]
H A Dsolib-target.c317 asection *sect; in solib_target_relocate_section_addresses() local
320 for (i = 0, sect = so->abfd->sections; in solib_target_relocate_section_addresses()
321 sect != NULL; in solib_target_relocate_section_addresses()
322 i++, sect = sect->next) in solib_target_relocate_section_addresses()
323 if ((bfd_section_flags (sect) & SEC_ALLOC)) in solib_target_relocate_section_addresses()
337 for (i = 0, sect = so->abfd->sections; in solib_target_relocate_section_addresses()
338 sect != NULL; in solib_target_relocate_section_addresses()
339 i++, sect = sect->next) in solib_target_relocate_section_addresses()
341 if (!(bfd_section_flags (sect) & SEC_ALLOC)) in solib_target_relocate_section_addresses()
343 if (bfd_section_size (sect) > 0) in solib_target_relocate_section_addresses()
[all …]
/netbsd/external/gpl3/gcc/dist/libphobos/libdruntime/gcc/sections/
H A Dosx.d199 auto sect = getSection(h, slide, e.seg.ptr, e.sect.ptr); in sections_osx_onAddImage() local
200 if (sect != null) in sections_osx_onAddImage()
201 _sections._gcRanges.insertBack((cast(void*)sect.ptr)[0 .. sect.length]); in sections_osx_onAddImage()
254 string sect; member
267 auto sect = getsectbynamefromheader(header, in getSection() local
274 auto sect = getsectbynamefromheader_64(cast(mach_header_64*)header, in getSection() local
281 if (sect !is null && sect.size > 0) in getSection()
282 return (cast(ubyte*)sect.addr + slide)[0 .. cast(size_t)sect.size]; in getSection()
/netbsd/external/gpl3/gcc.old/dist/libphobos/libdruntime/gcc/sections/
H A Dosx.d199 auto sect = getSection(h, slide, e.seg.ptr, e.sect.ptr); in sections_osx_onAddImage() local
200 if (sect != null) in sections_osx_onAddImage()
201 _sections._gcRanges.insertBack((cast(void*)sect.ptr)[0 .. sect.length]); in sections_osx_onAddImage()
254 string sect; member
267 auto sect = getsectbynamefromheader(header, in getSection() local
274 auto sect = getsectbynamefromheader_64(cast(mach_header_64*)header, in getSection() local
281 if (sect !is null && sect.size > 0) in getSection()
282 return (cast(ubyte*)sect.addr + slide)[0 .. cast(size_t)sect.size]; in getSection()
/netbsd/external/gpl3/gdb/dist/etc/
H A Dtexi2pod.pl115 $sect = $1;
118 /^\@c\s+man\s+begin\s+([A-Z]+)/ and $sect = $1, $output = 1, next;
120 $sects{$sect} = "" unless exists $sects{$sect};
121 $sects{$sect} .= postprocess($section);
343 for $sect (qw(NAME SYNOPSIS TARGET DESCRIPTION OPTIONS ENVIRONMENT FILES
345 if(exists $sects{$sect}) {
346 $head = $sect;
349 print scalar unmunge ($sects{$sect});
/netbsd/external/gpl3/gcc/dist/contrib/
H A Dtexi2pod.pl115 $sect = $1;
118 /^\@c\s+man\s+begin\s+([A-Z]+)/ and $sect = $1, $output = 1, next;
120 $sects{$sect} = "" unless exists $sects{$sect};
121 $sects{$sect} .= postprocess($section);
364 for $sect (qw(NAME SYNOPSIS DESCRIPTION OPTIONS ENVIRONMENT FILES
366 if(exists $sects{$sect}) {
367 $head = $sect;
370 print scalar unmunge ($sects{$sect});
/netbsd/external/gpl3/binutils.old/dist/etc/
H A Dtexi2pod.pl115 $sect = $1;
118 /^\@c\s+man\s+begin\s+([A-Z]+)/ and $sect = $1, $output = 1, next;
120 $sects{$sect} = "" unless exists $sects{$sect};
121 $sects{$sect} .= postprocess($section);
343 for $sect (qw(NAME SYNOPSIS TARGET DESCRIPTION OPTIONS ENVIRONMENT FILES
345 if(exists $sects{$sect}) {
346 $head = $sect;
349 print scalar unmunge ($sects{$sect});
/netbsd/external/gpl3/binutils/dist/etc/
H A Dtexi2pod.pl117 $sect = $1;
120 /^\@c\s+man\s+begin\s+([A-Z]+)/ and $sect = $1, $output = 1, next;
122 $sects{$sect} = "" unless exists $sects{$sect};
123 $sects{$sect} .= postprocess($section);
345 for $sect (qw(NAME SYNOPSIS TARGET DESCRIPTION OPTIONS ENVIRONMENT FILES
347 if(exists $sects{$sect}) {
348 $head = $sect;
351 print scalar unmunge ($sects{$sect});
/netbsd/external/gpl3/gcc.old/dist/contrib/
H A Dtexi2pod.pl115 $sect = $1;
118 /^\@c\s+man\s+begin\s+([A-Z]+)/ and $sect = $1, $output = 1, next;
120 $sects{$sect} = "" unless exists $sects{$sect};
121 $sects{$sect} .= postprocess($section);
364 for $sect (qw(NAME SYNOPSIS DESCRIPTION OPTIONS ENVIRONMENT FILES
366 if(exists $sects{$sect}) {
367 $head = $sect;
370 print scalar unmunge ($sects{$sect});
/netbsd/external/gpl3/gdb.old/dist/etc/
H A Dtexi2pod.pl115 $sect = $1;
118 /^\@c\s+man\s+begin\s+([A-Z]+)/ and $sect = $1, $output = 1, next;
120 $sects{$sect} = "" unless exists $sects{$sect};
121 $sects{$sect} .= postprocess($section);
343 for $sect (qw(NAME SYNOPSIS TARGET DESCRIPTION OPTIONS ENVIRONMENT FILES
345 if(exists $sects{$sect}) {
346 $head = $sect;
349 print scalar unmunge ($sects{$sect});
/netbsd/external/gpl3/binutils/dist/bfd/
H A Dopncls.c1203 asection *sect; in bfd_get_debug_link_info_1() local
1216 if (sect == NULL) in bfd_get_debug_link_info_1()
1294 asection *sect; in bfd_get_alt_debug_link_info() local
1307 if (sect == NULL) in bfd_get_alt_debug_link_info()
1697 asection *sect; in bfd_create_gnu_debuglink_section() local
1711 if (sect) in bfd_create_gnu_debuglink_section()
1720 if (sect == NULL) in bfd_create_gnu_debuglink_section()
1739 return sect; in bfd_create_gnu_debuglink_section()
1764 struct bfd_section *sect, in bfd_fill_in_gnu_debuglink_section() argument
1859 asection *sect; in get_build_id() local
[all …]
/netbsd/usr.sbin/fstyp/
H A Dexfat.c139 read_sectn(FILE *fp, off_t sect, unsigned count, unsigned bytespersec) in read_sectn() argument
141 return (read_buf(fp, sect * bytespersec, bytespersec * count)); in read_sectn()
145 read_sect(FILE *fp, off_t sect, unsigned bytespersec) in read_sect() argument
147 return (read_sectn(fp, sect, 1, bytespersec)); in read_sect()
161 unsigned n, sect; in exfat_compute_boot_chksum() local
165 for (sect = 0; sect < 11; sect++) { in exfat_compute_boot_chksum()
166 sector = read_sect(fp, region + sect, bytespersec); in exfat_compute_boot_chksum()
170 if (sect == 0) { in exfat_compute_boot_chksum()
/netbsd/external/gpl3/gdb/dist/bfd/
H A Dopncls.c1166 asection *sect; in bfd_get_debug_link_info_1() local
1179 if (sect == NULL) in bfd_get_debug_link_info_1()
1257 asection *sect; in bfd_get_alt_debug_link_info() local
1270 if (sect == NULL) in bfd_get_alt_debug_link_info()
1660 asection *sect; in bfd_create_gnu_debuglink_section() local
1674 if (sect) in bfd_create_gnu_debuglink_section()
1683 if (sect == NULL) in bfd_create_gnu_debuglink_section()
1702 return sect; in bfd_create_gnu_debuglink_section()
1727 struct bfd_section *sect, in bfd_fill_in_gnu_debuglink_section() argument
1822 asection *sect; in get_build_id() local
[all …]

12345678910>>...27