Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lld/ELF/
H A DSyntheticSections.cpp62 static void writeUint(uint8_t *buf, uint64_t val) { in writeUint() function
1077 writeUint(buf + config->wordsize, (uint64_t)1 << (config->wordsize * 8 - 1)); in writeTo()
1083 writeUint(buf + i * config->wordsize, va); in writeTo()
2380 writeUint(buf + i * config->wordsize, val); in writeTo()