Searched refs:getVersionMinUpdate (Results 1 – 3 of 3) sorted by relevance
722 uint32_t Update = MachOObjectFile::getVersionMinUpdate(VMC, false); in printMachOVersionMin()724 Version += "." + utostr(MachOObjectFile::getVersionMinUpdate(VMC, false)); in printMachOVersionMin()732 uint32_t Update = MachOObjectFile::getVersionMinUpdate(VMC, true); in printMachOVersionMin()734 SDK += "." + utostr(MachOObjectFile::getVersionMinUpdate(VMC, true)); in printMachOVersionMin()
438 getVersionMinUpdate(MachO::version_min_command &C, bool SDK) { in getVersionMinUpdate() function
7871 uint32_t Update = MachOObjectFile::getVersionMinUpdate(vd, false); in PrintVersionMinLoadCommand()7882 Update = MachOObjectFile::getVersionMinUpdate(vd, true); in PrintVersionMinLoadCommand()