Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objcopy/ELF/
H A DObject.cpp1338 uint64_t RecAddr; in addDataSections() local
1344 RecAddr = R.Addr + SegmentAddr + BaseAddr; in addDataSections()
1345 if (!Section || Section->Addr + Section->Size != RecAddr) in addDataSections()
1350 ".sec" + std::to_string(SecNo++), RecAddr, in addDataSections()