Home
last modified time | relevance | path

Searched refs:SHF_MEP_VLIW (Results 1 – 3 of 3) sorted by relevance

/toolchain/binutils/binutils-2.27/include/elf/
Dmep.h25 #define SHF_MEP_VLIW 0x10000000 /* contains vliw code */ macro
/toolchain/binutils/binutils-2.27/bfd/
Delf32-mep.c713 if (hdr->sh_flags & SHF_MEP_VLIW) in mep_elf_section_flags()
724 hdr->sh_flags |= SHF_MEP_VLIW; in mep_elf_fake_sections()
/toolchain/binutils/binutils-2.27/gas/config/
Dtc-mep.c2086 return SHF_MEP_VLIW; in mep_elf_section_letter()
2095 if (attr & SHF_MEP_VLIW) in mep_elf_section_flags()