Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.h280 uint64_t writeBaseAddr(uint64_t Addr);
H A DELFObject.cpp367 BaseAddr = writeBaseAddr(Addr); in writeSection()
389 uint64_t IHexSectionWriterBase::writeBaseAddr(uint64_t Addr) { in writeBaseAddr() function in IHexSectionWriterBase