Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/gas/config/
Dtc-sh64.c432 struct sh64_section_data *sec_elf_data; in shmedia_frob_section_type() local
440 sec_elf_data = sh64_elf_section_data (sec)->sh64_info; in shmedia_frob_section_type()
441 if (sec_elf_data == NULL) in shmedia_frob_section_type()
443 sec_elf_data = XCNEW (struct sh64_section_data); in shmedia_frob_section_type()
444 sh64_elf_section_data (sec)->sh64_info = sec_elf_data; in shmedia_frob_section_type()
447 sec_elf_data->contents_flags = sec_type; in shmedia_frob_section_type()