OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PARSE_FLAG
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/binutils/dist/binutils/
objcopy.c
816
#define
PARSE_FLAG
(fname,fval) \
818
PARSE_FLAG
("alloc", SEC_ALLOC);
819
PARSE_FLAG
("load", SEC_LOAD);
820
PARSE_FLAG
("noload", SEC_NEVER_LOAD);
821
PARSE_FLAG
("readonly", SEC_READONLY);
822
PARSE_FLAG
("debug", SEC_DEBUGGING);
823
PARSE_FLAG
("code", SEC_CODE);
824
PARSE_FLAG
("data", SEC_DATA);
825
PARSE_FLAG
("rom", SEC_ROM);
826
PARSE_FLAG
("exclude", SEC_EXCLUDE)
[
all
...]
/src/external/gpl3/binutils.old/dist/binutils/
objcopy.c
807
#define
PARSE_FLAG
(fname,fval) \
809
PARSE_FLAG
("alloc", SEC_ALLOC);
810
PARSE_FLAG
("load", SEC_LOAD);
811
PARSE_FLAG
("noload", SEC_NEVER_LOAD);
812
PARSE_FLAG
("readonly", SEC_READONLY);
813
PARSE_FLAG
("debug", SEC_DEBUGGING);
814
PARSE_FLAG
("code", SEC_CODE);
815
PARSE_FLAG
("data", SEC_DATA);
816
PARSE_FLAG
("rom", SEC_ROM);
817
PARSE_FLAG
("exclude", SEC_EXCLUDE)
[
all
...]
Completed in 24 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026