Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/sgs/mcs/common/
H A Dutils.c86 if (GET_LOC(info->flags) == IN) { in apply_action()
123 } else if (GET_LOC(info->flags) == PRIOR) { in apply_action()
144 } else if (GET_LOC(info->flags) == IN) { in apply_action()
155 if (GET_LOC(info->flags) == PRIOR) in apply_action()
170 } else if (GET_LOC(info->flags) == IN) { in apply_action()
181 if (GET_LOC(info->flags) == PRIOR) in apply_action()
H A Dfile.c444 x = GET_LOC(sinfo->flags); in traverse_file()
484 GET_LOC(sinfo->flags) == AFTER) { in traverse_file()
520 (GET_LOC(state->sec_table[tmp_shdr.sh_link].flags) == in traverse_file()
600 if (GET_LOC(state-> in traverse_file()
620 (GET_LOC(sinfo->flags) != IN)) { in traverse_file()
621 if (GET_LOC(sinfo->flags) == in traverse_file()
938 if ((GET_LOC(info->flags) == PRIOR) && in build_file()
H A Dmcs.h76 #define GET_LOC(x) (x & 0x000000f0) macro