Searched refs:rev (Results 1 – 2 of 2) sorted by relevance
424 int i, rev, relocs = 0; in load_flat_file() local442 rev = ntohl(hdr->rev); in load_flat_file()459 if (rev != FLAT_VERSION && rev != OLD_FLAT_VERSION) { in load_flat_file()462 rev, FLAT_VERSION, OLD_FLAT_VERSION); in load_flat_file()468 if (rev == OLD_FLAT_VERSION && id != 0) { in load_flat_file()479 if (rev == OLD_FLAT_VERSION && flat_old_ram_flag(flags)) in load_flat_file()734 if (rev > OLD_FLAT_VERSION) { in load_flat_file()
15 if head=`git rev-parse --verify HEAD 2>/dev/null`; then