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

/freebsd-11-stable/contrib/gdb/gdb/
H A Dmaint.c251 if (flags & SEC_ROM)
288 if (flags & SEC_ROM)
/freebsd-11-stable/contrib/binutils/bfd/
H A Dbinary.c334 | SEC_ROM | SEC_HAS_CONTENTS), /* section_flags */
H A Dppcboot.c508 | SEC_ROM | SEC_HAS_CONTENTS), /* section_flags */
H A Dieee.c1148 section->flags |= SEC_ROM | SEC_DATA;
1172 section->flags |= SEC_ROM | SEC_DATA;
2139 switch (s->flags & (SEC_CODE | SEC_DATA | SEC_ROM))
2151 case SEC_ROM:
2152 case SEC_ROM | SEC_DATA:
2153 case SEC_ROM | SEC_LOAD:
2154 case SEC_ROM | SEC_DATA | SEC_LOAD:
3786 (SEC_CODE | SEC_DATA | SEC_ROM | SEC_HAS_CONTENTS
H A Dsrec.c1221 (SEC_CODE | SEC_DATA | SEC_ROM | SEC_HAS_CONTENTS
1276 (SEC_CODE | SEC_DATA | SEC_ROM | SEC_HAS_CONTENTS
H A Dtekhex.c959 (SEC_CODE | SEC_DATA | SEC_ROM | SEC_HAS_CONTENTS
H A Dbfd-in2.h1204 #define SEC_ROM 0x040
1197 #define SEC_ROM macro
H A Dxcofflink.c36 /* We reuse the SEC_ROM flag as a mark flag for garbage collection.
39 #define SEC_MARK (SEC_ROM)
/freebsd-11-stable/contrib/binutils/binutils/
H A Dobjcopy.c589 PARSE_FLAG ("rom", SEC_ROM);
H A Dobjdump.c336 PF (SEC_ROM, "ROM");
/freebsd-11-stable/contrib/binutils/gas/
H A Dread.c2749 flags = SEC_ALLOC | SEC_LOAD | SEC_DATA | SEC_READONLY | SEC_ROM;
/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-ppc.c4622 flags |= SEC_ROM;
/freebsd-11-stable/gnu/usr.bin/binutils/libbfd/
H A Dbfd.h1210 #define SEC_ROM 0x040
1203 #define SEC_ROM macro

Completed in 248 milliseconds