Home
last modified time | relevance | path

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

/openbsd/gnu/gcc/include/
H A Ddemangle.h54 #define DMGL_HP (1 << 12) /* For the HP aCC compiler; macro
62 #define DMGL_STYLE_MASK (DMGL_AUTO|DMGL_GNU|DMGL_LUCID|DMGL_ARM|DMGL_HP|DMGL_EDG|DMGL_GNU_V3|DMGL_J…
80 hp_demangling = DMGL_HP,
107 #define HP_DEMANGLING (((int) CURRENT_DEMANGLING_STYLE) & DMGL_HP)
H A DChangeLog-91031261 (DMGL_HP): new macro, for HP/aCC compiler.
/openbsd/gnu/usr.bin/binutils-2.17/include/
H A Ddemangle.h45 #define DMGL_HP (1 << 12) /* For the HP aCC compiler; macro
53 #define DMGL_STYLE_MASK (DMGL_AUTO|DMGL_GNU|DMGL_LUCID|DMGL_ARM|DMGL_HP|DMGL_EDG|DMGL_GNU_V3|DMGL_J…
71 hp_demangling = DMGL_HP,
98 #define HP_DEMANGLING (((int) CURRENT_DEMANGLING_STYLE) & DMGL_HP)
H A DChangeLog-91031261 (DMGL_HP): new macro, for HP/aCC compiler.
/openbsd/gnu/lib/libiberty/include/
H A Ddemangle.h45 #define DMGL_HP (1 << 12) /* For the HP aCC compiler; macro
53 #define DMGL_STYLE_MASK (DMGL_AUTO|DMGL_GNU|DMGL_LUCID|DMGL_ARM|DMGL_HP|DMGL_EDG|DMGL_GNU_V3|DMGL_J…
71 hp_demangling = DMGL_HP,
98 #define HP_DEMANGLING (((int) CURRENT_DEMANGLING_STYLE) & DMGL_HP)
H A DChangeLog675 (DMGL_HP): new macro, for HP/aCC compiler.
/openbsd/gnu/usr.bin/binutils/include/
H A Ddemangle.h43 #define DMGL_HP (1 << 12) /* For the HP aCC compiler; macro
51 #define DMGL_STYLE_MASK (DMGL_AUTO|DMGL_GNU|DMGL_LUCID|DMGL_ARM|DMGL_HP|DMGL_EDG|DMGL_GNU_V3|DMGL_J…
69 hp_demangling = DMGL_HP,
96 #define HP_DEMANGLING (((int) CURRENT_DEMANGLING_STYLE) & DMGL_HP)
H A DChangeLog727 (DMGL_HP): new macro, for HP/aCC compiler.
H A DChangeLog-91031316 (DMGL_HP): new macro, for HP/aCC compiler.