Searched refs:SectionAddr (Results 1 – 4 of 4) sorted by relevance
1320 uint64_t StartAddress = SectionAddr + Start; in collectBBAddrMapLabels()1321 uint64_t EndAddress = SectionAddr + End; in collectBBAddrMapLabels()1359 Start += SectionAddr; in collectLocalBranchTargets()1360 End += SectionAddr; in collectLocalBranchTargets()1738 uint64_t SectionAddr = Section.getAddress(); in disassembleObject() local1772 if (Sym.Addr != SectionAddr) in disassembleObject()1780 Obj, SectionAddr, SectionName, in disassembleObject()1919 Start -= SectionAddr; in disassembleObject()1920 End -= SectionAddr; in disassembleObject()2011 if (SectionAddr < StartAddress) in disassembleObject()[all …]
7704 uint64_t SectionAddr = RelocSection.getAddress(); in findUnwindRelocNameAddend() local7715 Addend = Addr - SectionAddr; in findUnwindRelocNameAddend()7738 Addend = Addr - SectionAddr; in findUnwindRelocNameAddend()
524 uint64_t SectionAddr = 0; in getSymbol() local526 SectionAddr = getSectionLoadAddress(SymEntry.getSectionID()); in getSymbol()527 uint64_t TargetAddr = SectionAddr + SymEntry.getOffset(); in getSymbol()542 uint64_t SectionAddr = getSectionLoadAddress(SectionID); in getSymbolTable() local544 JITEvaluatedSymbol(SectionAddr + KV.second.getOffset(), KV.second.getFlags()); in getSymbolTable()
107 uintptr_t SectionAddr = CommandAddr + SegmentLoadSize + Sec * SectionSize; in getSectionPtr() local108 return reinterpret_cast<const char*>(SectionAddr); in getSectionPtr()