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

123456

/haiku-buildtools/binutils/gas/testsuite/gas/m68k-coff/
H A Dp2430a.s1 .sect foo
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/m68k-coff/
H A Dp2430a.s1 .sect foo
/haiku-buildtools/binutils/gas/testsuite/gas/m68hc11/
H A Dabi.s1 .sect .text
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/m68hc11/
H A Dabi.s1 .sect .text
/haiku-buildtools/binutils/gas/testsuite/gas/xgate/
H A Dabi.s1 .sect .text
H A Dinsns.s4 .sect .text
38 .sect .data
40 .sect .bss
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/fixedbugs/issue4326.dir/
H A Dp1.go5 func (opts O) RemoveOption(sect, opt string) bool {
6 if _, ok := opts[sect]; !ok {
9 _, ok := opts[sect][opt]
10 delete(opts[sect], opt)
/haiku-buildtools/legacy/binutils/bfd/
H A Daout-adobe.c79 asection *sect; local
135 sect = bfd_make_section (abfd, section_name);
138 while (!sect)
144 sect = bfd_make_section (abfd, try_again);
148 if (sect->name == try_again)
150 amt = strlen (sect->name);
154 strcpy (newname, sect->name);
155 sect->name = newname;
159 bfd_set_section_flags (abfd, sect, flags);
161 sect
277 asection *sect; local
377 sec_ptr sect; local
[all...]
/haiku-buildtools/binutils/bfd/
H A Daout-adobe.c77 asection *sect; local
134 sect = bfd_make_section_with_flags (abfd, section_name, flags);
137 while (!sect)
143 sect = bfd_make_section_with_flags (abfd, try_again, flags);
147 if (sect->name == try_again)
149 amt = strlen (sect->name);
153 strcpy (newname, sect->name);
154 sect->name = newname;
158 sect->size = ((ext->e_size[0] << 8)
161 sect
274 asection *sect; local
374 sec_ptr sect; local
[all...]
/haiku-buildtools/binutils/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
/haiku-buildtools/binutils/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
/haiku-buildtools/legacy/binutils/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
/haiku-buildtools/gcc/gcc/config/v850/
H A Dv850-c.c139 const char *sect, *alias;
149 sect = IDENTIFIER_POINTER (sect_ident);
168 if (streq (sect, "data")) kind = GHS_SECTION_KIND_DATA;
169 else if (streq (sect, "text")) kind = GHS_SECTION_KIND_TEXT;
170 else if (streq (sect, "rodata")) kind = GHS_SECTION_KIND_RODATA;
171 else if (streq (sect, "const")) kind = GHS_SECTION_KIND_RODATA;
172 else if (streq (sect, "rosdata")) kind = GHS_SECTION_KIND_ROSDATA;
173 else if (streq (sect, "rozdata")) kind = GHS_SECTION_KIND_ROZDATA;
174 else if (streq (sect, "sdata")) kind = GHS_SECTION_KIND_SDATA;
175 else if (streq (sect, "tdat
136 const char *sect, *alias; local
[all...]

Completed in 378 milliseconds

123456