Home
last modified time | relevance | path

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

/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Dgcc.c712 static const char *asm_spec = ASM_SPEC; variable
1456 INIT_STATIC_SPEC ("asm", &asm_spec),
1691 obstack_grow0 (&obstack, asm_spec, strlen (asm_spec)); in init_spec()
1692 asm_spec = obstack_finish (&obstack); in init_spec()
4951 value = do_spec_1 (asm_spec, 0, NULL); in do_spec_1()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Dgcc.c712 static const char *asm_spec = ASM_SPEC; variable
1456 INIT_STATIC_SPEC ("asm", &asm_spec),
1691 obstack_grow0 (&obstack, asm_spec, strlen (asm_spec)); in init_spec()
1692 asm_spec = obstack_finish (&obstack); in init_spec()
4951 value = do_spec_1 (asm_spec, 0, NULL); in do_spec_1()
/dports/devel/fossology-nomos-standalone/fossology-3.11.0/src/nomos/agent_tests/testdata/NomosTestfiles/GPL/
H A Dgcc.c738 static const char *asm_spec = ASM_SPEC; variable
1530 INIT_STATIC_SPEC ("asm", &asm_spec),
1784 obstack_grow0 (&obstack, asm_spec, strlen (asm_spec)); in init_spec()
1785 asm_spec = XOBFINISH (&obstack, const char *); in init_spec()
5135 value = do_spec_1 (asm_spec, 0, NULL); in do_spec_1()
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/gcc-4.1-20060728/gcc/
H A Dgcc.c733 static const char *asm_spec = ASM_SPEC; variable
1518 INIT_STATIC_SPEC ("asm", &asm_spec),
1764 obstack_grow0 (&obstack, asm_spec, strlen (asm_spec)); in init_spec()
1765 asm_spec = XOBFINISH (&obstack, const char *); in init_spec()
5055 value = do_spec_1 (asm_spec, 0, NULL); in do_spec_1()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Dgcc.c810 static const char *asm_spec = ASM_SPEC; variable
1286 INIT_STATIC_SPEC ("asm", &asm_spec),
1550 obstack_grow0 (&obstack, asm_spec, strlen (asm_spec)); in init_spec()
1551 asm_spec = XOBFINISH (&obstack, const char *); in init_spec()
5235 value = do_spec_1 (asm_spec, 0, NULL); in do_spec_1()
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Dgcc.c780 static const char *asm_spec = ASM_SPEC; variable
1255 INIT_STATIC_SPEC ("asm", &asm_spec),
1519 obstack_grow0 (&obstack, asm_spec, strlen (asm_spec)); in init_spec()
1520 asm_spec = XOBFINISH (&obstack, const char *); in init_spec()
5192 value = do_spec_1 (asm_spec, 0, NULL); in do_spec_1()
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Dgcc.c780 static const char *asm_spec = ASM_SPEC; variable
1255 INIT_STATIC_SPEC ("asm", &asm_spec),
1519 obstack_grow0 (&obstack, asm_spec, strlen (asm_spec)); in init_spec()
1520 asm_spec = XOBFINISH (&obstack, const char *); in init_spec()
5192 value = do_spec_1 (asm_spec, 0, NULL); in do_spec_1()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dgcc.c1078 static const char *asm_spec = ASM_SPEC; variable
1560 INIT_STATIC_SPEC ("asm", &asm_spec),
1831 obstack_grow0 (&obstack, asm_spec, strlen (asm_spec)); in init_spec()
1832 asm_spec = XOBFINISH (&obstack, const char *); in init_spec()
5779 value = do_spec_1 (asm_spec, 0, NULL); in do_spec_1()
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dgcc.c1083 static const char *asm_spec = ASM_SPEC; variable
1566 INIT_STATIC_SPEC ("asm", &asm_spec),
1838 obstack_grow0 (&obstack, asm_spec, strlen (asm_spec)); in init_spec()
1839 asm_spec = XOBFINISH (&obstack, const char *); in init_spec()
5873 value = do_spec_1 (asm_spec, 0, NULL); in do_spec_1()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dgcc.c1078 static const char *asm_spec = ASM_SPEC; variable
1560 INIT_STATIC_SPEC ("asm", &asm_spec),
1831 obstack_grow0 (&obstack, asm_spec, strlen (asm_spec)); in init_spec()
1832 asm_spec = XOBFINISH (&obstack, const char *); in init_spec()
5779 value = do_spec_1 (asm_spec, 0, NULL); in do_spec_1()
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dgcc.c1059 static const char *asm_spec = ASM_SPEC; variable
1546 INIT_STATIC_SPEC ("asm", &asm_spec),
1814 obstack_grow0 (&obstack, asm_spec, strlen (asm_spec)); in init_spec()
1815 asm_spec = XOBFINISH (&obstack, const char *); in init_spec()
5704 value = do_spec_1 (asm_spec, 0, NULL); in do_spec_1()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dgcc.c1082 static const char *asm_spec = ASM_SPEC; variable
1565 INIT_STATIC_SPEC ("asm", &asm_spec),
1837 obstack_grow0 (&obstack, asm_spec, strlen (asm_spec)); in init_spec()
1838 asm_spec = XOBFINISH (&obstack, const char *); in init_spec()
5875 value = do_spec_1 (asm_spec, 0, NULL); in do_spec_1()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dgcc.c1194 static const char *asm_spec = ASM_SPEC; variable
1684 INIT_STATIC_SPEC ("asm", &asm_spec),
1958 obstack_grow0 (&obstack, asm_spec, strlen (asm_spec)); in init_spec()
1959 asm_spec = XOBFINISH (&obstack, const char *); in init_spec()
6494 value = do_spec_1 (asm_spec, 0, NULL); in do_spec_1()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dgcc.c1082 static const char *asm_spec = ASM_SPEC; variable
1565 INIT_STATIC_SPEC ("asm", &asm_spec),
1837 obstack_grow0 (&obstack, asm_spec, strlen (asm_spec)); in init_spec()
1838 asm_spec = XOBFINISH (&obstack, const char *); in init_spec()
5875 value = do_spec_1 (asm_spec, 0, NULL); in do_spec_1()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dgcc.c1078 static const char *asm_spec = ASM_SPEC; variable
1560 INIT_STATIC_SPEC ("asm", &asm_spec),
1831 obstack_grow0 (&obstack, asm_spec, strlen (asm_spec)); in init_spec()
1832 asm_spec = XOBFINISH (&obstack, const char *); in init_spec()
5779 value = do_spec_1 (asm_spec, 0, NULL); in do_spec_1()
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dgcc.c1194 static const char *asm_spec = ASM_SPEC; variable
1684 INIT_STATIC_SPEC ("asm", &asm_spec),
1958 obstack_grow0 (&obstack, asm_spec, strlen (asm_spec)); in init_spec()
1959 asm_spec = XOBFINISH (&obstack, const char *); in init_spec()
6494 value = do_spec_1 (asm_spec, 0, NULL); in do_spec_1()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dgcc.c1078 static const char *asm_spec = ASM_SPEC; variable
1560 INIT_STATIC_SPEC ("asm", &asm_spec),
1831 obstack_grow0 (&obstack, asm_spec, strlen (asm_spec)); in init_spec()
1832 asm_spec = XOBFINISH (&obstack, const char *); in init_spec()
5779 value = do_spec_1 (asm_spec, 0, NULL); in do_spec_1()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dgcc.c1078 static const char *asm_spec = ASM_SPEC; variable
1560 INIT_STATIC_SPEC ("asm", &asm_spec),
1831 obstack_grow0 (&obstack, asm_spec, strlen (asm_spec)); in init_spec()
1832 asm_spec = XOBFINISH (&obstack, const char *); in init_spec()
5779 value = do_spec_1 (asm_spec, 0, NULL); in do_spec_1()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dgcc.c1083 static const char *asm_spec = ASM_SPEC; variable
1566 INIT_STATIC_SPEC ("asm", &asm_spec),
1838 obstack_grow0 (&obstack, asm_spec, strlen (asm_spec)); in init_spec()
1839 asm_spec = XOBFINISH (&obstack, const char *); in init_spec()
5845 value = do_spec_1 (asm_spec, 0, NULL); in do_spec_1()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dgcc.c1194 static const char *asm_spec = ASM_SPEC; variable
1684 INIT_STATIC_SPEC ("asm", &asm_spec),
1958 obstack_grow0 (&obstack, asm_spec, strlen (asm_spec)); in init_spec()
1959 asm_spec = XOBFINISH (&obstack, const char *); in init_spec()
6494 value = do_spec_1 (asm_spec, 0, NULL); in do_spec_1()
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dgcc.c1082 static const char *asm_spec = ASM_SPEC; variable
1565 INIT_STATIC_SPEC ("asm", &asm_spec),
1837 obstack_grow0 (&obstack, asm_spec, strlen (asm_spec)); in init_spec()
1838 asm_spec = XOBFINISH (&obstack, const char *); in init_spec()
5875 value = do_spec_1 (asm_spec, 0, NULL); in do_spec_1()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dgcc.c1083 static const char *asm_spec = ASM_SPEC; variable
1566 INIT_STATIC_SPEC ("asm", &asm_spec),
1838 obstack_grow0 (&obstack, asm_spec, strlen (asm_spec)); in init_spec()
1839 asm_spec = XOBFINISH (&obstack, const char *); in init_spec()
5873 value = do_spec_1 (asm_spec, 0, NULL); in do_spec_1()
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dgcc.c1078 static const char *asm_spec = ASM_SPEC; variable
1560 INIT_STATIC_SPEC ("asm", &asm_spec),
1831 obstack_grow0 (&obstack, asm_spec, strlen (asm_spec)); in init_spec()
1832 asm_spec = XOBFINISH (&obstack, const char *); in init_spec()
5779 value = do_spec_1 (asm_spec, 0, NULL); in do_spec_1()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dgcc.c1201 static const char *asm_spec = ASM_SPEC; variable
1691 INIT_STATIC_SPEC ("asm", &asm_spec),
1965 obstack_grow0 (&obstack, asm_spec, strlen (asm_spec)); in init_spec()
1966 asm_spec = XOBFINISH (&obstack, const char *); in init_spec()
6599 value = do_spec_1 (asm_spec, 0, NULL); in do_spec_1()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dgcc.c1059 static const char *asm_spec = ASM_SPEC; variable
1546 INIT_STATIC_SPEC ("asm", &asm_spec),
1814 obstack_grow0 (&obstack, asm_spec, strlen (asm_spec)); in init_spec()
1815 asm_spec = XOBFINISH (&obstack, const char *); in init_spec()
5704 value = do_spec_1 (asm_spec, 0, NULL); in do_spec_1()