Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/ELF/
H A DObject.cpp329 static uint64_t sectionPhysicalAddr(const SectionBase *Sec) { in sectionPhysicalAddr() function
341 uint32_t Addr = sectionPhysicalAddr(Sec) & 0xFFFFFFFFU; in writeSection()
2605 return (sectionPhysicalAddr(Lhs) & 0xFFFFFFFFU) < in operator ()()
2606 (sectionPhysicalAddr(Rhs) & 0xFFFFFFFFU); in operator ()()
2659 uint64_t Addr = sectionPhysicalAddr(&Sec); in checkSection()