Home
last modified time | relevance | path

Searched refs:dyld_env_command (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/lld/MachO/
H A DWriter.cpp418 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()
/openbsd-src/gnu/llvm/llvm/include/llvm/BinaryFormat/
H A DMachO.h872 struct dyld_env_command { struct