Home
last modified time | relevance | path

Searched refs:NULLED (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/mcs/common/
H A Dfile.c601 (GElf_Word)NULLED)) && in traverse_file()
607 secno = (GElf_Word)NULLED; in traverse_file()
625 (GElf_Word)NULLED)) && in traverse_file()
630 (GElf_Word)NULLED; in traverse_file()
865 ((int)i->secno != NULLED)) { in build_file()
930 ((int)i->secno != NULLED)) in build_file()
947 (((int)info->secno == NULLED) || in build_file()
957 if ((int)info->secno != NULLED) { in build_file()
H A Dmcs.h61 #define NULLED -2 /* The section will be nulled */ macro
H A Dutils.c132 info->secno = (GElf_Word)NULLED; in apply_action()