Home
last modified time | relevance | path

Searched refs:STYP_OVRFLO (Results 1 – 5 of 5) sorted by relevance

/toolchain/binutils/binutils-2.25/include/coff/
Dxcoff.h90 #define STYP_OVRFLO 0x8000 macro
DChangeLog-9103567 * rs6000.h (STYP_OVRFLO): Define.
/toolchain/binutils/binutils-2.25/binutils/
Dod-xcoff.c195 { STYP_OVRFLO, "ovrflo" },
568 else if (flags & STYP_OVRFLO) in dump_xcoff32_sections_header()
618 if (s->flags == STYP_OVRFLO) in xcoff32_read_sections()
/toolchain/binutils/binutils-2.25/bfd/
Dcoffcode.h1949 if ((hdr->s_flags & STYP_OVRFLO) == 0) in coff_set_alignment_hook()
3968 scnhdr.s_flags = STYP_OVRFLO; in coff_write_object_contents()
DChangeLog-9495531 which checks for STYP_OVRFLO sections.