Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/ObjCopy/ELF/
H A DELFObject.cpp327 static uint64_t sectionPhysicalAddr(const SectionBase *Sec) { in sectionPhysicalAddr() function
339 uint32_t Addr = sectionPhysicalAddr(Sec) & 0xFFFFFFFFU; in writeSection()
2662 return (sectionPhysicalAddr(Lhs) & 0xFFFFFFFFU) < in operator ()()
2663 (sectionPhysicalAddr(Rhs) & 0xFFFFFFFFU); in operator ()()
2716 uint64_t Addr = sectionPhysicalAddr(&Sec); in checkSection()