Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/elfcap/
H A Delfcap.h50 #define ELFCAP_STYLE_MASK(_style) (_style & 0xff) macro
H A Delfcap.c540 switch (ELFCAP_STYLE_MASK(style)) { in get_str_desc()