Searched refs:SectionAddr (Results 1 – 5 of 5) sorted by relevance
1001 OS << format("%8" PRIx64 ": ", SectionAddr + Index); in dumpARMELFData()1097 uint64_t StartAddress = SectionAddr + Start; in collectBBAddrMapLabels()1098 uint64_t EndAddress = SectionAddr + End; in collectBBAddrMapLabels()1120 Start += SectionAddr; in collectLocalBranchTargets()1121 End += SectionAddr; in collectLocalBranchTargets()1410 uint64_t SectionAddr = Section.getAddress(); in disassembleObject() local1489 if (Start < SectionAddr || StopAddress <= Start) in disassembleObject()1501 Start -= SectionAddr; in disassembleObject()1502 End -= SectionAddr; in disassembleObject()1562 if (SectionAddr < StartAddress) in disassembleObject()[all …]
7853 uint64_t SectionAddr = RelocSection.getAddress(); in findUnwindRelocNameAddend() local7864 Addend = Addr - SectionAddr; in findUnwindRelocNameAddend()7887 Addend = Addr - SectionAddr; in findUnwindRelocNameAddend()
514 uint64_t SectionAddr = 0; in getSymbol() local516 SectionAddr = getSectionLoadAddress(SymEntry.getSectionID()); in getSymbol()517 uint64_t TargetAddr = SectionAddr + SymEntry.getOffset(); in getSymbol()532 uint64_t SectionAddr = getSectionLoadAddress(SectionID); in getSymbolTable() local534 JITEvaluatedSymbol(SectionAddr + KV.second.getOffset(), KV.second.getFlags()); in getSymbolTable()
774 uint64_t SectionAddr = Section.getAddress(); in getObjectCoveragePoints() local787 uint64_t ThisAddr = SectionAddr + Index; in getObjectCoveragePoints()795 uint64_t Addr = Index + SectionAddr; in getObjectCoveragePoints()800 MIA->evaluateBranch(Inst, SectionAddr + Index, Size, Target) && in getObjectCoveragePoints()
107 uintptr_t SectionAddr = CommandAddr + SegmentLoadSize + Sec * SectionSize; in getSectionPtr() local108 return reinterpret_cast<const char*>(SectionAddr); in getSectionPtr()