Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objcopy/ELF/
H A DObject.cpp327 static uint64_t sectionPhysicalAddr(const SectionBase *Sec) { in sectionPhysicalAddr() function
339 uint32_t Addr = sectionPhysicalAddr(Sec) & 0xFFFFFFFFU; in writeSection()
2610 return (sectionPhysicalAddr(Lhs) & 0xFFFFFFFFU) < in operator ()()
2611 (sectionPhysicalAddr(Rhs) & 0xFFFFFFFFU); in operator ()()
2664 uint64_t Addr = sectionPhysicalAddr(&Sec); in checkSection()