Searched refs:STUB_NAME (Results 1 - 4 of 4) sorted by relevance

/haiku-buildtools/legacy/gcc/gcc/config/arm/
H A Dthumb.c1054 same file. Hence the definition of STUB_NAME here must
1057 #define STUB_NAME ".real_start_of"
1060 asm_fprintf (f, "\t.globl %s%U%s\n", STUB_NAME, name);
1062 asm_fprintf (f, "%s%U%s:\n", STUB_NAME, name);
1051 #define STUB_NAME macro
/haiku-buildtools/gcc/gcc/config/arm/
H A Darm.c25363 same file. Hence the definition of STUB_NAME here must
25366 #define STUB_NAME ".real_start_of"
25373 asm_fprintf (f, "\t.globl %s%U%s\n", STUB_NAME, name);
25375 asm_fprintf (f, "%s%U%s:\n", STUB_NAME, name);
25340 #define STUB_NAME macro
/haiku-buildtools/legacy/binutils/gas/config/
H A Dtc-arm.c1495 #define STUB_NAME ".real_start_of"
1508 real_start = ACONCAT ((STUB_NAME, name, NULL));
1493 #define STUB_NAME macro
/haiku-buildtools/binutils/gas/config/
H A Dtc-arm.c2772 #define STUB_NAME ".real_start_of" macro
2785 real_start = concat (STUB_NAME, name, NULL);

Completed in 319 milliseconds