Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objcopy/ELF/
H A DObject.h277 uint64_t writeBaseAddr(uint64_t Addr);
H A DObject.cpp348 BaseAddr = writeBaseAddr(Addr); in writeSection()
370 uint64_t IHexSectionWriterBase::writeBaseAddr(uint64_t Addr) { in writeBaseAddr() function in IHexSectionWriterBase