Searched defs:v_osabi (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/include/
H A Dconv.h519 * Val_desc2 adds v_osabi and v_mach fields to Val_desc, which allows
521 * Setting v_osabi to 0 (ELFOSABI_NONE) specifies that any OSABI matches.
523 * setting v_osabi and v_mach to 0 in a Val_desc2 results in a generic item,
541 uchar_t v_osabi; /* OSABI to which entry applies */ member in struct:__anon113
682 ((_vdp->v_osabi != ELFOSABI_NONE) && (_vdp->v_osabi != osabi) && \
683 ((_osabi != ELFOSABI_NONE) || (_vdp->v_osabi != ELFOSABI_SOLARIS)))

Completed in 54 milliseconds