Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.cpp66 static void writeUint(uint8_t *buf, uint64_t val) { in writeUint() function
1112 writeUint(buf + config->wordsize, (uint64_t)1 << (config->wordsize * 8 - 1)); in writeTo()
1118 writeUint(buf + i * config->wordsize, va); in writeTo()
2428 writeUint(buf + i * config->wordsize, val); in writeTo()