Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/gas/config/
Dtc-mep.c2106 static segT vtext_section; in mep_vtext_section() local
2108 if (! vtext_section) in mep_vtext_section()
2111 vtext_section = subseg_new (VTEXT_SECTION_NAME, 0); in mep_vtext_section()
2112 bfd_set_section_flags (stdoutput, vtext_section, in mep_vtext_section()
2118 return vtext_section; in mep_vtext_section()