OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:STUB_NAME
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/config/arm/
arm.cc
28360
same file. Hence the definition of
STUB_NAME
here must
28363
#define
STUB_NAME
".real_start_of"
28370
asm_fprintf (f, "\t.globl %s%U%s\n",
STUB_NAME
, name);
28372
asm_fprintf (f, "%s%U%s:\n",
STUB_NAME
, name);
/src/external/gpl3/gcc.old/dist/gcc/config/arm/
arm.cc
28045
same file. Hence the definition of
STUB_NAME
here must
28048
#define
STUB_NAME
".real_start_of"
28055
asm_fprintf (f, "\t.globl %s%U%s\n",
STUB_NAME
, name);
28057
asm_fprintf (f, "%s%U%s:\n",
STUB_NAME
, name);
/src/external/gpl3/binutils/dist/gas/config/
tc-arm.c
3089
#define
STUB_NAME
".real_start_of"
3102
real_start = concat (
STUB_NAME
, name, (const char *) NULL);
/src/external/gpl3/binutils.old/dist/gas/config/
tc-arm.c
3088
#define
STUB_NAME
".real_start_of"
3101
real_start = concat (
STUB_NAME
, name, (const char *) NULL);
Completed in 103 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026