Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.cpp346 static uint64_t sectionPhysicalAddr(const SectionBase *Sec) { in sectionPhysicalAddr() function
358 uint32_t Addr = sectionPhysicalAddr(Sec) & 0xFFFFFFFFU; in writeSection()
2784 return sectionPhysicalAddr(A) < sectionPhysicalAddr(B); in finalize()
2914 uint32_t Address = sectionPhysicalAddr(&S); in writeSection()