Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/ObjCopy/ELF/
H A DELFObject.cpp1311 uint64_t RecAddr; in addDataSections() local
1317 RecAddr = R.Addr + SegmentAddr + BaseAddr; in addDataSections()
1318 if (!Section || Section->Addr + Section->Size != RecAddr) { in addDataSections()
1324 ".sec" + std::to_string(SecNo), RecAddr, in addDataSections()