Home
last modified time | relevance | path

Searched refs:VTEXT_SECTION_NAME (Results 1 – 2 of 2) sorted by relevance

/freebsd-10-stable/contrib/binutils/gas/config/
Dtc-mep.h97 #define VTEXT_SECTION_NAME ".vtext" macro
113 { VTEXT_SECTION_NAME, SHT_PROGBITS, SHF_ALLOC|SHF_EXECINSTR|SHF_MEP_VLIW },
Dtc-mep.c1795 vtext_section = subseg_new (VTEXT_SECTION_NAME, 0); in mep_vtext_section()