Searched refs:section (Results 1 - 25 of 729) sorted by relevance

1234567891011>>

/macosx-10.10.1/cxxfilt-11/cxxfilt/binutils/testsuite/binutils-all/
H A Dcopytest.s2 .section foo
5 .section bar
H A Dunknown.s1 .section .foo,"a","note"
H A Dcopy-1.s5 .section .post_text_reserve,"w", %nobits
H A Dgroup.s1 .section .text,"axG",%progbits,foo_group,comdat
5 .section .data,"awG",%progbits,foo_group,comdat
/macosx-10.10.1/objc4-646/test/
H A Dunload3.c9 int fake[2] __attribute__((section("__OBJC,__image_info")))
12 int fake[2] __attribute__((section("__DATA,__objc_imageinfo")))
/macosx-10.10.1/OpenSSL098-52/src/crypto/conf/
H A Dconf_api.h70 CONF_VALUE *_CONF_new_section(CONF *conf, const char *section);
72 CONF_VALUE *_CONF_get_section(const CONF *conf, const char *section);
75 const char *section);
77 int _CONF_add_string(CONF *conf, CONF_VALUE *section, CONF_VALUE *value);
78 char *_CONF_get_string(const CONF *conf, const char *section,
80 long _CONF_get_number(const CONF *conf, const char *section, const char *name);
H A Dconf_api.c85 CONF_VALUE *_CONF_get_section(const CONF *conf, const char *section) argument
89 if ((conf == NULL) || (section == NULL)) return(NULL);
91 vv.section=(char *)section;
98 const char *section)
102 v=_CONF_get_section(conf,section);
109 int _CONF_add_string(CONF *conf, CONF_VALUE *section, CONF_VALUE *value) argument
114 ts = (STACK_OF(CONF_VALUE) *)section->value;
116 value->section=section
133 _CONF_get_string(const CONF *conf, const char *section, const char *name) argument
278 _CONF_new_section(CONF *conf, const char *section) argument
[all...]
/macosx-10.10.1/OpenSSL098-52/src/include/openssl/
H A Dconf_api.h70 CONF_VALUE *_CONF_new_section(CONF *conf, const char *section);
72 CONF_VALUE *_CONF_get_section(const CONF *conf, const char *section);
75 const char *section);
77 int _CONF_add_string(CONF *conf, CONF_VALUE *section, CONF_VALUE *value);
78 char *_CONF_get_string(const CONF *conf, const char *section,
80 long _CONF_get_number(const CONF *conf, const char *section, const char *name);
/macosx-10.10.1/objc4-646/runtime/
H A Dobjcrt.c9 #pragma section(".objc_module_info$A",long,read,write)
12 #pragma section(".objc_module_info$C",long,read,write)
16 #pragma section(".objc_protocol$A",long,read,write)
19 #pragma section(".objc_protocol$C",long,read,write)
23 #pragma section(".objc_image_info$A",long,read,write)
26 #pragma section(".objc_image_info$C",long,read,write)
30 #pragma section(".objc_message_refs$A",long,read,write)
33 #pragma section(".objc_message_refs$C",long,read,write)
37 #pragma section(".objc_class_refs$A",long,read,write)
40 #pragma section("
[all...]
H A Dobjc-sel-table.s2 .section __TEXT,__objc_opt_ro
25 .section __DATA,__objc_opt_rw
/macosx-10.10.1/ruby-106/ruby/ext/openssl/lib/openssl/
H A Dconfig.rb22 parse_config(StringIO.new(str)).each do |section, hash|
23 c[section] = hash
39 def get_key_string(data, section, key) # :nodoc:
40 if v = data[section] && data[section][key]
42 elsif section == 'ENV'
55 section = 'default'
56 data = {section => {}}
62 section = $1.strip
63 data[section] ||
252 def section(name) method in class:OpenSSL
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/bindings/python/llvm/tests/
H A Dtest_object.py19 for section in o.get_sections():
21 assert isinstance(section, Section)
22 assert isinstance(section.name, str)
23 assert isinstance(section.size, long)
24 assert isinstance(section.contents, str)
25 assert isinstance(section.address, long)
29 for section in o.get_sections():
30 section.cache()
53 section = symbol.section
[all...]
/macosx-10.10.1/dcerpc-61/dcerpc/idl_lib/
H A Dlapollo.h109 * of a function, in a section named nck_pure_data$. This section will
110 * be loaded as a R/O, shared, initialized data section. All other data,
117 # section( , nck_pure_data$)
/macosx-10.10.1/dyld-353.2.1/unit-tests/test-cases/text-perm-alt-segment/
H A Dfoo.c33 __attribute__((section("MYTEXT,myconst,regular,pure_instructions")))
/macosx-10.10.1/emacs-93/emacs/src/
H A Dunexapollo.c49 struct scnhdr *section, *sections, *sections_limit; local
75 error ("cannot allocate section header storage");
79 error ("cannot read section headers");
90 error (".rwdi section needs relocation - cannot dump Emacs");
101 for (section = sections; (section->s_flags & STYP_TEXT) != 0; section++) ;
107 for (; section != sections_limit; section++)
109 if ((section
[all...]
/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DDetailsSection.css26 .details-section {
32 body.mac-platform.legacy .details-section {
40 .details-section .details-section {
44 body.mac-platform.legacy .details-section .details-section {
48 .details-section .details-section:last-child {
52 .details-section .details-section
[all...]
H A DCSSStyleDeclarationSection.css26 .style-declaration-section {
36 body.mac-platform.legacy .style-declaration-section {
40 body.mac-platform.legacy .style-declaration-section + .style-declaration-section {
44 .style-declaration-section.last-in-group {
50 body.mac-platform.legacy .style-declaration-section.last-in-group {
54 .style-declaration-section.last-in-group + .style-declaration-section {
60 body.mac-platform.legacy .style-declaration-section.last-in-group + .style-declaration-section {
[all...]
H A DEventListenerSectionGroup.css26 .event-listener-section > .content > .group > .row.simple > .value {
H A DBoxModelDetailsSectionRow.css26 .details-section .row.box-model {
32 .details-section .row.box-model .label {
40 .details-section .row.box-model .position {
49 .details-section .row.box-model .margin {
59 .details-section .row.box-model .margin.active {
63 .details-section .row.box-model .border {
73 .details-section .row.box-model .border.active {
77 .details-section .row.box-model .padding {
87 .details-section .row.box-model .padding.active {
91 .details-section
[all...]
/macosx-10.10.1/man-16/man/man2html/scripts/cgi-bin/man/
H A Dmansec3 # Generate an index into a manual section by using find.
21 section = ARGV[2];
23 if (section !~ /^[1-8ln]$/ && section != "all") {
26 print "<title>Manual - Illegal section</title>";
28 print "Illegal section number '" section "'." ;
44 cache_file = "manindex" cache_suffix "-" section ".html";
55 if (section == "all") {
66 cmd = "find " man_path " -maxdepth 1 -name man" section "
[all...]
/macosx-10.10.1/cxxfilt-11/cxxfilt/bfd/
H A Dcoff-aux.c33 /* On AUX, a STYP_NOLOAD|STYP_BSS section is part of a shared library. */
60 coff_m68k_aux_link_add_one_symbol (info, abfd, name, flags, section, value,
66 asection *section;
76 !bfd_is_und_section (section) &&
77 !bfd_is_com_section (section))
102 if (! (*info->callbacks->notice) (info, name, abfd, section, value))
116 msec = h->u.def.section;
120 if (bfd_is_abs_section (msec) && !bfd_is_abs_section (section))
122 h->u.def.section = section;
[all...]
H A Dvms-gsd.c53 char *name; /* Name of section. */
57 flagword flags_hassize; /* Flags we set if the section has a size > 0. */
142 /* Retrieve bfd section flags by name and size. */
170 /* Retrieve vms section flags by name and size. */
264 asection *section; local
292 /* Calculate base address for each section. */
317 /* Program section definition. */
323 /* If this section isn't a bfd section. */
326 /* Check for temporary section fro
700 asection *section; local
[all...]
/macosx-10.10.1/apache-793/httpd/modules/aaa/
H A Dmod_authz_core.c86 authz_section_conf *section; member in struct:authz_core_dir_conf
122 if (new->op == AUTHZ_LOGIC_UNSET && !new->section && base->section ) {
128 !(base->section || new->section)) {
132 authz_section_conf *section; local
134 if (base->section) {
135 if (new->section) {
136 section = apr_pcalloc(p, sizeof(*section));
352 format_authz_command(apr_pool_t *p, authz_section_conf *section) argument
368 authz_section_conf *section = apr_pcalloc(p, sizeof(*section)); local
379 authz_section_conf *section = apr_pcalloc(cmd->pool, sizeof(*section)); local
463 authz_section_conf *section; local
581 authz_core_check_section(apr_pool_t *p, server_rec *s, authz_section_conf *section, int is_conf) argument
706 apply_authz_sections(request_rec *r, authz_section_conf *section, authz_logic_op parent_op) argument
[all...]
/macosx-10.10.1/Heimdal-398.1.2/cf/
H A Dinstall-catman.sh18 section=`echo "$f" | sed 's/^[^.]*\.//'`
19 mandir="$manbase/man$section"
20 catdir="$manbase/cat$section"
21 c="$base.cat$section"
40 target="$mandir/$link.$section"
41 for lncmd in "ln -f $mandir/$base.$section $target" \
42 "ln -s $base.$section $target" \
43 "cp -f $mandir/$base.$section $target"
64 target="$mandir/$link.$section"
/macosx-10.10.1/emacs-93/emacs/nt/
H A Daddsection.c1 /* Add an uninitialized data section to an executable.
141 /* The true section size, before rounding, for an initialized data or
142 code section. (Supposedly some linkers swap the meaning of these
148 /* Return pointer to section header for named section. */
152 PIMAGE_SECTION_HEADER section; local
155 section = IMAGE_FIRST_SECTION (nt_header);
159 if (strcmp (section->Name, name) == 0)
160 return section;
161 section
171 PIMAGE_SECTION_HEADER section; local
199 PIMAGE_SECTION_HEADER section; local
283 PIMAGE_SECTION_HEADER section; local
[all...]

Completed in 205 milliseconds

1234567891011>>