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

/freebsd-13-stable/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.cpp63 static void writeUint(uint8_t *buf, uint64_t val) { function
1035 writeUint(buf + config->wordsize, (uint64_t)1 << (config->wordsize * 8 - 1));
1041 writeUint(buf + i * config->wordsize, va);
2331 writeUint(buf + i * config->wordsize, val);

Completed in 43 milliseconds