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

/illumos-gate/usr/src/cmd/sgs/include/
H A Dconv.h516 * A Val_desc structure is used to associate an ELF constant and
519 * Val_desc2 adds v_osabi and v_mach fields to Val_desc, which allows
524 * and is equivalent to simply using a Val_desc.
529 * process a NULL terminated array of Val_desc, or conv_expn_field2()
538 } Val_desc; typedef in typeref:struct:__anon112
574 * This structure employs a NULL terminated array of Val_desc structs.
575 * Each Val_desc supplies a mapping from a value in the range
583 * rather than Val_desc, adding the ability to specify OSABI and machine
589 CONV_DS_VD = 1, /* Null terminated array of Val_desc */
607 const Val_desc *ds_v
[all...]

Completed in 203 milliseconds