Home
last modified time | relevance | path

Searched refs:SEC_ROM (Results 1 – 19 of 19) sorted by relevance

/toolchain/binutils/binutils-2.27/bfd/
Dmach-o-target.c129 (SEC_CODE | SEC_DATA | SEC_ROM | SEC_HAS_CONTENTS
Dieee.c1202 section->flags |= SEC_ROM | SEC_DATA; in ieee_slurp_sections()
1229 section->flags |= SEC_ROM | SEC_DATA; in ieee_slurp_sections()
2235 switch (s->flags & (SEC_CODE | SEC_DATA | SEC_ROM)) in ieee_write_section_part()
2247 case SEC_ROM: in ieee_write_section_part()
2248 case SEC_ROM | SEC_DATA: in ieee_write_section_part()
2249 case SEC_ROM | SEC_LOAD: in ieee_write_section_part()
2250 case SEC_ROM | SEC_DATA | SEC_LOAD: in ieee_write_section_part()
3877 (SEC_CODE | SEC_DATA | SEC_ROM | SEC_HAS_CONTENTS
Dverilog.c328 (SEC_CODE | SEC_DATA | SEC_ROM | SEC_HAS_CONTENTS
Dbinary.c327 | SEC_ROM | SEC_HAS_CONTENTS), /* section_flags */
Dsrec.c1292 (SEC_CODE | SEC_DATA | SEC_ROM | SEC_HAS_CONTENTS
1348 (SEC_CODE | SEC_DATA | SEC_ROM | SEC_HAS_CONTENTS
Dplugin.c574 (SEC_CODE | SEC_DATA | SEC_ROM | SEC_HAS_CONTENTS
Dpef.c1014 | SEC_ROM | SEC_HAS_CONTENTS), /* Section_flags. */
1158 | SEC_ROM | SEC_HAS_CONTENTS),/* Section_flags. */
Dppcboot.c486 | SEC_ROM | SEC_HAS_CONTENTS), /* section_flags */
Dtekhex.c998 (SEC_CODE | SEC_DATA | SEC_ROM | SEC_HAS_CONTENTS
Dversados.c887 (SEC_CODE | SEC_DATA | SEC_ROM | SEC_HAS_CONTENTS
Doasys.c1206 (SEC_CODE | SEC_DATA | SEC_ROM | SEC_HAS_CONTENTS
Dxsym.c2316 | SEC_ROM | SEC_HAS_CONTENTS), /* Section_flags. */
Dbfd-in2.h1265 #define SEC_ROM 0x040 macro
Dsom.c6772 (SEC_CODE | SEC_DATA | SEC_ROM | SEC_HAS_CONTENTS | SEC_LINK_ONCE
Dxcofflink.c40 #define SEC_MARK (SEC_ROM)
/toolchain/binutils/binutils-2.27/binutils/
Dobjdump.c479 PF (SEC_ROM, "ROM"); in dump_section_header()
Dobjcopy.c728 PARSE_FLAG ("rom", SEC_ROM); in parse_flags()
/toolchain/binutils/binutils-2.27/gas/
Dread.c2955 flags = SEC_ALLOC | SEC_LOAD | SEC_DATA | SEC_READONLY | SEC_ROM; in s_mri_sect()
/toolchain/binutils/binutils-2.27/gas/config/
Dtc-ppc.c5446 flags |= SEC_ROM; in ppc_pe_section()