Home
last modified time | relevance | path

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

12345678910>>...95

/openbsd-src/usr.sbin/nsd/
H A Danswer.c25 answer_add_rrset(answer_type *answer, rr_section_type section, in answer_add_rrset() argument
30 assert(section >= ANSWER_SECTION && section < RR_SECTION_COUNT); in answer_add_rrset()
38 if (section < answer->section[i]) { in answer_add_rrset()
39 answer->section[i] = section; in answer_add_rrset()
52 answer->section[answer->rrset_count] = section; in answer_add_rrset()
64 rr_section_type section; in encode_answer() local
74 for (section = ANSWER_SECTION; section < RR_SECTION_COUNT; ++section) { in encode_answer()
75 counts[section] = 0; in encode_answer()
78 for (section = ANSWER_SECTION; in encode_answer()
79 !TC(q->packet) && section < RR_SECTION_COUNT; in encode_answer()
[all …]
/openbsd-src/gnu/usr.bin/binutils/bfd/
H A Dvms-gsd.c276 asection *section; local
353 section = bfd_make_section (abfd, name);
354 if (!section)
361 section->_raw_size = bfd_getl32 (vms_rec + 4); /* allocation */
363 section->_raw_size > 0);
368 if (!bfd_set_section_flags (abfd, section, new_flags))
375 section->alignment_power = vms_rec[1];
376 align_addr = (1 << section->alignment_power);
379 section->vma = (bfd_vma)base_addr;
380 base_addr += section->_raw_size;
[all …]
H A Dsimple.c32 asection *section ATTRIBUTE_UNUSED, in simple_dummy_warning()
42 asection *section ATTRIBUTE_UNUSED, in simple_dummy_undefined_symbol()
55 asection *section ATTRIBUTE_UNUSED, in simple_dummy_reloc_overflow()
65 asection *section ATTRIBUTE_UNUSED, in simple_dummy_reloc_dangerous()
75 asection *section ATTRIBUTE_UNUSED, in simple_dummy_unattached_reloc()
84 asection *section; member
89 asection *section, in simple_save_output_info() argument
93 output_info[section->index].offset = section->output_offset; in simple_save_output_info()
94 output_info[section->index].section = section->output_section; in simple_save_output_info()
95 section->output_offset = 0; in simple_save_output_info()
[all …]
/openbsd-src/gnu/usr.bin/perl/cpan/podlators/lib/Pod/
H A DParseLink.pm31 # Parse the name and section portion of a link into a name and section.
37 # If the whole link is enclosed in quotes, interpret it all as a section
41 # Split into page and section on slash, and then clean up quoting in the
42 # section. If there is no section and the name contains spaces, also
43 # guess that it's an old section link.
44 my ($page, $section) = split (/\s*\/\s*/, $link, 2);
45 $section =~ s/^"\s*(.*?)\s*"$/$1/ if $section;
[all...]
/openbsd-src/gnu/usr.bin/binutils-2.17/bfd/
H A Dvms-gsd.c264 asection *section; in _bfd_vms_slurp_gsd() local
334 section = bfd_make_section (abfd, name); in _bfd_vms_slurp_gsd()
335 if (!section) in _bfd_vms_slurp_gsd()
342 section->size = bfd_getl32 (vms_rec + 4); /* allocation */ in _bfd_vms_slurp_gsd()
344 section->size > 0); in _bfd_vms_slurp_gsd()
349 if (!bfd_set_section_flags (abfd, section, new_flags)) in _bfd_vms_slurp_gsd()
356 section->alignment_power = vms_rec[1]; in _bfd_vms_slurp_gsd()
357 align_addr = (1 << section->alignment_power); in _bfd_vms_slurp_gsd()
360 section->vma = (bfd_vma)base_addr; in _bfd_vms_slurp_gsd()
361 base_addr += section->size; in _bfd_vms_slurp_gsd()
[all …]
H A Dsimple.c32 asection *section ATTRIBUTE_UNUSED, in simple_dummy_warning()
42 asection *section ATTRIBUTE_UNUSED, in simple_dummy_undefined_symbol()
56 asection *section ATTRIBUTE_UNUSED, in simple_dummy_reloc_overflow()
66 asection *section ATTRIBUTE_UNUSED, in simple_dummy_reloc_dangerous()
76 asection *section ATTRIBUTE_UNUSED, in simple_dummy_unattached_reloc()
103 asection *section; member
108 asection *section, in simple_save_output_info() argument
112 output_info[section->index].offset = section->output_offset; in simple_save_output_info()
113 output_info[section->index].section = section->output_section; in simple_save_output_info()
114 if ((section->flags & SEC_DEBUGGING) != 0 in simple_save_output_info()
[all …]
/openbsd-src/lib/libcrypto/ts/
H A Dts_conf.c181 TS_CONF_get_tsa_section(CONF *conf, const char *section) in TS_CONF_get_tsa_section()
183 if (!section) { in TS_CONF_get_tsa_section()
184 section = NCONF_get_string(conf, BASE_SECTION, ENV_DEFAULT_TSA); in TS_CONF_get_tsa_section()
185 if (!section) in TS_CONF_get_tsa_section()
188 return section;
193 TS_CONF_set_serial(CONF *conf, const char *section, TS_serial_cb cb, in TS_CONF_set_serial()
197 char *serial = NCONF_get_string(conf, section, ENV_SERIAL); in TS_CONF_set_serial()
200 TS_CONF_lookup_fail(section, ENV_SERIAL); in TS_CONF_set_serial()
213 TS_CONF_set_signer_cert(CONF *conf, const char *section, const char *cert, in TS_CONF_set_signer_cert()
220 cert = NCONF_get_string(conf, section, ENV_SIGNER_CER in TS_CONF_set_signer_cert()
179 TS_CONF_get_tsa_section(CONF * conf,const char * section) TS_CONF_get_tsa_section() argument
191 TS_CONF_set_serial(CONF * conf,const char * section,TS_serial_cb cb,TS_RESP_CTX * ctx) TS_CONF_set_serial() argument
211 TS_CONF_set_signer_cert(CONF * conf,const char * section,const char * cert,TS_RESP_CTX * ctx) TS_CONF_set_signer_cert() argument
237 TS_CONF_set_certs(CONF * conf,const char * section,const char * certs,TS_RESP_CTX * ctx) TS_CONF_set_certs() argument
262 TS_CONF_set_signer_key(CONF * conf,const char * section,const char * key,const char * pass,TS_RESP_CTX * ctx) TS_CONF_set_signer_key() argument
288 TS_CONF_set_def_policy(CONF * conf,const char * section,const char * policy,TS_RESP_CTX * ctx) TS_CONF_set_def_policy() argument
316 TS_CONF_set_policies(CONF * conf,const char * section,TS_RESP_CTX * ctx) TS_CONF_set_policies() argument
350 TS_CONF_set_digests(CONF * conf,const char * section,TS_RESP_CTX * ctx) TS_CONF_set_digests() argument
390 TS_CONF_set_accuracy(CONF * conf,const char * section,TS_RESP_CTX * ctx) TS_CONF_set_accuracy() argument
430 TS_CONF_set_clock_precision_digits(CONF * conf,const char * section,TS_RESP_CTX * ctx) TS_CONF_set_clock_precision_digits() argument
457 TS_CONF_add_flag(CONF * conf,const char * section,const char * field,int flag,TS_RESP_CTX * ctx) TS_CONF_add_flag() argument
476 TS_CONF_set_ordering(CONF * conf,const char * section,TS_RESP_CTX * ctx) TS_CONF_set_ordering() argument
483 TS_CONF_set_tsa_name(CONF * conf,const char * section,TS_RESP_CTX * ctx) TS_CONF_set_tsa_name() argument
490 TS_CONF_set_ess_cert_id_chain(CONF * conf,const char * section,TS_RESP_CTX * ctx) TS_CONF_set_ess_cert_id_chain() argument
[all...]
/openbsd-src/regress/usr.bin/mandoc/mdoc/Sh/
H A Dtag.out_html2 </section>
3 </section>
4 <section class="Sh">
6 <p class="Pp">Text in duplicate description section.</p>
7 </section>
8 <section class="Sh">
11 <section class="Ss">
14 </section>
15 <section class="Ss">
16 <h3 class="Ss" id="Sub-section"><a class="permalink" href="#Sub-section">Sub-section</a></h3>
[all …]
/openbsd-src/gnu/gcc/gcc/
H A Doutput.h496 section *next;
521 union section GTY ((desc ("SECTION_STYLE (&(%h))")))
535 extern GTY(()) section *text_section;
536 extern GTY(()) section *data_section;
537 extern GTY(()) section *readonly_data_section;
538 extern GTY(()) section *sdata_section;
539 extern GTY(()) section *ctors_section;
540 extern GTY(()) section *dtors_section;
541 extern GTY(()) section *bss_section;
542 extern GTY(()) section *sbss_section;
[all …]
/openbsd-src/sbin/isakmpd/
H A Dconf.c66 char *section; member
79 char *section; member
105 conf_remove_now(char *section, char *tag) in conf_remove_now() argument
109 for (cb = LIST_FIRST(&conf_bindings[conf_hash(section)]); cb; in conf_remove_now()
112 if (strcasecmp(cb->section, section) == 0 && in conf_remove_now()
115 LOG_DBG((LOG_MISC, 95, "[%s]:%s->%s removed", section, in conf_remove_now()
117 free(cb->section); in conf_remove_now()
128 conf_remove_section_now(char *section) in conf_remove_section_now() argument
133 for (cb = LIST_FIRST(&conf_bindings[conf_hash(section)]); cb; in conf_remove_section_now()
136 if (strcasecmp(cb->section, section) == 0) { in conf_remove_section_now()
[all …]
/openbsd-src/lib/libcrypto/conf/
H A Dconf_api.c82 _CONF_get_section(const CONF *conf, const char *section) in IMPLEMENT_LHASH_DOALL_ARG_FN()
86 if ((conf == NULL) || (section == NULL)) in IMPLEMENT_LHASH_DOALL_ARG_FN()
89 vv.section = (char *)section; in IMPLEMENT_LHASH_DOALL_ARG_FN()
96 _CONF_get_section_values(const CONF *conf, const char *section) in STACK_OF()
100 v = _CONF_get_section(conf, section); in STACK_OF()
108 _CONF_add_string(CONF *conf, CONF_VALUE *section, CONF_VALUE *value)
113 ts = (STACK_OF(CONF_VALUE) *)section->value; in _CONF_add_string()
115 value->section = section in _CONF_add_string()
109 _CONF_add_string(CONF * conf,CONF_VALUE * section,CONF_VALUE * value) _CONF_add_string() argument
133 _CONF_get_string(const CONF * conf,const char * section,const char * name) _CONF_get_string() argument
252 _CONF_new_section(CONF * conf,const char * section) _CONF_new_section() argument
[all...]
/openbsd-src/gnu/usr.bin/perl/ext/Pod-Html/t/
H A Dhtmllink.pod9 L</"section 2">
11 L</"section three">
21 L</section 2>
23 L</section three>
33 L<"section 2">
35 L<"section three">
45 L<text|/"section 2">
47 L<text|/"section three">
57 L<text|/section 2>
59 L<text|/section three>
[all …]
H A Dhtmllink.t54 <li><a href="#section-2">section 2</a></li>
55 <li><a href="#section-three">section three</a></li>
68 <p><a href="#section-2">&quot;section 2&quot;</a></p>
70 <p><a href="#section-three">&quot;section three&quot;</a></p>
80 <p><a href="#section-2">&quot;section 2&quot;</a></p>
82 <p><a href="#section-three">&quot;section three&quot;</a></p>
92 <p><a href="#section-2">&quot;section 2&quot;</a></p>
94 <p><a href="#section-three">&quot;section three&quot;</a></p>
104 <p><a href="#section-2">text</a></p>
106 <p><a href="#section-three">text</a></p>
[all …]
/openbsd-src/gnu/usr.bin/texinfo/util/
H A Dgdoc355 my ($parameter, $section);
377 foreach $section (@{$args{'sectionlist'}}) {
378 print "\n\@strong{$section:} " if $section ne $section_default;
379 $args{'sections'}{$section} =~ s:([{}]):\@\1:gs;
380 output_highlight($args{'sections'}{$section});
388 my ($parameter, $section);
416 foreach $section (@{$args{'sectionlist'}}) {
417 print "<h3>$section</h3>\n";
419 output_highlight($args{'sections'}{$section});
428 my ($parameter, $section);
[all …]
/openbsd-src/gnu/usr.bin/gcc/gcc/config/rs6000/
H A Deabi-cn.asm42 .section ".got","aw"
47 .section ".got1","aw"
52 .section ".got2","aw"
57 .section ".fixup","aw"
62 .section ".ctors","aw"
67 .section ".dtors","aw"
72 .section ".sdata","aw"
77 .section ".sbss","aw",@nobits
82 .section ".sdata2","a"
87 .section ".sbss2","a"
[all …]
H A Deabi-ci.asm44 .section ".got","aw"
49 .section ".got1","aw"
54 .section ".got2","aw"
59 .section ".fixup","aw"
64 .section ".ctors","aw"
69 .section ".dtors","aw"
74 .section ".sdata","aw"
82 .section ".sbss","aw",@nobits
87 .section ".sdata2","a"
95 .section ".sbss2","a"
[all …]
/openbsd-src/gnu/gcc/gcc/config/rs6000/
H A Deabi-cn.asm43 .section ".got","aw"
48 .section ".got1","aw"
53 .section ".got2","aw"
58 .section ".fixup","aw"
63 .section ".ctors","aw"
68 .section ".dtors","aw"
73 .section ".sdata","aw"
78 .section ".sbss","aw",@nobits
83 .section ".sdata2","a"
88 .section ".sbss2","a"
[all …]
H A Deabi-ci.asm45 .section ".got","aw"
50 .section ".got1","aw"
55 .section ".got2","aw"
60 .section ".fixup","aw"
65 .section ".ctors","aw"
70 .section ".dtors","aw"
75 .section ".sdata","aw"
83 .section ".sbss","aw",@nobits
88 .section ".sdata2","a"
96 .section ".sbss2","a"
[all …]
/openbsd-src/gnu/llvm/clang/utils/
H A DFindSpecRefs607 section,name = name.split(' ',1)
608 if section == 'Annex':
609 section,name = name.split(' ',1)
610 section = 'Annex '+section
612 section = None
618 spec = SpecIndex.fromstring(section)
626 best = (dist, (section, name, page))
662 section = m.group(2)
664 if section.endswith('.'):
665 section = section[:-1]
[all …]
/openbsd-src/gnu/llvm/llvm/bindings/python/llvm/tests/
H A Dtest_object.py21 for section in o.get_sections():
23 assert isinstance(section, Section)
24 assert isinstance(section.name, str)
25 assert isinstance(section.size, Integral)
26 assert isinstance(section.contents, str)
27 assert isinstance(section.address, Integral)
28 assert len(section.contents) == section.size
32 for section in o.get_sections():
33 section.cache()
55 section = symbol.section
[all …]
/openbsd-src/gnu/usr.bin/binutils/bfd/doc/
H A Dsection.texi1 @section Sections
3 section abstraction. A single BFD may have any number of
7 Sections are supported in BFD in @code{section.c}.
13 * section prototypes::
18 When a BFD is opened for reading, the section structures are
21 Each section has a name which describes the section in the
30 constructor data, or an application may add a section (using
32 BFD. For example, the linker creates an extra section
37 the section descriptor is created. Some targets may leave the
56 section must be written. (If the section is being created from
[all …]
/openbsd-src/gnu/llvm/llvm/docs/CommandGuide/
H A Dllvm-readelf.rst34 Display architecture-specific information, e.g. the ARM attributes section on ARM.
38 Display the contents of the basic block address map section(s), which contain the
47 Display the dependent libraries section.
63 Display the callgraph profile section.
71 Display the linker options section.
80 .. option:: --section-groups, -g
82 Display section groups.
114 .. option:: --hex-dump=<section[,section,...]>, -x
116 Display the specified section(s) as hexadecimal bytes. ``section`` may be a
117 section index or section name.
[all …]
/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dblockframe.c127 find_pc_sect_function (CORE_ADDR pc, struct bfd_section *section) in find_pc_sect_function() argument
129 struct block *b = block_for_pc_sect (pc, section); in find_pc_sect_function()
180 struct bfd_section *section; in find_pc_partial_function() local
194 section = find_pc_overlay (pc); in find_pc_partial_function()
195 if (section == NULL) in find_pc_partial_function()
199 section = NULL; in find_pc_partial_function()
201 section = obj_section->the_bfd_section; in find_pc_partial_function()
204 mapped_pc = overlay_mapped_address (pc, section); in find_pc_partial_function()
208 && section == cache_pc_function_section) in find_pc_partial_function()
211 msymbol = lookup_minimal_symbol_by_pc_section (mapped_pc, section); in find_pc_partial_function()
[all …]
/openbsd-src/gnu/llvm/llvm/tools/llvm-readobj/
H A DOpts.td17 def all : FF<"all", "Equivalent to setting: --file-header, --program-headers, --section-headers, "
19 "--section-groups and --histogram">;
21 def bb_addr_map : FF<"bb-addr-map", "Display the BB address map section">;
22 def cg_profile : FF<"cg-profile", "Display call graph profile section">;
24 def dependent_libraries : FF<"dependent-libraries", "Display the dependent libraries section">;
29 def headers : FF<"headers", "Equivalent to setting: --file-header, --program-headers, --section-hea…
30 defm hex_dump : Eq<"hex-dump", "Display the specified section(s) as hexadecimal bytes">, MetaVarNam…
33 def section_data : FF<"section-data", "Display section data for each section shown. This option has…
34 def section_details : FF<"section-details", "Display the section details">;
35 def section_headers : FF<"section-headers", "Display section headers">;
[all …]
/openbsd-src/gnu/usr.bin/binutils-2.17/bfd/doc/
H A Dsection.texi1 @section Sections
3 section abstraction. A single BFD may have any number of
7 Sections are supported in BFD in @code{section.c}.
13 * section prototypes::
18 When a BFD is opened for reading, the section structures are
21 Each section has a name which describes the section in the
30 constructor data, or an application may add a section (using
32 BFD. For example, the linker creates an extra section
37 the section descriptor is created. Some targets may leave the
56 section must be written. (If the section is being created from
[all …]

12345678910>>...95