Searched refs:PRIOR (Results 1 – 3 of 3) sorted by relevance
126 } 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()
467 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()
76 #define PRIOR 0x00000030 /* section is PRIOR to a segment */ macro