Searched refs:getVersionMinUpdate (Results 1 – 3 of 3) sorted by relevance
772 uint32_t Update = MachOObjectFile::getVersionMinUpdate(VMC, false); in printMachOVersionMin()774 Version += "." + utostr(MachOObjectFile::getVersionMinUpdate(VMC, false)); in printMachOVersionMin()782 uint32_t Update = MachOObjectFile::getVersionMinUpdate(VMC, true); in printMachOVersionMin()784 SDK += "." + utostr(MachOObjectFile::getVersionMinUpdate(VMC, true)); in printMachOVersionMin()
607 getVersionMinUpdate(MachO::version_min_command &C, bool SDK) { in getVersionMinUpdate() function
8681 uint32_t Update = MachOObjectFile::getVersionMinUpdate(vd, false); in PrintVersionMinLoadCommand()8692 Update = MachOObjectFile::getVersionMinUpdate(vd, true); in PrintVersionMinLoadCommand()