Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/mcs/common/
H A Dutils.c89 if (GET_LOC(info->si_flags) == IN) { in apply_action()
126 } else if (GET_LOC(info->si_flags) == PRIOR) { in apply_action()
147 } else if (GET_LOC(info->si_flags) == IN) { in apply_action()
158 if (GET_LOC(info->si_flags) == PRIOR) in apply_action()
173 } else if (GET_LOC(info->si_flags) == IN) { in apply_action()
184 if (GET_LOC(info->si_flags) == PRIOR) in apply_action()
H A Dfile.c447 x = GET_LOC(sinfo->si_flags); in traverse_file()
487 GET_LOC(sinfo->si_flags) == AFTER) { in traverse_file()
523 (GET_LOC(state->sec_table[tmp_shdr.sh_link].si_flags) == in traverse_file()
603 if (GET_LOC(state-> in traverse_file()
626 (GET_LOC(sinfo->si_flags) != IN)) { in traverse_file()
627 if (GET_LOC(sinfo->si_flags) == in traverse_file()
946 if ((GET_LOC(info->si_flags) == PRIOR) && in build_file()
H A Dmcs.h79 #define GET_LOC(x) (x & 0x000000f0) macro