Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.cpp1326 uint64_t RecAddr; in addDataSections() local
1332 RecAddr = R.Addr + SegmentAddr + BaseAddr; in addDataSections()
1333 if (!Section || Section->Addr + Section->Size != RecAddr) { in addDataSections()
1339 ".sec" + std::to_string(SecNo), RecAddr, in addDataSections()