Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/mcs/common/
H A Dutils.c126 } else if (GET_LOC(info->si_flags) == PRIOR) { in apply_action()
158 if (GET_LOC(info->si_flags) == PRIOR) in apply_action()
184 if (GET_LOC(info->si_flags) == PRIOR) in apply_action()
H A Dfile.c467 if (x == IN || x == PRIOR) in traverse_file()
605 PRIOR) { in traverse_file()
628 PRIOR) in traverse_file()
946 if ((GET_LOC(info->si_flags) == PRIOR) && in build_file()
980 (x != PRIOR))) { in build_file()
1189 ((location(dst_ehdr.e_shoff, 0, src_elf, state) == PRIOR) && in build_file()
1498 return (PRIOR); in location()
H A Dmcs.h76 #define PRIOR 0x00000030 /* section is PRIOR to a segment */ macro