Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/ELF/
H A DSyntheticSections.cpp62 static void writeUint(uint8_t *buf, uint64_t val) { in writeUint() function
1109 writeUint(buf + config->wordsize, (uint64_t)1 << (config->wordsize * 8 - 1)); in writeTo()
1115 writeUint(buf + i * config->wordsize, va); in writeTo()
2416 writeUint(buf + i * config->wordsize, val); in writeTo()