Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/gdb/gdb/
Dmaint.c251 if (flags & SEC_ROM) in match_bfd_flags()
288 if (flags & SEC_ROM) in print_bfd_flags()
/freebsd-12-stable/contrib/binutils/bfd/
Dieee.c1146 section->flags |= SEC_ROM | SEC_DATA; in ieee_slurp_sections()
1170 section->flags |= SEC_ROM | SEC_DATA; in ieee_slurp_sections()
2136 switch (s->flags & (SEC_CODE | SEC_DATA | SEC_ROM)) in ieee_write_section_part()
2148 case SEC_ROM: in ieee_write_section_part()
2149 case SEC_ROM | SEC_DATA: in ieee_write_section_part()
2150 case SEC_ROM | SEC_LOAD: in ieee_write_section_part()
2151 case SEC_ROM | SEC_DATA | SEC_LOAD: in ieee_write_section_part()
3781 (SEC_CODE | SEC_DATA | SEC_ROM | SEC_HAS_CONTENTS
Dbinary.c334 | SEC_ROM | SEC_HAS_CONTENTS), /* section_flags */
Dsrec.c1221 (SEC_CODE | SEC_DATA | SEC_ROM | SEC_HAS_CONTENTS
1276 (SEC_CODE | SEC_DATA | SEC_ROM | SEC_HAS_CONTENTS
Dppcboot.c497 | SEC_ROM | SEC_HAS_CONTENTS), /* section_flags */
Dtekhex.c959 (SEC_CODE | SEC_DATA | SEC_ROM | SEC_HAS_CONTENTS
Dbfd-in2.h1197 #define SEC_ROM 0x040 macro
Dxcofflink.c39 #define SEC_MARK (SEC_ROM)
/freebsd-12-stable/contrib/binutils/binutils/
Dobjdump.c333 PF (SEC_ROM, "ROM"); in dump_section_header()
Dobjcopy.c587 PARSE_FLAG ("rom", SEC_ROM); in parse_flags()
/freebsd-12-stable/gnu/usr.bin/binutils/libbfd/
Dbfd.h1203 #define SEC_ROM 0x040 macro
/freebsd-12-stable/contrib/binutils/gas/
Dread.c2746 flags = SEC_ALLOC | SEC_LOAD | SEC_DATA | SEC_READONLY | SEC_ROM; in s_mri_sect()
/freebsd-12-stable/contrib/binutils/gas/config/
Dtc-ppc.c4606 flags |= SEC_ROM; in ppc_pe_section()