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

/illumos-gate/usr/src/cmd/sgs/elfedit/common/
H A Delfconst.c361 #define LC_OS(_ndx, _func) sym_table[_ndx].ste_type = STE_LC_OS; \ macro
387 LC_OS(ELFEDIT_CONST_SHT_ALLSYMTAB, conv_iter_sec_symtab);
394 LC_OS(ELFEDIT_CONST_ET, conv_iter_ehdr_type);
401 LC_OS(ELFEDIT_CONST_EAV, conv_iter_ehdr_abivers);
402 LC_OS(ELFEDIT_CONST_PT, conv_iter_phdr_type);
403 LC_OS(ELFEDIT_CONST_PF, conv_iter_phdr_flags);
416 #undef LC_OS macro

Completed in 45 milliseconds