Searched refs:dyld_env_command (Results 1 – 2 of 2) sorted by relevance
417 return alignToPowerOf2(sizeof(dyld_env_command) + name.size() + 1, in getSize()422 auto *c = reinterpret_cast<dyld_env_command *>(buf); in writeTo()423 buf += sizeof(dyld_env_command); in writeTo()427 c->name = sizeof(dyld_env_command); in writeTo()
868 struct dyld_env_command { struct