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