Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/include/
Ddemangle.h60 #define DMGL_HP (1 << 12) /* For the HP aCC compiler; macro
69 #define DMGL_STYLE_MASK (DMGL_AUTO|DMGL_GNU|DMGL_LUCID|DMGL_ARM|DMGL_HP|DMGL_EDG|DMGL_GNU_V3|DMGL_J…
87 hp_demangling = DMGL_HP,
116 #define HP_DEMANGLING (((int) CURRENT_DEMANGLING_STYLE) & DMGL_HP)
DChangeLog-91031261 (DMGL_HP): new macro, for HP/aCC compiler.