Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/sgs/mcs/common/
H A Dutils.c123 } else if (GET_LOC(info->flags) == PRIOR) { in apply_action()
155 if (GET_LOC(info->flags) == PRIOR) in apply_action()
181 if (GET_LOC(info->flags) == PRIOR) in apply_action()
H A Dfile.c464 if (x == IN || x == PRIOR) in traverse_file()
601 sec_table[rel_idx].flags) == PRIOR) in traverse_file()
622 PRIOR) in traverse_file()
938 if ((GET_LOC(info->flags) == PRIOR) && in build_file()
972 (x != PRIOR))) { in build_file()
1181 ((location(dst_ehdr.e_shoff, 0, src_elf, state) == PRIOR) && in build_file()
1490 return (PRIOR); in location()
H A Dmcs.h73 #define PRIOR 0x00000030 /* section is PRIOR to a segment */ macro