Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/gas/config/
Dtc-h8300.c152 static const char * known_data_sections [] = { ".rodata", ".tdata", ".tbss" }; in h8300_elf_section() local
167 for (i = ARRAY_SIZE (known_data_sections); i--;) in h8300_elf_section()
168 if (strcmp (name, known_data_sections[i]) == 0) in h8300_elf_section()