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