OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SF_FUNCTION
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/binutils/dist/gas/config/
obj-coff.h
199
#define
SF_FUNCTION
0x00010000 /* The symbol is a function. */
218
#define SF_GET_FUNCTION(s) (SF_GET (s) &
SF_FUNCTION
)
234
#define SF_SET_FUNCTION(s) (SF_GET (s) |=
SF_FUNCTION
)
/src/external/gpl3/binutils.old/dist/gas/config/
obj-coff.h
199
#define
SF_FUNCTION
0x00010000 /* The symbol is a function. */
218
#define SF_GET_FUNCTION(s) (SF_GET (s) &
SF_FUNCTION
)
234
#define SF_SET_FUNCTION(s) (SF_GET (s) |=
SF_FUNCTION
)
Completed in 22 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026