Searched refs:sect (Results 1 - 25 of 488) sorted by relevance

1234567891011>>

/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/m68hc11/
H A Dabi.s1 .sect .text
H A Dhexprefix.s3 .sect .text
H A Dinsns.s4 .sect .text
60 .sect .data
62 .sect .bss
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/xgate/
H A Dabi.s1 .sect .text
H A Dinsns.s4 .sect .text
38 .sect .data
40 .sect .bss
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-c-test/
H A Dobject.c23 LLVMSectionIteratorRef sect; local
40 sect = LLVMObjectFileCopySectionIterator(O);
41 while (sect && !LLVMObjectFileIsSectionIteratorAtEnd(O, sect)) {
42 printf("'%s': @0x%08" PRIx64 " +%" PRIu64 "\n", LLVMGetSectionName(sect),
43 LLVMGetSectionAddress(sect), LLVMGetSectionSize(sect));
45 LLVMMoveToNextSection(sect);
48 LLVMDisposeSectionIterator(sect);
60 LLVMSectionIteratorRef sect; local
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-elf/
H A Deh-group1.s1 .section sect, "axG", %progbits, sectgroup, comdat
H A Deh-group2.s1 .section sect, "axG", %progbits, sectgroup, comdat
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-m68hc11/
H A Dlink-hc12.s3 .sect .text
H A Dbug-1403.s4 .sect .text
13 .sect .page0
17 .sect .text.toto
H A Dlink-hcs12.s3 .sect .text
H A Dxgate1.s3 .sect .text
17 .sect .data
H A Dbug-3331.s4 .sect .text
17 .sect .page0
21 .sect .data
H A Dbug-1417.s4 .sect .text
19 .sect .page0
H A Dxgate-offset.s3 .sect .text
H A Dxgate2.s4 .sect .text
H A Dfar-hc12.s7 .sect .text
39 .sect .bank1,"ax"
50 .sect .bank2,"ax"
60 .sect .bank3,"ax"
70 .sect .text
80 .sect .bss
H A Dfar-hc11.s7 .sect .text
45 .sect .bank1,"ax"
56 .sect .bank2,"ax"
66 .sect .bank3,"ax"
76 .sect .text
102 .sect .page0
/netbsd-current/lib/csu/arch/hppa/
H A Dcrtn.S37 #define MD_SECTION_EPILOGUE(sect) \
38 .section #sect,"ax",@progbits ! \
H A Dcrti.S38 #define MD_SECTION_PROLOGUE(sect, entry_pt) \
39 .section sect,"ax",@progbits ! \
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/v850/
H A Dv850-c.c129 const char *sect, *alias;
139 sect = IDENTIFIER_POINTER (sect_ident);
158 if (streq (sect, "data")) kind = GHS_SECTION_KIND_DATA;
159 else if (streq (sect, "text")) kind = GHS_SECTION_KIND_TEXT;
160 else if (streq (sect, "rodata")) kind = GHS_SECTION_KIND_RODATA;
161 else if (streq (sect, "const")) kind = GHS_SECTION_KIND_RODATA;
162 else if (streq (sect, "rosdata")) kind = GHS_SECTION_KIND_ROSDATA;
163 else if (streq (sect, "rozdata")) kind = GHS_SECTION_KIND_ROZDATA;
164 else if (streq (sect, "sdata")) kind = GHS_SECTION_KIND_SDATA;
165 else if (streq (sect, "tdat
126 const char *sect, *alias; local
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/config/v850/
H A Dv850-c.cc129 const char *sect, *alias;
139 sect = IDENTIFIER_POINTER (sect_ident);
158 if (streq (sect, "data")) kind = GHS_SECTION_KIND_DATA;
159 else if (streq (sect, "text")) kind = GHS_SECTION_KIND_TEXT;
160 else if (streq (sect, "rodata")) kind = GHS_SECTION_KIND_RODATA;
161 else if (streq (sect, "const")) kind = GHS_SECTION_KIND_RODATA;
162 else if (streq (sect, "rosdata")) kind = GHS_SECTION_KIND_ROSDATA;
163 else if (streq (sect, "rozdata")) kind = GHS_SECTION_KIND_ROZDATA;
164 else if (streq (sect, "sdata")) kind = GHS_SECTION_KIND_SDATA;
165 else if (streq (sect, "tdat
126 const char *sect, *alias; local
[all...]
/netbsd-current/external/bsd/libbind/dist/nameser/
H A Dns_newmsg.c55 ns_sect sect; local
60 for (sect = ns_s_qd; sect < ns_s_max; sect++) {
63 count = ns_msg_count(*msg, sect);
68 if (ns_parserr2(msg, sect, i, &rr) < 0)
70 if (sect == ns_s_qd)
76 x = ns_newmsg_rr(handle, sect,
148 ns_newmsg_rr(ns_newmsg *handle, ns_sect sect, argument
157 if (sect < ms
192 ns_sect sect; local
[all...]
/netbsd-current/crypto/external/bsd/openssl/dist/demos/bio/
H A Dclient-conf.c24 STACK_OF(CONF_VALUE) *sect = NULL;
39 sect = NCONF_get_section(conf, "default");
41 if (sect == NULL) {
51 for (i = 0; i < sk_CONF_VALUE_num(sect); i++) {
52 cnf = sk_CONF_VALUE_value(sect, i);
/netbsd-current/external/gpl3/gdb/dist/gdb/compile/
H A Dcompile-object-load.c78 void setup_one_section (asection *sect);
107 setup_sections_data::setup_one_section (asection *sect) argument
112 if (sect != NULL)
115 if (sect->output_section == NULL)
116 sect->output_section = sect;
118 if ((bfd_section_flags (sect) & SEC_ALLOC) == 0)
123 if ((bfd_section_flags (sect) & SEC_READONLY) == 0)
125 if ((bfd_section_flags (sect) & SEC_CODE) != 0)
132 bfd_section_name (sect),
334 copy_sections(bfd *abfd, asection *sect, void *data) argument
[all...]

Completed in 233 milliseconds

1234567891011>>