Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/bfd/
Dmach-o-target.c120 (SEC_CODE | SEC_DATA | SEC_ROM | SEC_HAS_CONTENTS
Dieee.c1152 section->flags |= SEC_ROM | SEC_DATA; in ieee_slurp_sections()
1176 section->flags |= SEC_ROM | SEC_DATA; in ieee_slurp_sections()
2144 switch (s->flags & (SEC_CODE | SEC_DATA | SEC_ROM)) in ieee_write_section_part()
2156 case SEC_ROM: in ieee_write_section_part()
2157 case SEC_ROM | SEC_DATA: in ieee_write_section_part()
2158 case SEC_ROM | SEC_LOAD: in ieee_write_section_part()
2159 case SEC_ROM | SEC_DATA | SEC_LOAD: in ieee_write_section_part()
3783 (SEC_CODE | SEC_DATA | SEC_ROM | SEC_HAS_CONTENTS
Dbinary.c325 | SEC_ROM | SEC_HAS_CONTENTS), /* section_flags */
Dverilog.c328 (SEC_CODE | SEC_DATA | SEC_ROM | SEC_HAS_CONTENTS
Dplugin.c514 (SEC_CODE | SEC_DATA | SEC_ROM | SEC_HAS_CONTENTS
Dsrec.c1291 (SEC_CODE | SEC_DATA | SEC_ROM | SEC_HAS_CONTENTS
1347 (SEC_CODE | SEC_DATA | SEC_ROM | SEC_HAS_CONTENTS
Dpef.c1011 | SEC_ROM | SEC_HAS_CONTENTS), /* Section_flags. */
1155 | SEC_ROM | SEC_HAS_CONTENTS),/* Section_flags. */
Dppcboot.c483 | SEC_ROM | SEC_HAS_CONTENTS), /* section_flags */
Dtekhex.c990 (SEC_CODE | SEC_DATA | SEC_ROM | SEC_HAS_CONTENTS
Dversados.c832 (SEC_CODE | SEC_DATA | SEC_ROM | SEC_HAS_CONTENTS
Doasys.c1206 (SEC_CODE | SEC_DATA | SEC_ROM | SEC_HAS_CONTENTS
Dxsym.c2311 | SEC_ROM | SEC_HAS_CONTENTS), /* Section_flags. */
Dbfd-in2.h1258 #define SEC_ROM 0x040 macro
Dsom.c6766 (SEC_CODE | SEC_DATA | SEC_ROM | SEC_HAS_CONTENTS | SEC_LINK_ONCE
Dxcofflink.c40 #define SEC_MARK (SEC_ROM)
/toolchain/binutils/binutils-2.25/binutils/
Dobjdump.c478 PF (SEC_ROM, "ROM"); in dump_section_header()
Dobjcopy.c693 PARSE_FLAG ("rom", SEC_ROM); in parse_flags()
/toolchain/binutils/binutils-2.25/gas/
Dread.c2896 flags = SEC_ALLOC | SEC_LOAD | SEC_DATA | SEC_READONLY | SEC_ROM; in s_mri_sect()
/toolchain/binutils/binutils-2.25/gas/config/
Dtc-ppc.c5450 flags |= SEC_ROM; in ppc_pe_section()