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_TAG
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/binutils/dist/gas/config/
obj-coff.h
202
#define
SF_TAG
0x00080000 /* Is a tag. */
221
#define SF_GET_TAG(s) (SF_GET (s) &
SF_TAG
)
237
#define SF_SET_TAG(s) (SF_GET (s) |=
SF_TAG
)
/src/external/gpl3/binutils.old/dist/gas/config/
obj-coff.h
202
#define
SF_TAG
0x00080000 /* Is a tag. */
221
#define SF_GET_TAG(s) (SF_GET (s) &
SF_TAG
)
237
#define SF_SET_TAG(s) (SF_GET (s) |=
SF_TAG
)
Completed in 24 milliseconds
Indexes created Wed Mar 04 05:31:52 UTC 2026