Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/include/vms/
Degps.h58 #define EGPS__V_WRT (1 << 8) /* Writable. */ macro
/toolchain/binutils/binutils-2.25/bfd/
Dvms-alpha.c958 EGPS__V_REL | EGPS__V_RD | EGPS__V_WRT | EGPS__V_NOMOD,
960 EGPS__V_REL | EGPS__V_RD | EGPS__V_WRT,
963 EGPS__V_REL | EGPS__V_RD | EGPS__V_WRT | EGPS__V_NOMOD,
965 EGPS__V_REL | EGPS__V_RD | EGPS__V_WRT | EGPS__V_NOMOD,
978 EGPS__V_REL | EGPS__V_RD | EGPS__V_WRT,
980 EGPS__V_REL | EGPS__V_RD | EGPS__V_WRT,
988 EGPS__V_REL | EGPS__V_RD | EGPS__V_WRT,
990 EGPS__V_REL | EGPS__V_RD | EGPS__V_WRT,
3274 | EGPS__V_WRT | EGPS__V_NOMOD | EGPS__V_COM); in _bfd_vms_write_egsd()
3281 new_flags &= ~EGPS__V_WRT; in _bfd_vms_write_egsd()
[all …]
/toolchain/binutils/binutils-2.25/gas/config/
Dtc-alpha.c4258 flag = EGPS__V_WRT; in s_alpha_section_word()