OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:weak_altprefix
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/binutils/dist/gas/config/
obj-coff.c
54
static const char
weak_altprefix
[] = ".weak.";
variable
1058
return startswith (name,
weak_altprefix
);
1067
return concat (
weak_altprefix
, name, (char *) NULL);
/src/external/gpl3/binutils.old/dist/gas/config/
obj-coff.c
54
static const char
weak_altprefix
[] = ".weak.";
variable
1060
return startswith (name,
weak_altprefix
);
1069
return concat (
weak_altprefix
, name, (char *) NULL);
Completed in 57 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026