OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ASM_PREFIX
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/binutils/dist/binutils/
dlltool.c
908
asm_prefix
(const char *name)
function
927
#define
ASM_PREFIX
(NAME)
asm_prefix
(NAME)
2019
ASM_PREFIX
(exp->internal_name),
2303
int len = strlen (
ASM_PREFIX
(name)) + strlen (prefix) + strlen (name);
2306
strcpy (copy,
ASM_PREFIX
(name));
2327
len = strlen (
ASM_PREFIX
(name)) + strlen (prefix) + strlen (name);
2330
strcat (copy,
ASM_PREFIX
(name));
/src/external/gpl3/binutils.old/dist/binutils/
dlltool.c
908
asm_prefix
(const char *name)
function
927
#define
ASM_PREFIX
(NAME)
asm_prefix
(NAME)
2018
ASM_PREFIX
(exp->internal_name),
2302
int len = strlen (
ASM_PREFIX
(name)) + strlen (prefix) + strlen (name);
2305
strcpy (copy,
ASM_PREFIX
(name));
2326
len = strlen (
ASM_PREFIX
(name)) + strlen (prefix) + strlen (name);
2329
strcat (copy,
ASM_PREFIX
(name));
Completed in 33 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026