Home
last modified time | relevance | path

Searched refs:STYP_RCONST (Results 1 – 4 of 4) sorted by relevance

/toolchain/binutils/binutils-2.27/include/coff/
Decoff.h101 #define STYP_RCONST 0x2200000 macro
DChangeLog-9103557 * ecoff.h (_RCONST, STYP_RCONST, RELOC_SECTION_RCONST): Define.
/toolchain/binutils/binutils-2.27/bfd/
Decoff.c319 { _RCONST, STYP_RCONST } in ecoff_sec_to_styp_flags()
395 || styp_flags == STYP_RCONST) in _bfd_ecoff_styp_to_sec_flags()
403 || styp_flags == STYP_RCONST) in _bfd_ecoff_styp_to_sec_flags()
2498 || section.s_flags == STYP_RCONST) in _bfd_ecoff_write_object_contents()
DChangeLog-9495299 (_bfd_ecoff_styp_to_sec_flags): Handle STYP_RCONST.