OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CMSE_PREFIX
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/binutils/dist/bfd/
elf32-arm.c
2311
#define
CMSE_PREFIX
"__acle_se_"
5952
if (!sym_name || !startswith (sym_name,
CMSE_PREFIX
))
5965
if (!startswith (sym_name,
CMSE_PREFIX
))
5994
sym_name += strlen (
CMSE_PREFIX
);
15944
CMSE_PREFIX
))
18303
namelen = strlen (name) + sizeof (
CMSE_PREFIX
) + 1;
18310
snprintf (cmse_name, maxnamelen, "%s%s",
CMSE_PREFIX
, name);
/src/external/gpl3/binutils.old/dist/bfd/
elf32-arm.c
2303
#define
CMSE_PREFIX
"__acle_se_"
6025
if (!sym_name || !startswith (sym_name,
CMSE_PREFIX
))
6038
if (!startswith (sym_name,
CMSE_PREFIX
))
6067
sym_name += strlen (
CMSE_PREFIX
);
16071
CMSE_PREFIX
))
18492
namelen = strlen (name) + sizeof (
CMSE_PREFIX
) + 1;
18499
snprintf (cmse_name, maxnamelen, "%s%s",
CMSE_PREFIX
, name);
/src/external/gpl3/gdb/dist/bfd/
elf32-arm.c
2303
#define
CMSE_PREFIX
"__acle_se_"
6021
if (!sym_name || !startswith (sym_name,
CMSE_PREFIX
))
6034
if (!startswith (sym_name,
CMSE_PREFIX
))
6063
sym_name += strlen (
CMSE_PREFIX
);
16065
CMSE_PREFIX
))
18481
namelen = strlen (name) + sizeof (
CMSE_PREFIX
) + 1;
18488
snprintf (cmse_name, maxnamelen, "%s%s",
CMSE_PREFIX
, name);
/src/external/gpl3/gdb.old/dist/bfd/
elf32-arm.c
2303
#define
CMSE_PREFIX
"__acle_se_"
6002
if (!sym_name || !startswith (sym_name,
CMSE_PREFIX
))
6015
if (!startswith (sym_name,
CMSE_PREFIX
))
6044
sym_name += strlen (
CMSE_PREFIX
);
15987
CMSE_PREFIX
))
18403
namelen = strlen (name) + sizeof (
CMSE_PREFIX
) + 1;
18410
snprintf (cmse_name, maxnamelen, "%s%s",
CMSE_PREFIX
, name);
Completed in 74 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026