Home
last modified time | relevance | path

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

/external/llvm-project/lld/ELF/
DSyntheticSections.cpp62 static void writeUint(uint8_t *buf, uint64_t val) { in writeUint() function
1076 writeUint(buf + config->wordsize, (uint64_t)1 << (config->wordsize * 8 - 1)); in writeTo()
1082 writeUint(buf + i * config->wordsize, va); in writeTo()
2375 writeUint(buf + i * config->wordsize, val); in writeBloomFilter()