Home
last modified time | relevance | path

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

/dragonfly/contrib/binutils-2.27/gold/
HDscript-sections.h330 MEM_WRITEABLE = (1 << 1), enumerator
HDscript-sections.cc225 case MEM_WRITEABLE: in attributes_compatible()
267 case MEM_WRITEABLE: fputc('w', f); break; in print()
HDscript.cc3348 attributes |= MEM_READABLE | MEM_WRITEABLE; break; in script_parse_memory_attr()
/dragonfly/contrib/binutils-2.34/gold/
HDscript-sections.h333 MEM_WRITEABLE = (1 << 1), enumerator
HDscript-sections.cc225 case MEM_WRITEABLE: in attributes_compatible()
267 case MEM_WRITEABLE: fputc('w', f); break; in print()
HDscript.cc3379 attributes |= MEM_READABLE | MEM_WRITEABLE; break; in script_parse_memory_attr()