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

123456789

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/m68k-coff/
H A Dp2430a.s1 .sect foo
/netbsd-6-1-5-RELEASE/lib/csu/vax_elf/
H A Ddot_init.h38 #define MD_SECTION_PROLOGUE(sect, entry_pt) \
40 " .section "#sect",\"ax\",@progbits\n" \
49 #define MD_SECTION_EPILOGUE(sect) \
51 " .section "#sect",\"ax\",@progbits\n" \
55 #define MD_CALL_STATIC_FUNCTION(sect, func) \
57 " .section "#sect",\"ax\",@progbits\n" \
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/m68hc11/
H A Dabi.s1 .sect .text
/netbsd-6-1-5-RELEASE/lib/csu/arm_elf/
H A Ddot_init.h39 #define MD_SECTION_PROLOGUE(sect, entry_pt) \
41 ".section "#sect",\"ax\",%progbits \n"\
51 #define MD_SECTION_EPILOGUE(sect) \
53 ".section "#sect",\"ax\",%progbits \n"\
/netbsd-6-1-5-RELEASE/lib/csu/hppa/
H A Ddot_init.h39 #define MD_SECTION_PROLOGUE(sect, entry_pt) \
41 ".section "#sect",\"ax\",@progbits \n"\
56 #define MD_SECTION_EPILOGUE(sect) \
58 ".section "#sect",\"ax\",@progbits \n"\
/netbsd-6-1-5-RELEASE/lib/csu/ia64/
H A Ddot_init.h43 #define MD_SECTION_PROLOGUE(sect, entry_pt) \
45 ".section "#sect",\"ax\",@progbits \n" \
61 #define MD_SECTION_EPILOGUE(sect) \
63 ".section "#sect",\"ax\",@progbits \n" \
/netbsd-6-1-5-RELEASE/lib/csu/m68k_elf/
H A Ddot_init.h39 #define MD_SECTION_PROLOGUE(sect, entry_pt) \
41 ".section "#sect",\"ax\",@progbits \n"\
50 #define MD_SECTION_EPILOGUE(sect) \
52 ".section "#sect",\"ax\",@progbits \n"\
/netbsd-6-1-5-RELEASE/lib/csu/powerpc/
H A Ddot_init.h38 #define MD_SECTION_PROLOGUE(sect, entry_pt) \
40 ".section "#sect",\"ax\",@progbits \n" \
49 #define MD_SECTION_EPILOGUE(sect) \
51 ".section "#sect",\"ax\",@progbits \n" \
/netbsd-6-1-5-RELEASE/lib/csu/sparc_elf/
H A Ddot_init.h70 #define MD_SECTION_PROLOGUE(sect, entry_pt) \
72 ".section "#sect",\"ax\",@progbits \n"\
80 #define MD_SECTION_EPILOGUE(sect) \
82 ".section "#sect",\"ax\",@progbits \n"\
/netbsd-6-1-5-RELEASE/lib/csu/alpha/
H A Ddot_init.h41 #define MD_SECTION_PROLOGUE(sect, entry_pt) \
44 ".section "#sect",\"ax\",@progbits \n"\
55 #define MD_SECTION_EPILOGUE(sect) \
58 ".section "#sect",\"ax\",@progbits \n"\
/netbsd-6-1-5-RELEASE/lib/csu/powerpc64/
H A Ddot_init.h38 #define MD_SECTION_PROLOGUE(sect, entry_pt) \
47 ".pushsection "#sect",\"ax\",@progbits \n" \
56 #define MD_SECTION_EPILOGUE(sect) \
58 ".pushsection "#sect",\"ax\",@progbits \n" \
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/bfd/
H A Daout-adobe.c79 asection *sect; local
135 sect = bfd_make_section_with_flags (abfd, section_name, flags);
138 while (!sect)
144 sect = bfd_make_section_with_flags (abfd, try_again, flags);
148 if (sect->name == try_again)
150 amt = strlen (sect->name);
154 strcpy (newname, sect->name);
155 sect->name = newname;
159 sect->size = ((ext->e_size[0] << 8)
162 sect
275 asection *sect; local
375 sec_ptr sect; local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/bfd/
H A Daout-adobe.c79 asection *sect; local
135 sect = bfd_make_section_with_flags (abfd, section_name, flags);
138 while (!sect)
144 sect = bfd_make_section_with_flags (abfd, try_again, flags);
148 if (sect->name == try_again)
150 amt = strlen (sect->name);
154 strcpy (newname, sect->name);
155 sect->name = newname;
159 sect->size = ((ext->e_size[0] << 8)
162 sect
275 asection *sect; local
375 sec_ptr sect; local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/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-6-1-5-RELEASE/external/gpl3/binutils/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 Dbug-3331.s4 .sect .text
17 .sect .page0
21 .sect .data
H A Dbug-1417.s4 .sect .text
19 .sect .page0
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/c4x/
H A Dc4x-c.c64 c4x_parse_pragma (name, func, sect)
67 tree *sect;
77 if (sect)
83 *sect = s;
100 tree func, sect; local
102 if (c4x_parse_pragma ("CODE_SECTION", &func, &sect))
106 build_tree_list (NULL_TREE, sect)));
113 tree func, sect; local
115 if (c4x_parse_pragma ("DATA_SECTION", &func, &sect))
119 build_tree_list (NULL_TREE, sect)));
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/v850/
H A Dv850-c.c128 const char *sect, *alias;
136 sect = IDENTIFIER_POINTER (x);
154 if (streq (sect, "data")) kind = GHS_SECTION_KIND_DATA;
155 else if (streq (sect, "text")) kind = GHS_SECTION_KIND_TEXT;
156 else if (streq (sect, "rodata")) kind = GHS_SECTION_KIND_RODATA;
157 else if (streq (sect, "const")) kind = GHS_SECTION_KIND_RODATA;
158 else if (streq (sect, "rosdata")) kind = GHS_SECTION_KIND_ROSDATA;
159 else if (streq (sect, "rozdata")) kind = GHS_SECTION_KIND_ROZDATA;
160 else if (streq (sect, "sdata")) kind = GHS_SECTION_KIND_SDATA;
161 else if (streq (sect, "tdat
125 const char *sect, *alias; local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/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-6-1-5-RELEASE/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-6-1-5-RELEASE/lib/csu/mips/
H A Ddot_init.h112 #define MD_SECTION_PROLOGUE(sect, entry_pt) \
114 ".section "#sect",\"ax\",@progbits" "\n\t" \
122 #define MD_SECTION_EPILOGUE(sect) \
124 ".section "#sect",\"ax\",@progbits" "\n\t" \

Completed in 108 milliseconds

123456789